Skip to content

Releases: cdgco/php-rest-service

v0.2.4

27 Apr 15:45
Compare
Choose a tag to compare
  • Add option to unescape slashes in JSON response
  • Add raw JSON body parsing in PUT / POST requests
  • OpenAPI Bug Fixes
  • Update Documentation

v0.2.3

05 Aug 01:08
Compare
Choose a tag to compare
  • Add custom response format support
  • Add Automatic OpenAPI specification generation
  • Fix plain text response formatting
  • Update Documentation

v0.2.2

03 Aug 05:39
Compare
Choose a tag to compare
  • Add plain text support
  • Remove auxiliary formatting functions (toXml, jsonFormat)
  • Rename getUrl to getURL
  • Rename setUrl to setURL
  • Rename fallbackMethod to getFallbackMethod
  • Fix checkAccessFn
  • Add method argument to checkAccessFn
  • Update Documentation

v0.2.1

02 Aug 06:24
6c5cf89
Compare
Choose a tag to compare
  • Move server to a single file for manual install
  • Update unit tests to latest version of PHPUnit
  • Integrate CircleCI for automated unit testing (7.4, 8.0 & 8.1)
  • Bump minimum PHP version to 7.4 in order to support 8.x
  • Update readme

v0.2.0

02 Aug 01:46
9a5fb0f
Compare
Choose a tag to compare
  • Add PHP 8 Support
  • Add $_PUT Body Support