Releases: holidayextras/jsonapi-server
Releases · holidayextras/jsonapi-server
v4.2.0
- Support setting limit of query string parameters through a configuration property.
- Support setting bodyParser.json option through a configuration property.
- Fix CRUD operation detection when using chain handlers.
v4.1.2
- Fix broken response test resource to enable integration with data store handlers.
v4.1.1
- Downgrade Joi to a version supported by Node.js v6.
- Force
engine-strict=true
when running npm.
v4.1.0
- New configuration option to disable automatic id generation.
- Update GraphQL dependencies to latest versions.
- Remove yarn lockfile.
v4.0.0
This is a major release with the following changes made:
- Removing Node.js v4 support. Since Node.js 8 is now LTS, we can utilise this and scrap 4.
- Returning an error response, rather than a silent debug when a response item doesn't validate.
v3.2.2
- Report coverage with Coveralls.
- Modernise npm scripts.
v3.1.0
- Improved Swagger 2.0 configuration.
- Correct sorting of date properties.
- Fix bug when trying to detect arrays during Joi validation.
- Fix bug for some requests with both
include
and fields
.
v3.0.3
This release applies temporary forced order to graphql tuple test.