PSX Framework v0.9 Release Notes

    • โœ‚ Remove psx sql library and using doctrine dbal instead
    • ๐Ÿ‘Œ Improved data system seperating reader functionality into an reader and transformer class
    • โž• Added data schema component with that it is possible to describe json or xml data formats. The schema can be exported into XSD or JsonSchema
    • ๐Ÿ‘‰ Make cache system psr-6 compatible
    • โž• Added @Inject annotation to use a service from the DI container inside and command or controller
    • Extended validate library
    • Implemented the first version of the psr http-message interfaces
    • ๐Ÿ‘Œ Improve template interface and add missing methods in smarty and twig handler
    • Split up di container services into different traits
    • โž• Add command system
    • โž• Add support for chunked transfer encoding
    • Error handling was shifted in an controller which can be overwritten to provide custom error page or handling
    • Doctrine handler resolves TO_ONE entity associations
    • ๐Ÿ‘Œ Improved request factory
    • Possibility to set an wildcard in an routing file