Skip to content

Releases: domasx2/sequelize-fixtures

Release 1.2.0

01 Jul 07:49
d4bb345
Compare
Choose a tag to compare
  • Merge pull request #120 from villasv/patch-1 (462cddd)
  • Fix loading models with json columns (0fc3ffc)
  • bump node versions (ac28b2b)
  • bump version, fix some deps (bb29b88)
  • Merge pull request #117 from NikitaKrasavtsev/fix-loading-geography-fields (ffe3eaf)
  • Merge branch 'master' into fix-loading-geography-fields (169b81e)
  • Merge pull request #115 from domasx2/dependabot/npm_and_yarn/sequelize-5.15.1 (b7cb47a)
  • Merge pull request #114 from hugodes/bugfix-loader-logs (a107af5)
  • Fixed logging (6f3392e)
  • Fix for loading geography fields. (507f456)
  • Bump sequelize from 5.1.0 to 5.15.1 (b062bbe)
  • [BUGFIX] Fixed unhandled error when trying to load fixtures with fields missing on a model (ad8eb30)
  • Added Webstorm project configuration files to gitignore (10d64f0)

Release 1.1.1

13 Oct 08:40
Compare
Choose a tag to compare
  • Merge pull request #110 from blossomfinance/issue-107 (f65a8c0)
  • fix broken grunt task due to invalid import path (cc74634)

Release 1.1.0

13 Oct 06:07
Compare
Choose a tag to compare
  • Merge pull request #109 from blossomfinance/issue-107 (cb12f8f)
  • add example for custom logger (9267d4b)
  • Merge pull request #108 from blossomfinance/issue-107 (3f40bc3)
  • decrease log level of reading file log output (470051b)
  • revert throw when no model found (c78a5d4)
  • add different logging methods to distinguish between stderr and stdout (d8f7150)

Release 1.0.2

02 Jul 09:46
Compare
Choose a tag to compare
  • update reporting of count as per new return API (71ce031)

Release 1.0.1

01 Jul 12:09
Compare
Choose a tag to compare
  • Merge pull request #105 from domasx2/update-docs-latest-chenges (4cb42db)
  • update docs; fix typos (119001b)

Release 1.0.0

01 Jul 11:31
Compare
Choose a tag to compare
  • Merge pull request #104 from domasx2/fix-vulnerabilities-and-add-release (c66d3f1)
  • set default to publish (14d6681)
  • update yaml and add release (2a96ea8)
  • Merge pull request #78 from CacheFactory/master (78965d5)
  • Merge pull request #100 from matmar10/workaround-setter-use-of-instance-methods (c168e33)
  • Merge pull request #102 from matmar10/allow-async-load-models (aa5dc70)
  • Update README.md (1ed9b05)
  • Merge pull request #74 from lasson-g/patch-1 (126386b)
  • fixed issue #101 - add async support in models loader callback; wire grunt logging to logging system (c4b54ee)
  • add comments; fix reverted after merge check for flag (35b7115)
  • add documentaiton for feature (3529de7)
  • fix merge conflicts from latest master (7408c35)
  • add flag instead of showing warning (3e0690c)
  • fixes issue #88 - dirty hack wrapping use of setter (d845b74)
  • add tests (3b66c7f)
  • save created objects (02b793e)
  • Add documentation for log option (7e6d1e5)

0.10.0

27 Mar 17:16
Compare
Choose a tag to compare
  • comapt with sequelize 5. thanks, @maruware !

0.9.1

13 Mar 19:50
Compare
Choose a tag to compare
  • use findOne instead of find, compat with sequelize 5.0. Thanks, @modestfake

0.9.0

13 Jan 08:32
Compare
Choose a tag to compare
  • JSON type compat, thanks @acarbone
  • use Sequelize's own Promise impl when available, thanks @schmod

0.8.0

13 Jan 08:12
Compare
Choose a tag to compare
  • updated js-yarn version, thanks @LypkoAlex
  • support sequelize with operatorAliases: false, thanks @arty-name