Releases: holidayextras/jsonapi-server
Releases · holidayextras/jsonapi-server
v3.0.2
This release reapplies the use strict
run-time rule to the codebase for Node.js versions 4.x.x
to run with the usage of block-scope declarations.
v3.0.0
- Fix GraphQL updates.
- Use
Buffer.from
instead of deprecated new Buffer
which only supports Node.js >= 4.5.0 requiring a major version upgrade for SemVer compliance.
v2.3.2
Merge pull request #252 from holidayextras/v2.3.2
v2.3.2
v1.12.0
- MemoryHandler clones all objects
v1.11.0
- Fix error when interacting with broken resources
- Fix inability to patch relationships on resources with required attributes
v1.10.0
- Export module version so data stores can check for a minimum required version
v1.9.0
- Make parsed and validated filter available in request for handlers
v1.7.0
- Resolves swagger validation errors
- Generated swagger doc adheres to required() fields