Releases: usox/json-schema-api
Releases · usox/json-schema-api
0.9.0
0.8.0
Added
- Add generic docblock type-hints in ApiMethodInterface. This allows users to define the types of the method parameters and result
Full Changelog: 0.7.0...0.8.0
0.7.0
0.6.0
Added
Endpoint
now adds debug information to the provided logger instance
Changed
Endpoint
is no longer implementing the PSRMiddlewareInterface
but now implements theRequestHandlerInterface
- Allow more recent versions of
psr/log
to be installed as dependency - Update internal dependencies
Full Changelog: 0.5.0...0.6.0
0.5.0
0.4.2 Maintenance Release
Fixes
- Prevent simple lists in results from being converted to json objects
- Dont' include an empty string in the result if a critical error occurs
0.4.1 Maintenance Release
Added
- Support for php 8.1
Changed
- Removed
$id
key from internal request.json as it's not possible to add a standard-conform id value
0.4.0 Support php 8 only
Correct code style issues
0.3.0 Code cleanup and documentation improvments
Correct composer calls in qa target
0.2.0 First Rework
Add scrutinizer badges