Skip to content

Releases: domasx2/sequelize-fixtures

0.7.0

28 Nov 19:44
Compare
Choose a tag to compare
  • fixed "through" issue for sequelize 4. Thanks, @pcsanwald!

0.6.0

15 Jun 17:27
Compare
Choose a tag to compare
  • fix problem for sequelize 4.0.0. thanks, @usebaz!

0.5.6

11 Dec 08:17
Compare
Choose a tag to compare
  • Fix to accept field type VIRTUAL (thanks @samirsyed)

0.5.5

10 Oct 18:34
Compare
Choose a tag to compare
  • 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.4

09 Jul 10:20
Compare
Choose a tag to compare
  • update glob dep to 7.0.5

0.5.3

08 Jun 18:14
Compare
Choose a tag to compare
  • readme update to remove confusion about how to provide models

0.5.2

08 Jun 17:59
Compare
Choose a tag to compare
  • sanity check if something else is provided rather than model

0.5.1

17 Apr 09:38
Compare
Choose a tag to compare
  • settings through table attributes via _through
  • throw error if file not found, thanks @hawkaa

0.4.10

23 Mar 19:18
Compare
Choose a tag to compare
  • fixes issue with jsonb values containing arrays

0.4.8

06 Oct 16:28
Compare
Choose a tag to compare
  • Fix bug where transcation from options was not used when loading related objects. Thanks @rtmcached