All Versions
76
Latest Version
Avg Release Cycle
57 days
Latest Release
1929 days ago

Changelog History
Page 6

  • v0.6.4 Changes

    • โž• Add proper clone behavior for select class
    • Set openid request record attributes protected
    • ๐Ÿ›  Fix oauth request filter content type detection
  • v0.6.3 Changes

    • โž• Added static method setupEnvironment to Bootstrap
    • ๐Ÿ‘Œ Improve sql library
    • ๐Ÿ›  Fixed getErrorTemplate() env vars
    • DateTime added convertIntervalToSeconds method
    • Response and request filter can now return also callables
    • โž• Added getStage() method to the controller to control wich methods should be called
    • ๐Ÿ‘Œ Improve void session to save values in memory
    • โž• Added clearError() method to validate
  • v0.6.2 Changes

    • โž• Added JWT and JWS library
    • ๐Ÿ‘ป Json decode throws now an exception if decoding fails
    • โž• Add void session
    • โž• Add support to call controller through cli to simplify testing
    • ๐Ÿ‘Œ Improve error response handling
  • v0.6.1 Changes

    • ๐Ÿ‘Œ Improved cache class
  • v0.6 Changes

    • โž• Added dispatch class wich routes the request to the controller. Also applies the request and response filter wich are defined by the controller
    • The controller proxies unknown get* methods to the container
    • ๐Ÿ‘Œ Improved template and added template wrapper classes for twig and smarty
    • ๐Ÿ‘Œ Improved DI container interoperability it is now possible to use the symfony DI container instead of the psx DI container
    • ๐Ÿ‘‰ Use composer autoloader
    • โž• Added json activity stream writer
    • โž• Add simple xrds writer
    • Extract xml, atom and rss writer into class for usage outside of the data writer context
    • โœ‚ Remove logging library
    • โž• Added Sitemap an Odata libraries
    • ๐Ÿ‘Œ Improved activity stream classes
    • โž• Add method get, getBy and getOneBy to handler interface
  • v0.5.4 Changes

    • ๐Ÿ›  Fixed record serialize
    • ๐Ÿ›  Fix select remove getDefaultRecordClass call from underlying table and remove getResultSet method
    • ๐Ÿ‘Œ Improved select and record test
  • v0.5.3 Changes

    • ๐Ÿ›  Fix Oauth2 error exception types
    • ๐Ÿ‘Œ Improve handler abstract and interface
    • ๐Ÿ‘‰ Use json encode/decode to un/serialize records
    • ResultSet add getter methods and add(), clear() method
    • โœ‚ Remove static parse methods from Condition
    • โœ‚ Remove getDefaultRecordClass from TableAbstract since the table has not to decide wich object should be used this is part of the handler
    • ๐Ÿ‘Œ Improve tests and remove create table statments in tests
  • v0.5.2 Changes

    • ๐Ÿ‘‰ Use port in base self url
    • Config option to set include path
  • v0.5.1 Changes

    • โž• Added autoload parameter in config to disable autoloading in case an external autoloader like composer is used
    • โž• Added payment paypal and skrill library
    • ๐Ÿ‘Œ Improve record added import annotation parsing and added Serializable interface
    • ๐Ÿ›  Fixed wrong name in OpenId provider namespace
  • v0.5 Changes

    • โž• Added namespace support
    • ๐Ÿ‘Œ Improved db tests
    • ๐Ÿ‘Œ Improved html parser library
    • โž• Added pingback library
    • Validate, parameter and body objects are now loaded in an DI container
    • Load dependencies in _ini() method instead of __construct()
    • ๐Ÿ›  Fixed markdown parser and sql select