Besides creating this website using Neuron, every component saw some updates this month. Here are the highlights:

MVC

  • Introduced a new Request class to validate and sanitize incoming requests.
  • Added the ability to create requests using yaml files.
  • Moved routes/controller mapping to a yaml file.
  • Routes can now be assigned a specific request class.

Core

Application

  • Added the dynamic execution of initializer classes.
  • Added the ability to map events and listeners using a yaml file.