Releases: davesag/sequelize-test-helpers
Releases · davesag/sequelize-test-helpers
Version 1.2.1 (updated dependencies)
Updated many development dependencies
Version 1.2.0
Allows testing of models created by extending Sequelize.Model
and invoking its init
function. (#115)
Version 1.1.3
- updated dependencies
- set type to commonjs
- restructured package
Version 1.1.2
- Allow for custom file suffixes
- Improved README
Version 1.1.1
Improves how a missing .sequelizerc
file is detected.
Version 1.1.0
- updated dependencies
- improved README formatting
- added mutation tests
- cleaned up / refactored / improved a lot of tests
- refactored checks and constants into their own folders / modules
- improved linting rules
Some of the hooks have changed in line with recent updates to sequelize
.
Version 1.0.11
- Updated dependencies
- Rearranged
package.json
- Ran
prettier
over the markdown files
Version 1.0.10 — Updated dependencies
A minor release to update a handful of dependencies and tweak the readme a little.
Version 1.0.9 (updated dependencies)
- updated docs
- reduce bundle size
- updated dependencies
- updated keywords
Version 1.0.7 (updated dependencies)
Just a small bump to various dependencies.