Skip to content

Releases: apioo/psx

v7.0.1

13 Feb 19:48
Compare
Choose a tag to compare
version 7.0.1

v7.0.0

08 Apr 16:49
Compare
Choose a tag to compare
version 7.0.0

v6.0.0

28 Dec 16:49
Compare
Choose a tag to compare
  • Migrated to PHP 8.0
  • Removed deprecated classes and methods
  • Moved from doctrine annotations to PHP attributes
  • Updated all components to PHP 8.0
  • Move logic of the SchemaApiAbstract into the ControllerAbstract class

v4.0.0

31 Dec 14:25
Compare
Choose a tag to compare
  • 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

31 Dec 14:22
Compare
Choose a tag to compare
  • Require min PHP 7.0
  • Add PHP 7.2 support
  • Improved test cases

v3.0.2

09 Aug 18:13
Compare
Choose a tag to compare
  • Generate OpenAPI 3.0 specification
  • Improved test cases

v3.0.1

09 Aug 18:14
Compare
Choose a tag to compare
  • Updated test cases

v3.0.0

24 Dec 09:11
Compare
Choose a tag to compare
  • Generate swagger 2.0 and raml 1.0 specifications
  • Updated psx schema and data library
  • Removed wsdl and xsd generation

v2.0.1

11 Sep 08:39
Compare
Choose a tag to compare
  • Use psx_connection in config
  • Updated project tests

v2.0.0

08 May 17:19
Compare
Choose a tag to compare
  • 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