Skip to content

Releases: holidayextras/jsonapi-server

v4.2.0

Choose a tag to compare

@pmcnr-hx pmcnr-hx released this 31 Jan 21:44
0493b50
  • 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

Choose a tag to compare

@pmcnr-hx pmcnr-hx released this 11 Dec 23:56
3870f2b
  • Fix broken response test resource to enable integration with data store handlers.

v4.1.1

Choose a tag to compare

@pmcnr-hx pmcnr-hx released this 15 Nov 19:01
aee1ba0
  • Downgrade Joi to a version supported by Node.js v6.
  • Force engine-strict=true when running npm.

v4.1.0

Choose a tag to compare

@pmcnr-hx pmcnr-hx released this 14 Nov 06:27
dfde696
  • New configuration option to disable automatic id generation.
  • Update GraphQL dependencies to latest versions.
  • Remove yarn lockfile.

v4.0.0

Choose a tag to compare

@joseph-norman joseph-norman released this 03 Nov 16:02

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

Choose a tag to compare

@pmcnr-hx pmcnr-hx released this 21 Oct 01:04
  • Report coverage with Coveralls.
  • Modernise npm scripts.

v3.2.1

Choose a tag to compare

@pmcnr-hx pmcnr-hx released this 23 Sep 11:17
  • Fix packaging.

v3.2.0

Choose a tag to compare

@pmcnr-hx pmcnr-hx released this 19 Sep 22:44
  • Node.js 8 support.

v3.1.0

Choose a tag to compare

@pmcnr-hx pmcnr-hx released this 13 Sep 23:45
  • 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

Choose a tag to compare

@joseph-norman joseph-norman released this 19 Jul 19:34

This release applies temporary forced order to graphql tuple test.