Skip to content

Latest commit

 

History

History
55 lines (55 loc) · 2.29 KB

CHANGELOG.md

File metadata and controls

55 lines (55 loc) · 2.29 KB
  • 2017-12-12 - v5.0.0
  • 2017-12-12 - Support latest version of jsonapi-server with store managed id support.
  • 2017-12-12 - Revert column type for string properties back to string from text.
  • 2017-12-12 - Remove support for Node.js 4.
  • 2017-10-09 - v4.0.0
  • 2017-10-09 - Optimised Sequelize UUID column type for ids.
  • 2017-10-02 - v3.0.0
  • 2017-10-02 - Allow injecting a Sequelize instance.
  • 2017-10-02 - Fix npm scripts on MS Windows.
  • 2017-10-02 - Allow specifying dialectOptions when configuring handler.
  • 2017-10-02 - Use JSONB in PostgreSQL for optimised JSON object storage.
  • 2017-10-02 - Only support PostgreSQL >= 9.4 (for required JSONB support).
  • 2017-09-27 - v2.1.0
  • 2017-09-27 - Migrate to Sequelize v4
  • 2017-09-27 - Use native Array support for PostgreSQL
  • 2017-09-26 - v2.0.0
  • 2017-09-26 - Support Node.js 8
  • 2017-09-26 - Only Node.js >= 4.5 is now supported
  • 2017-09-26 - Support latest jsonapi-server
  • 2017-09-26 - Bug fix: correctly support arrays
  • 2017-09-26 - Bug fix: properly fix table names
  • 2016-08-09 - v1.2.8
  • 2016-08-09 - Update sequelize dependency to latest version
  • 2016-08-09 - Optimised searches filtered by related resource
  • 2016-07-28 - v1.2.7
  • 2016-07-28 - Pin sequelize-3.23.4
  • 2016-07-18 - v1.2.6
  • 2016-07-18 - Fix case insensitive matches for PostgreSQL
  • 2016-07-18 - Enable multi-dialect support for tests
  • 2016-07-11 - v1.2.5
  • 2016-07-11 - Fixing bug when concurrently updating the same resource id
  • 2016-07-04 - v1.2.4
  • 2016-07-04 - Use stricter MySQL transaction isolation READ_COMMITTED
  • 2016-07-01 - v1.2.3
  • 2016-07-01 - Deletion errors fail transactions
  • 2016-06-29 - v1.2.2
  • 2016-06-29 - Fix filtering bug
  • 2016-06-07 - v1.2.1
  • 2016-06-07 - Fixing bug in populate()
  • 2016-05-31 - v1.2.0
  • 2016-05-31 - Use latest jsonapi-server processed filter
  • 2016-05-13 - v1.1.0
  • 2016-05-13 - Support jsonapi-server v1.2
  • 2016-05-13 - Multiple resources per database
  • 2015-12-15 - v1.0.3
  • 2015-12-15 - Enable connections to remote databases
  • 2015-12-15 - v1.0.2
  • 2015-12-15 - Bump Sequelize to prevent promise warnings + use asCallback() on promises
  • 2015-12-11 - v1.0.1
  • 2015-12-11 - Foreign relations
  • 2015-12-10 - v1.0.0
  • 2015-12-10 - More efficient inclusions
  • 2015-12-10 - Sorting
  • 2015-12-10 - Pagination
  • 2015-06-29 - Initial release