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

Changelog History
Page 1

  • v4.0.1

    December 16, 2018
  • v4.0.0 Changes

    December 31, 2017
    • โž• Add postgresql test case
    • โž• Add abstract environment engine to use different webserver types
    • โœ‚ Removed test cases and use tests from the framework
  • v3.0.3 Changes

    December 31, 2017
    • Require min PHP 7.0
    • โž• Add PHP 7.2 support
    • ๐Ÿ‘Œ Improved test cases
  • v3.0.2 Changes

    August 09, 2017
    • Generate OpenAPI 3.0 specification
    • ๐Ÿ‘Œ Improved test cases
  • v3.0.1 Changes

    August 09, 2017
    • โšก๏ธ Updated test cases
  • v3.0.0 Changes

    December 24, 2016
    • Generate swagger 2.0 and raml 1.0 specifications
    • โšก๏ธ Updated psx schema and data library
    • โœ‚ Removed wsdl and xsd generation
  • v2.0.1 Changes

    September 11, 2016
    • ๐Ÿ‘‰ Use psx_connection in config
    • โšก๏ธ Updated project tests
  • v2.0.0 Changes

    May 08, 2016
    • Split the framework into components
    • Decoupled and improved each component
    • Reading and writing data works now with POPOs
    • โž• Add generator to generate PHP classes from a RAML and JsonSchema specification
    • โœ‚ Removed command system
    • ๐Ÿ‘Œ Improved documentation
  • v2.0.0-RC1 Changes

    April 30, 2016
    • Split the framework into components
    • Decoupled and improved each component
    • โž• Add generator to generate PHP classes from a RAML and JsonSchema specification
    • โœ‚ Removed command system
  • v1.2.3 Changes

    February 17, 2016
    • โž• Added version handling to annotation and raml parser
    • The pseudo ANY request method includes now also HEAD
    • ๐Ÿ›  Fixed graph traverse handling with JsonSerializable objects
    • โœ… Extended and improved test cases