Releases: neomerx/json-api
Releases · neomerx/json-api
v1.0.8
- Improved compatibility with PHP 7.2 #189
v1.0.6
- Micro-optimization #186
- Design tweaks #187
v1.0.5
Content-Type
header will not be added to Responses without content #184
- Improved error handling for HTTP header and HTTP query parsers #185
Enhancements
- Added a helper method to
ErrorCollection
to indicate issues with attributes
field #181
Bug fixes
- Removed unnecessary requirements to headers for requests with no content/body #178.
Enhancement: added callables support for Scheme mappings
v1.0.1
- Added support for encoding newly created objects (without ID). The resulting JSON will not have
id
property #175