Releases: domasx2/sequelize-fixtures
Releases · domasx2/sequelize-fixtures
0.7.0
- fixed "through" issue for sequelize 4. Thanks, @pcsanwald!
0.6.0
- fix problem for sequelize 4.0.0. thanks, @usebaz!
0.5.6
- Fix to accept field type VIRTUAL (thanks @samirsyed)
0.5.5
- support set() for fields (thanks @nedrocks)
- support for GEOMETRY type (thanks @jordan-burnett)
- use force:true with sequelize.sync in tests (thanks @sylwit)
0.5.3
- readme update to remove confusion about how to provide models
0.5.2
- sanity check if something else is provided rather than model
0.5.1
- settings through table attributes via
_through
- throw error if file not found, thanks @hawkaa
0.4.10
- fixes issue with jsonb values containing arrays
0.4.8
- Fix bug where transcation from options was not used when loading related objects. Thanks @rtmcached