PSX Framework v0.9.3 Release Notes

    • โž• Added commands to generate boilerplate source code for controller, commands and schema
    • 0๏ธโƒฃ When the default writer gets determined it respects now the list of supported writers
    • Implemented priority queue to give reader and write a priority in which order they get used
    • ๐Ÿ”„ Changed default html template file extension from .tpl to .html
    • โž• Added abstract template writer which can be used to generate an output with an template engine
    • โž• Added svg writer which uses the abstract template writer
    • โž• Add possibility to set an content negotiation rule for an specific writer
    • ๐Ÿ‘ Restricted the TableInterface::TYPE_* constants to the subset of supported types from the doctrine dbal and use the dbal for type conversion
    • โž• Added command to generate an bootstrap cache which can be included at startup to increase performance