PSX Framework v0.6 Release Notes

    • โž• Added dispatch class wich routes the request to the controller. Also applies the request and response filter wich are defined by the controller
    • The controller proxies unknown get* methods to the container
    • ๐Ÿ‘Œ Improved template and added template wrapper classes for twig and smarty
    • ๐Ÿ‘Œ Improved DI container interoperability it is now possible to use the symfony DI container instead of the psx DI container
    • ๐Ÿ‘‰ Use composer autoloader
    • โž• Added json activity stream writer
    • โž• Add simple xrds writer
    • Extract xml, atom and rss writer into class for usage outside of the data writer context
    • โœ‚ Remove logging library
    • โž• Added Sitemap an Odata libraries
    • ๐Ÿ‘Œ Improved activity stream classes
    • โž• Add method get, getBy and getOneBy to handler interface