Releases: cdgco/php-rest-service
Releases · cdgco/php-rest-service
v0.2.4
- 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
- Add custom response format support
- Add Automatic OpenAPI specification generation
- Fix plain text response formatting
- Update Documentation
v0.2.2
- 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
- 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
- Add PHP 8 Support
- Add $_PUT Body Support