Sails Hook Sequelize Versions Save

Sails.js hook to use sequelize ORM

v2.0.1

9 months ago

This release includes nothing special, but one important thing: switch to cls-hooked as it is required by Sequelize v6+.

v2.0.0

2 years ago

Major update because of switching sequelize v5 → v6. Please refer to Sequelize upgrade to v6 guide for details.

What else included:

  • updated all dependencies to current versions
  • security and audit patches applied

v1.2.2

4 years ago

Updated dependencies to latest version + security updates

v1.2.1

4 years ago

A few updates release:

  • Updated docs
  • Refactored tests
  • Updated reference to sequelize v5
  • Fixed migration scope

v1.2.0

6 years ago

This release includes:

  • Option to work alongside with waterline models
  • Fixed #49. Migrating all schemas in multidatabase setup
  • Added support for alter migrate option

v1.1.1

6 years ago

Okay, time has come! This release includes:

  • Support of Sails v1.0 version
  • Hook source code was refactored to ES6
  • Added tests for covering hook working in Sails v0.11, v0.12 and even v1.0 enviroments