betamore / fswd-winter-2017-lab-6

Full Stack Web Development - Lab 6: Testing and Pull Requesting
1 stars 2 forks source link

Update sequelize to the latest version 🚀 #4

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 4.0.0 of sequelize just got published.

Dependency sequelize
Current Version 3.30.4
Type dependency

The version 4.0.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of sequelize. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 427 commits ahead by 427, behind by 98.

  • d960cf1 4.0.0
  • 8a4b529 docs: more resource link + fix incorrect changelog link
  • 411f89e New stable
  • a270d23 Docs: Added v3 to v4 migration guide (#7740)
  • fdf95dd fixed #7735, sqlite memory url no longer works (#7736)
  • b7ca3c4 docs: pretty color + reference theme
  • 2651f98 docs: update theme + changelog + logo
  • bfee712 fix: pooling fails to handle disconnection (#7698)
  • 41408df added: npm run sscce support
  • 567c3e5 Add relative and full path support for sqlite (#7700)
  • 6a84ba8 Amplify docs for "import" instruction (#7695)
  • 2934278 Closes #7709 [ci skip]
  • 4392201 #7184 Regression in affected rows reporting for updates (#7423)
  • 13a3f1e Fix documentation of include.paranoid (#7672)
  • b0bd5d0 [ci skip] git ignore package-lock.json

There are 250 commits in total.

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 4.1.0 just got published.

Update to this version instead 🚀

Release Notes v4.1.0
  • [ADDED] Model.increment, to increment multiple rows at a time #7394
  • [FIXED] calling .close on Sequelize db instance does not properly close the connection socket #7751
Commits

The new version differs by commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.2.0 just got published.

Update to this version instead 🚀

Release Notes v4.2.0

<a name"4.2.0">

4.2.0 (2017-06-21)

Bug Fixes

  • errors: Add missing captureStackTrace for errors. (#7779) (584b6f74)

Features

Commits

The new version differs by 10 commits.

  • bb42049 docs(migration-guide): Mention removal of sequelize.utils from public API
  • 4b10b00 docs: Fix changelog link. Closes #7808
  • 05da4a9 feat(mssql): Add parameter binding support (#7577)
  • 5dcc607 docs: Fix link in whos' using section. Closes #7786
  • 584b6f7 fix(errors): Add missing captureStackTrace for errors. (#7779)
  • e3fa4d6 docs: Remove hooks callback from docs ref #7792 (#7806)
  • 32d7b82 docs: remove links to changelog
  • 8f39f45 chore: set up semantic-release (#7777)
  • b9bc8b8 docs: Minor fix to count docs (#7780)
  • f56caec docs(Model): Fix Model.validate() documentation (#7774)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.2.1 just got published.

Update to this version instead 🚀

Release Notes v4.2.1

<a name"4.2.1">

4.2.1 (2017-06-29)

Bug Fixes

Commits

The new version differs by 7 commits.

  • 5b8fe6c fix(indexes): fix composite index issue (#7854)
  • 38e8bd1 docs(associations): fix link (#7850)
  • bc97288 chore: enable Greenkeeper 🌴 (#7602)
  • 117dc0c docs: orthographic fix in comments (#7835)
  • 4313a49 docs(scopes): add missing comma (#7820)
  • 59937b1 docs(badges): add node version badge
  • 12b9c4b docs(badges): add version badge

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.3.0 just got published.

Update to this version instead 🚀

Release Notes v4.3.0

<a name"4.3.0">

4.3.0 (2017-07-09)

Features

Commits

The new version differs by 6 commits.

  • 18e04a2 feat(operators): Add $regexp operator (#7855)
  • 0528f39 docs: Hint for async (#7887)
  • a7f18ba fix(sqlite/querygenerator): quote attributes in alterConstraint and renameColumn queries for sqlite (Closes #7759)
  • 5c4ce94 docs(search): use Algolia for search (#7864)
  • ca683c0 chore(issues): flesh out issue template
  • e9ed508 chore(issues): add probot/stale (#7862)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.3.1 just got published.

Update to this version instead 🚀

Release Notes v4.3.1

<a name"4.3.1">

4.3.1 (2017-07-11)

Bug Fixes

  • datatypes: add length to Postgres character type (89d13015)
Commits

The new version differs by 5 commits.

  • 89d1301 fix(datatypes): add length to Postgres character type
  • 83351e6 chore(package): update husky to version 0.14.2 (#7870)
  • c902b07 chore(scripts): don't run lint as part of npm test
  • 2fc43c4 chore(package): update eslint to version 4.2.0 (#7908)
  • 8d4700f style(spacing): add spacing rules to .eslintrc (#7921)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.3.2 just got published.

Update to this version instead 🚀

Release Notes v4.3.2

<a name"4.3.2">

4.3.2 (2017-07-13)

Bug Fixes

Commits

The new version differs by 2 commits.

  • 85ee83d fix(connection): pick keepAlive dialectOption (#7927)
  • 5620834 docs: Link to the slack invite page in readme

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.4.0 just got published.

Update to this version instead 🚀

Release Notes v4.4.0

<a name"4.4.0">

4.4.0 (2017-07-20)

Features

Commits

The new version differs by 1 commits.

  • 4383922 feat(dependency): Support pg version 7 (#7888)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.4.1 just got published.

Update to this version instead 🚀

Release Notes v4.4.1

<a name"4.4.1">

4.4.1 (2017-07-21)

Bug Fixes

Commits

The new version differs by 3 commits.

  • 93a09b7 fix(querygenerator): add parentheses to queries when using ALL with LIKE (#7989)
  • 5611a26 fix(queryinterface): decrement regression (#7960)
  • cebc3af fix(operators): $contains escaping (#7965)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.4.2 just got published.

Update to this version instead 🚀

Release Notes v4.4.2

<a name"4.4.2">

4.4.2 (2017-07-22)

Bug Fixes

Commits

The new version differs by 1 commits.

  • f5927a6 fix(connection): pg connection initialization regression (#7986)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.4.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • afb396e fix(connection): evict stale connections
  • 4660d0c (fix): connection manager evict stale connections (#7924)
  • 05f3c6d (chores): fixing failing mssql builds (#8089)
  • 4850270 docs(change): Remove default for dialect (#8045)
  • 2f5b4e0 fix(subquery): check required association exists (#7905)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.4.4 just got published.

Update to this version instead 🚀

Release Notes v4.4.4

<a name"4.4.4">

4.4.4 (2017-08-13)

Bug Fixes

  • using deploy script with travis (2eeaa5e0)
  • connection: evict stale connections (afb396e7)
  • subquery: check required association exists (#7905) (2f5b4e03)
Commits

The new version differs by 6 commits.

  • 44fed49 build: use plain deploy
  • 2eeaa5e fix: using deploy script with travis
  • 1d4997e build: travis build deploy
  • a9ada2c build: semantic-release script
  • 449a0d5 build: add stages docs/release stages (#8103)
  • af8b305 fix(abstract/querygenerator): Use includeAs as the key for subQueryWhere. (#7918)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.4.5 just got published.

Update to this version instead 🚀

Release Notes v4.4.5

<a name"4.4.5">

4.4.5 (2017-08-13)

Bug Fixes

  • hooks: removeHook should only remove the specified hook (#8095) (c1634392)
Commits

The new version differs by 2 commits.

  • c163439 fix(hooks): removeHook should only remove the specified hook (#8095)
  • ed6b3ca docs: cleanup readme, added sections

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.4.6 just got published.

Update to this version instead 🚀

Release Notes v4.4.6

4.4.6 (2017-08-13)

Bug Fixes

  • model: improve warning message when unexpected attribute passed to finder options (#789 (dd1911eb)
Commits

The new version differs by 4 commits.

  • dd1911e fix(model): improve warning message when unexpected attribute passed to finder options (#7894)
  • da4cb74 docs: syntax error in associations docs (#7995)
  • d00f75d docs: incorrect transaction level in docs, v4 use db default (#8020)
  • dc2fcdc chores(stale-bot): exempt feature issues (#8061)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.4.7 just got published.

Update to this version instead 🚀

Release Notes v4.4.7

4.4.7 (2017-08-13)

Bug Fixes

  • validations: empty not null validation message (#7892) (d9111faf)
Commits

The new version differs by 1 commits.

  • d9111fa fix(validations): empty not null validation message (#7892)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.4.8 just got published.

Update to this version instead 🚀

Release Notes v4.4.8

<a name"4.4.8">

4.4.8 (2017-08-14)

Bug Fixes

  • quote tableName alias as an identifier as it can contain schema (#8038) (d028c823)
Commits

The new version differs by 3 commits.

  • d028c82 fix: quote tableName alias as an identifier as it can contain schema (#8038)
  • 9521a35 docs: add name to FK constraint (#8080)
  • de7dc97 docs: fix link for model-definitions configuration

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.4.9 just got published.

Update to this version instead 🚀

Release Notes v4.4.9

4.4.9 (2017-08-14)

Bug Fixes

  • use non public schema from connect options if models have no schema (#7705) (8bed06aa)
Commits

The new version differs by 1 commits.

  • 8bed06a fix: use non public schema from connect options if models have no schema (#7705)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.4.10 just got published.

Update to this version instead 🚀

Release Notes v4.4.10

<a name"4.4.10">

4.4.10 (2017-08-14)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 3709bf0 fix(mysql): mark closed sockets invalid (#8112)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.5.0 just got published.

Update to this version instead 🚀

Release Notes v4.5.0

4.5.0 (2017-08-15)

Features

  • dependency: move env-cmd to dev dependencies (#8116) (615e95f2)
Commits

The new version differs by 2 commits.

  • 8de9a27 build: use node 4 for release
  • 615e95f feat(dependency): move env-cmd to dev dependencies (#8116)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.6.0 just got published.

Update to this version instead 🚀

Release Notes v4.6.0

4.6.0 (2017-08-19)

Features

Commits

The new version differs by 1 commits.

  • fc2e42c feat(dependency): updated dependencies (#8159)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.7.0 just got published.

Update to this version instead 🚀

Release Notes v4.7.0

4.7.0 (2017-08-23)

Features

  • internal: cleanup code base and straightening internal API (#8160) (1eeb343)
Commits

The new version differs by 1 commits.

  • 1eeb343 feat(internal): cleanup code base and straightening internal API (#8160)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.7.1 just got published.

Update to this version instead 🚀

Release Notes v4.7.1

4.7.1 (2017-08-23)

Bug Fixes

  • instance: toJSON should return cloned version of internal object (#8171) (fc942b0)
Commits

The new version differs by 2 commits.

  • fc942b0 fix(instance): toJSON should return cloned version of internal object (#8171)
  • d4b8212 docs(models-definitions): Fix wrong url for configuration section (#8168)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.7.2 just got published.

Update to this version instead 🚀

Release Notes v4.7.2

4.7.2 (2017-08-23)

Bug Fixes

  • belongs-to-many: support for polymorphic associations with scopes (#7533) (2a1e506)
  • sequelize/constructor: queryInterface was initialized on first use (#8178) (6d19ea2)
Commits

The new version differs by 2 commits.

  • 2a1e506 fix(belongs-to-many): support for polymorphic associations with scopes (#7533)
  • 6d19ea2 fix(sequelize/constructor): queryInterface was initialized on first use (#8178)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.7.3 just got published.

Update to this version instead 🚀

Release Notes v4.7.3

4.7.3 (2017-08-24)

Bug Fixes

  • validations: prevent deprecation warning in isDate (#8179) (bfb063f)
Commits

The new version differs by 1 commits.

  • bfb063f fix(validations): prevent deprecation warning in isDate (#8179)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.7.4 just got published.

Update to this version instead 🚀

Release Notes v4.7.4

4.7.4 (2017-08-24)

Bug Fixes

  • associations: throw informational message when try to associate undefined (#8106) (9bfbee6)
Commits

The new version differs by 3 commits.

  • 9bfbee6 fix(associations): throw informational message when try to associate undefined (#8106)
  • 56f8618 docs(guide): fixed case of foreign key in legacy (#8186)
  • e202a98 docs(hooks): specify hooks now prefer Promise (#8181)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.7.5 just got published.

Update to this version instead 🚀

Release Notes v4.7.5

4.7.5 (2017-08-24)

Bug Fixes

  • upsert: use correct timestamp field names when generating query (#8088) (33c5a31)
Commits

The new version differs by 1 commits.

  • 33c5a31 fix(upsert): use correct timestamp field names when generating query (#8088)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.8.0 just got published.

Update to this version instead 🚀

Release Notes v4.8.0

4.8.0 (2017-08-30)

Bug Fixes

  • association/count: use model field in count[Association] (#8227) (c528f6d)
  • datatypes/range: don't stringify infinite and null bounds (fixes: #8192) (#8210) (5d2ba05)
  • model/findAndCount: no need to check count, its already zero (#8225) (785383e)

Features

  • scopes: allow scope groups to be concatenated (#7957) (0da021c)
Commits

The new version differs by 7 commits.

  • 0da021c feat(scopes): allow scope groups to be concatenated (#7957)
  • c528f6d fix(association/count): use model field in count[Association] (#8227)
  • 785383e fix(model/findAndCount): no need to check count, its already zero (#8225)
  • 9a52783 ci(travis): handle deploy failure, reduce time taken for sqlite
  • 5ad62ee docs(hooks): fix controversial in method hooks (#8215) (#8219)
  • 5d2ba05 fix(datatypes/range): don't stringify infinite and null bounds (fixes: #8192) (#8210)
  • 9866921 docs(model): model definition docs for timestamps (#7802)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.8.1 just got published.

Update to this version instead 🚀

Release Notes v4.8.1

4.8.1 (2017-09-07)

Bug Fixes

  • findAll/deep-nested-includes: incorrect alias with -> when subquery still using . #7742 (#7795) (63978e1)
  • findOrCreate: error with unique constraint when complex where is used (#8093) (8a95e42)
Commits

The new version differs by 5 commits.

  • 8a95e42 fix(findOrCreate): error with unique constraint when complex where is used (#8093)
  • 8de0231 docs(associations): one to many with options (#8266)
  • 2b756ac docs(hooks): some refinements of hooks declarations (#8260)
  • 7e441a6 chore(package): update eslint to version 4.6.0 (#8245)
  • 63978e1 fix(findAll/deep-nested-includes): incorrect alias with -> when subquery still using . #7742 (#7795)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.8.2 just got published.

Update to this version instead 🚀

Release Notes v4.8.2

4.8.2 (2017-09-07)

Bug Fixes

  • bulkCreate: error with updateOnDuplicate option (#8259) (fdf3e99)
Commits

The new version differs by 1 commits.

  • fdf3e99 fix(bulkCreate): error with updateOnDuplicate option (#8259)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.8.3 just got published.

Update to this version instead 🚀

Release Notes v4.8.3

4.8.3 (2017-09-11)

Bug Fixes

  • instance/decrement: doesn't work with negative value (#8267) (8b20a45)
  • queryGenerator: createTrigger fails with correct event specs (#8282) (bde6d50)
  • sequelize/query: release connection after all retries (#8247) (1e0d9a8)

Features

Commits

The new version differs by 6 commits.

  • bde6d50 fix(queryGenerator): createTrigger fails with correct event specs (#8282)
  • 0ca7299 docs: remove reference to flattenObjectDeep
  • d653fb9 Update README.md
  • 8b20a45 fix(instance/decrement): doesn't work with negative value (#8267)
  • e41590a feat(mysql/addColumn): supports FIRST keyword (#7943)
  • 1e0d9a8 fix(sequelize/query): release connection after all retries (#8247)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.8.4 just got published.

Update to this version instead 🚀

Release Notes v4.8.4

4.8.4 (2017-09-15)

Bug Fixes

  • abstract/querygenerator: remove duplicated order expression on outer query (#8278) (a8310bf)
  • model/create: doesnot work with custom sourceKey (#8284) (de0fbff)
  • query: does not include primary key when grouping (#8162) (f00bd96)
Commits

The new version differs by 8 commits.

  • a8310bf fix(abstract/querygenerator): remove duplicated order expression on outer query (#8278)
  • f00bd96 fix(query): does not include primary key when grouping (#8162)
  • 0205087 docs(model-usage): fix syntax error in count example
  • 48a7690 chores(package): generic-pool@3.1.8 (#8305)
  • 718f0ad docs(issue template): grammar fixes
  • 78c05af docs(issue-template): improved steps for reporting issue
  • 6783ba8 docs(model): fix missing comma in scope example (#8297)
  • de0fbff fix(model/create): doesnot work with custom sourceKey (#8284)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.9.0 just got published.

Update to this version instead 🚀

Release Notes v4.9.0

4.9.0 (2017-09-20)

Commits

The new version differs by 10 commits.

  • fcac021 ci: set build leader
  • 457b558 ci: no package-lock.json, no-save for npm@5 when releasing
  • 23640d6 ci: correct package name for commit analyzer
  • 32276ae ci: fix release, use env var + lock release depd
  • 35de684 ci: fix release system (#8344)
  • 5426912 refactor(abstract/connection-manager) (#8330)
  • e978e59 docs(migrations): proper lists
  • 4615d7f docs(migration): explain how to use migrations (#8319)
  • 0af0406 fix(query-generator) Simplify where item query (#8068)
  • 0f8417a docs(sequelize/pool): document proper default values, closes #8324

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.10.0 just got published.

Update to this version instead 🚀

Release Notes v4.10.0

4.10.0 (2017-09-21)

Features

  • postgres connection option 'statement_timeout' (#8342) (30f0774)
Commits

The new version differs by 1 commits.

  • 30f0774 feat: postgres connection option 'statement_timeout' (#8342)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.10.1 just got published.

Update to this version instead 🚀

Release Notes v4.10.1

4.10.1 (2017-09-23)

Bug Fixes

  • query-generator: options.group should be quoted (#8326) (7229ccb)
Commits

The new version differs by 5 commits.

  • 7229ccb fix(query-generator): options.group should be quoted (#8326)
  • 79485c3 Revert "fix(abstract/querygenerator): remove duplicated order expression on outer query (#8278)"
  • d7af644 chores: adjust stale bot config
  • e5ba839 chore(package): update env-cmd to version 6.0.0 (#8355)
  • 8d21498 chore(package): update retry-as-promised to version 2.3.1 (#8351)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.10.2 just got published.

Update to this version instead 🚀

Release Notes v4.10.2

4.10.2 (2017-09-23)

Commits

The new version differs by 1 commits.

  • c22f821 docs(migration): incorrect seed command

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.10.3 just got published.

Update to this version instead 🚀

Release Notes v4.10.3

4.10.3 (2017-09-24)

Bug Fixes

  • model/increment: properly map fields for attributes in by option (#8363) (95901ab)
Commits

The new version differs by 1 commits.

  • 95901ab fix(model/increment): properly map fields for attributes in by options (#8363)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.11.0 just got published.

Update to this version instead 🚀

Release Notes v4.11.0

4.11.0 (2017-09-25)

Commits

The new version differs by 2 commits.

  • 3fedaa4 refactor(lodash): use lodash directly (#8368)
  • 0d232c5 test(integration/model/findAll): test with limit and mixed association results which depend on inner order (#8341)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.11.1 just got published.

Update to this version instead 🚀

Release Notes v4.11.1

4.11.1 (2017-09-26)

Bug Fixes

  • postgres/date: support for infinity timestamp (#8357) (e01cc2f)
Commits

The new version differs by 4 commits.

  • e01cc2f fix(postgres/date): support for infinity timestamp (#8357)
  • 45457b0 chore(package): update env-cmd to version 7.0.0 (#8373)
  • 660e1bf ci(travis/perf): use sudo when required
  • c575632 ci(appveyor): test only node v4

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.11.2 just got published.

Update to this version instead 🚀

Release Notes v4.11.2

4.11.2 (2017-09-28)

Bug Fixes

  • dateonly: set NULL correctly (576e434)
Commits

The new version differs by 1 commits.

  • 576e434 fix(dateonly): set NULL correctly

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.11.3 just got published.

Update to this version instead 🚀

Release Notes v4.11.3

4.11.3 (2017-09-28)

Commits

The new version differs by 1 commits.

  • 107502e docs(contributing): fixed name and reference to .eslintrc.json file (#8387)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.11.4 just got published.

Update to this version instead 🚀

Release Notes v4.11.4

4.11.4 (2017-09-29)

Bug Fixes

  • model: properly serialize WHERE attributes in soft delete (#8383) (ba7aa33)
Commits

The new version differs by 1 commits.

  • ba7aa33 fix(model): properly serialize WHERE attributes in soft delete (#8383)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.11.5 just got published.

Update to this version instead 🚀

Release Notes v4.11.5

4.11.5 (2017-09-29)

Bug Fixes

  • model: dont mark value changed by custom setters if there is no change (#8389) (6adfabf)
Commits

The new version differs by 1 commits.

  • 6adfabf fix(model): dont mark value changed by custom setters if there is no change (#8389)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.11.6 just got published.

Update to this version instead 🚀

Release Notes v4.11.6

4.11.6 (2017-09-30)

Commits

The new version differs by 1 commits.

  • 193e151 docs(testimonials): add Bitovi (#8399)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.11.7 just got published.

Update to this version instead 🚀

Release Notes v4.11.7

4.11.7 (2017-09-30)

Bug Fixes

  • queryInterface/changeColumn: error when removing a column with unique constraint (#8386) (9ca86af)
Commits

The new version differs by 3 commits.

  • 9ca86af fix(queryInterface/changeColumn): error when removing a column with unique constraint (#8386)
  • 3e0c9b1 build(eslint): disallow exclusive tests
  • 6b28d5f chores(stale): set stale days to 100

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.12.0 just got published.

Update to this version instead 🚀

Release Notes v4.12.0

4.12.0 (2017-09-30)

Features

  • query-generator: change operators to be represented by symbols (#8240) (ccb99da)
Commits

The new version differs by 1 commits.

  • ccb99da feat(query-generator): change operators to be represented by symbols (#8240)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.13.0 just got published.

Update to this version instead 🚀

Release Notes v4.13.0

4.13.0 (2017-09-30)

Features

  • mysql/errors: foreign key errors with more useful information (#8379) (6b11669)
Commits

The new version differs by 1 commits.

  • 6b11669 feat(mysql/errors): foreign key errors with more useful information (#8379)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.13.1 just got published.

Update to this version instead 🚀

Release Notes v4.13.1

4.13.1 (2017-10-01)

Bug Fixes

  • model/upsert: doesnt work with Infinity dates (#8397) (b4ce008)
Commits

The new version differs by 1 commits.

  • b4ce008 fix(model/upsert): doesnt work with Infinity dates (#8397)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.13.2 just got published.

Update to this version instead 🚀

Release Notes v4.13.2

4.13.2 (2017-10-02)

Commits

The new version differs by 1 commits.

  • 8e4c213 docs(models-usage/operators): missing commas (#8403)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.13.3 just got published.

Update to this version instead 🚀

Release Notes v4.13.3

4.13.3 (2017-10-03)

Commits

The new version differs by 1 commits.

  • 360ddec docs(readme): mention about sequelize-typescript(#8400)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.13.4 just got published.

Update to this version instead 🚀

Release Notes v4.13.4

4.13.4 (2017-10-04)

Bug Fixes

Commits

The new version differs by 1 commits.

  • ea8e631 fix(errors): spurious Bluebird warnings (#8408)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.13.5 just got published.

Update to this version instead 🚀

Release Notes v4.13.5

4.13.5 (2017-10-04)

Commits

The new version differs by 1 commits.

  • a056b5a docs(migrations): incorrect seed undo command (#8419)

See the full diff