Releases: holidayextras/jsonapi-server
Releases · holidayextras/jsonapi-server
v4.2.0
31 Jan 21:44
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
11 Dec 23:56
Compare
Sorry, something went wrong.
No results found
Fix broken response test resource to enable integration with data store handlers.
v4.1.1
15 Nov 19:01
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
14 Nov 06:27
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
03 Nov 16:02
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
21 Oct 01:04
Compare
Sorry, something went wrong.
No results found
Report coverage with Coveralls.
Modernise npm scripts.
v3.2.1
23 Sep 11:17
Compare
Sorry, something went wrong.
No results found
v3.2.0
19 Sep 22:44
Compare
Sorry, something went wrong.
No results found
v3.1.0
13 Sep 23:45
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
19 Jul 19:34
Compare
Sorry, something went wrong.
No results found
This release applies temporary forced order to graphql tuple test.