Releases: actionhero/ah-sequelize-plugin
Releases · actionhero/ah-sequelize-plugin
Merge code fix
The commented merge code was missing the last 3 lines of code.
close connections on exit + model update restart
v1.0.4 v1.04
Sets secure defaults
Sets operatorsAliases
to false
as default.
This removes the "String based operators are now deprecated." warning from startup.
Corrects peer dependency
Corrects peer dependencies Pushes to 1.0.2
Fixes documentation and install scripts
Minor updates to the documentation.
Improves postinstall
script to copy config files.
v1.0.0: Support for ActionHero v18
V1.0.0 of ah-sequelize-plugin now only works with v18+ of ActionHero
Adds better model and associations handling.
Adds an alternate test method for sqlite
Update package.json to add windows support
v0.7.2
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).