Skip to content

0.3.0

Compare
Choose a tag to compare
@hexus hexus released this 13 Jan 19:58
· 780 commits to v0.6 since this release

v0.3.0 brings improvements to autoloading, models & views and a major feature to the service container. Also written a lot of readme's which are destined to be made more concise and informative.

Changelog:

  • Readme files
  • Autoloader script (autoloader.php)
  • Improvements to Autoloader class
  • Minor and cosmetic improvements to Request and Response classes
  • Response accepts arrays as content to be sent as JSON
  • Implemented Model::toArray(), Model::toJson() and some useful interfaces
  • Implemented SmartyView
  • Routes accept objects as default controllers
  • Respond to a request directly from a Router using Router::respond
  • Implemented service container reflection so function or class constructor
    parameters can be resolved using Container::call or Container::create if
    the type-hinted classes or interfaces are registered with the container