All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Automated security fixes
- Automated security fixes
- Automated security fixes
- Added
QueryBuilder.from
to enableQueryBuilder
configuration cloning
- ExSeq does not assume a default pagination for hasMany and belongsToMany queries any more
- Removed unused dependencies 'mime-types' and 'semver-regex'
- Moved
relationshipGet
into its own file - Moved
unlinkRelations
into its own file - Using modular lodash packages now
- Added proper model extension for Sequelize 6.x.x
- Added pagination support to hasMany and belongsToMany association queries
- Restructured code, moved several methods to the model extension
- The res object now contains the errorHandler and replyHandler method instances
- Removed rewire dev dependency
- Added EXPERIMENTAL support for Sequelize 6.0.0-beta.6
- Added CHANGELOG.md
- Changed the way that Sequelize version specific tests are organized