Skip to content

Releases: holidayextras/jsonapi-store-relationaldb

v5.0.0

12 Dec 01:22
a107729
Compare
Choose a tag to compare
  • Support latest version of jsonapi-server with store managed id support.
  • Revert column type for string properties back to string from text.
  • Remove support for Node.js 4.

v4.0.0

09 Oct 23:08
Compare
Choose a tag to compare
  • Optimised Sequelize UUID column type for ids.

v3.0.0

01 Oct 23:48
Compare
Choose a tag to compare
  • Allow injecting a Sequelize instance.
  • Fix npm scripts on MS Windows.
  • Allow specifying dialectOptions when configuring handler.
  • Use JSONB in PostgreSQL for optimised JSON object storage.
  • Only support PostgreSQL >= 9.4 (for required JSONB support).

v2.1.0

27 Sep 20:48
Compare
Choose a tag to compare
  • Migrate to Sequelize v4
  • Use native Array support for PostgreSQL

v2.0.0

26 Sep 00:06
Compare
Choose a tag to compare
  • Support Node.js 8
  • Only Node.js >= 4.5 is now supported
  • Support latest jsonapi-server
  • Bug fix: correctly support arrays
  • Bug fix: properly fix table names

v1.2.8

09 Aug 09:09
Compare
Choose a tag to compare
  • Update sequelize dependency to latest version
  • Optimised searches filtered by related resource

v1.2.7

28 Jul 07:35
Compare
Choose a tag to compare
  • Pin sequelize-3.23.4

v1.2.6

18 Jul 08:56
Compare
Choose a tag to compare
  • Fix case insensitive matches for PostgreSQL
  • Enable multi-dialect support for tests

v1.2.5

17 Jul 22:06
Compare
Choose a tag to compare
  • Fix bug when concurrently updating the same resource id.

v1.2.4

17 Jul 22:05
Compare
Choose a tag to compare
  • Use stricter MySQL transaction isolation READ_COMMITTED.