Skip to content

Releases: holidayextras/jsonapi-server

v4.2.0

31 Jan 21:44
0493b50
Compare
Choose a tag to compare
  • 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
3870f2b
Compare
Choose a tag to compare
  • Fix broken response test resource to enable integration with data store handlers.

v4.1.1

15 Nov 19:01
aee1ba0
Compare
Choose a tag to compare
  • Downgrade Joi to a version supported by Node.js v6.
  • Force engine-strict=true when running npm.

v4.1.0

14 Nov 06:27
dfde696
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

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
Choose a tag to compare
  • Report coverage with Coveralls.
  • Modernise npm scripts.

v3.2.1

23 Sep 11:17
Compare
Choose a tag to compare
  • Fix packaging.

v3.2.0

19 Sep 22:44
Compare
Choose a tag to compare
  • Node.js 8 support.

v3.1.0

13 Sep 23:45
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

This release applies temporary forced order to graphql tuple test.