Skip to content

Releases: actionhero/ah-sequelize-plugin

Merge code fix

01 Jun 13:05
14df502
Compare
Choose a tag to compare

The commented merge code was missing the last 3 lines of code.

close connections on exit + model update restart

19 May 21:13
Compare
Choose a tag to compare

Sets secure defaults

09 Jan 18:38
3cb36ad
Compare
Choose a tag to compare

Sets operatorsAliases to false as default.
This removes the "String based operators are now deprecated." warning from startup.

Corrects peer dependency

25 Oct 14:56
Compare
Choose a tag to compare
Corrects peer dependencies

Pushes to 1.0.2

Fixes documentation and install scripts

24 Oct 18:18
Compare
Choose a tag to compare

Minor updates to the documentation.
Improves postinstall script to copy config files.

v1.0.0: Support for ActionHero v18

18 Oct 22:31
Compare
Choose a tag to compare

V1.0.0 of ah-sequelize-plugin now only works with v18+ of ActionHero

Adds better model and associations handling.

08 Sep 09:06
Compare
Choose a tag to compare

This release contains a breaking change regarding model names. #30
Standardized model associations, see here

Adds an alternate test method for sqlite

07 Jan 18:59
Compare
Choose a tag to compare

Update package.json to add windows support

06 Dec 21:14
Compare
Choose a tag to compare

v0.7.2

18 Aug 02:40
Compare
Choose a tag to compare

Set initializer startPriority to same level as AH redis, so that tasks and servers are able to use it.

Fix merge function in config/sequelize.js, which broke AH's config overlaying. If using a preexisting install, you will need to update the function manually in your config file (as per this commit).