Releases: holidayextras/jsonapi-server
Releases · holidayextras/jsonapi-server
v4.2.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fix broken response test resource to enable integration with data store handlers.
v4.1.1
Compare
Sorry, something went wrong.
No results found
Downgrade Joi to a version supported by Node.js v6.
Force engine-strict=true when running npm.
v4.1.0
Compare
Sorry, something went wrong.
No results found
New configuration option to disable automatic id generation.
Update GraphQL dependencies to latest versions.
Remove yarn lockfile.
v4.0.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Report coverage with Coveralls.
Modernise npm scripts.
v3.2.1
Compare
Sorry, something went wrong.
No results found
v3.2.0
Compare
Sorry, something went wrong.
No results found
v3.1.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
This release applies temporary forced order to graphql tuple test.