PSX Framework v0.9.4 Release Notes

    • Sql table query methods return now an array instead of RecordInterface
    • โž• Added media type class and improved content negotiation
    • ๐Ÿ‘Œ Improved JWT implementation
    • โœ‚ Removed unused methods from Base class which now contains only the getVersion method
    • โž• Added rfc3986 compatbile URI resolver class
    • ๐Ÿ‘Œ Improved URI/URL/URN classes. Changed URL parameter getter/setter methods from getParam to getParameter etc.
    • โœ‚ Removed output method from xml writer and improved atom writer/entry
    • โž• Added http cookie parser class
    • โž• Added http stream util class to simplify working with streams
    • โž• Added application stack interface
    • โšก๏ธ Updated dbal to version 2.5
    • โž• Added various middleware filter implementations
    • ๐Ÿ‘Œ Improved tests
    • โž• Add CurveArray class to nest or flatten an array
    • โšก๏ธ Updated api doc controller template