Releases: holidayextras/jsonapi-store-relationaldb
Releases · holidayextras/jsonapi-store-relationaldb
v5.0.0
- 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
- Optimised Sequelize UUID column type for ids.
v3.0.0
- 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
- Migrate to Sequelize v4
- Use native Array support for PostgreSQL
v2.0.0
- 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
- Update sequelize dependency to latest version
- Optimised searches filtered by related resource
v1.2.6
- Fix case insensitive matches for PostgreSQL
- Enable multi-dialect support for tests
v1.2.5
- Fix bug when concurrently updating the same resource id.
v1.2.4
- Use stricter MySQL transaction isolation
READ_COMMITTED
.