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