PSX Framework v0.9.7 Release Notes

    • โž• Added record graph traverser class and various visitor implementations which are used to produce data from an object graph
    • ๐Ÿ‘Œ Improved internal data representation for incoming and outgoing data
    • โž• Added content type aware fallback template generator and move fallback generation to the html writer
    • ๐Ÿ‘Œ Improved request factory added automatic protocol detection if "psx_url" is i.e. //foo.com and use buffered reader for request body
    • Table abstract returns now record classes instead of associative arrays
    • ๐ŸŒฒ Log request and response body if in debug mode
    • โž• Added jsonx support
    • ๐Ÿ‘Œ Improved streams and added buffered stream implementation
    • โž• Added logcaster monolog listener
    • โšก๏ธ Updated PSR http-message to the current version of the spec
    • ๐Ÿ”„ Changed license from GPLv3 to Apache 2.0