Skip to content

Releases: sequelize/sequelize

v3.13.0

27 Oct 18:56
Compare
Choose a tag to compare
  • [FIXED] timestamp columns are no longer undefined for associations loaded with separate. #4740
  • [FIXED] Mark unscoped model as .scoped, to prevent injection of default scope on includes #4663
  • [ADDED] .previous now returns and object of previous values when called without key. This brings the API in line with .changed

v3.12.1

15 Oct 13:23
Compare
Choose a tag to compare
  • [Fixed] Mark postgres connection as invalid if the connection is reset #4661

v3.12.0

13 Oct 12:57
Compare
Choose a tag to compare
  • [ADDED] Preliminary support for include.on.
  • [FIXED] Partial rollback of datatype validations by hiding it behind the typeValidation flag.
  • [FIXED] Don't try to select the primary key for models without primary key #4607
  • [FIXED] Apply attributes when including a scoped model. #4625
  • [FIXED] Use bits instead of strings for mssql booleans. #4621
  • [FIXED] BulkCreate validation fails for properties with field #3787

v3.11.0

04 Oct 20:54
Compare
Choose a tag to compare
  • [INTERNALS] Updated dependencies #4594
    • bluebird@2.10.1
    • dottie@1.0.0
    • wellknown@0.4.0
  • [INTERNALS] Updated devDependencies #4594
    • mysql@2.9.0
    • coffee-script
  • [FIXED] Add limit to findOne when using queries like { id: { $gt ... #4416
  • [FIXED] Include all with scopes #4584
  • [INTERNALS] Corrected spelling seperate -> separate
  • [ADDED] Added include and exclude to options.attributes. #4074
  • [FIXED/INTERNALS] Only recurse on plain objects in mapOptionFieldNames. #4596

v3.10.0

30 Sep 07:10
Compare
Choose a tag to compare
  • [ADDED] support search_path for postgres with lots of schemas #4534
  • [ADDED] Expose Association constructor as Sequelize.Association
  • [ADDED] beforeSync/afterSync/beforeBulkSync/afterBulksync hooks #4479
  • [FIXED] Calling set with dot.separated key on a JSON/JSONB attribute will not flag the entire object as changed #4379
  • [FIXED] instances returned from bulkCreate now has isNewRecord: false and should be updateable if using returning: true with dialects that support it.
  • [FIXED] Find with Include with a where clause generates wrong SQL #3940
  • [FIXED] ON DELETE constraint should default to CASCADE if foreignKey has allowNull: false] #2831

v3.9.0

17 Sep 11:32
Compare
Choose a tag to compare
  • [ADDED] beforeRestore/afterRestore hooks #4371
  • [ADDED] Map raw fields back to attributes names when using mapToModel or returning #3995
  • [ADDED] skip now supports filtering out modewl validators #4528
  • [INTERNALS] options has been renamed to $options in instance.js #4429
  • [FIXED] Reload doesn't synchronize a null include #4353
  • [FIXED] commit/rollback multiple times on same transaction #4491
  • [FIXED] memory leak / options mangle for scopes with include #4470
  • [FIXED] custom targetKey for belongsTo on a target with a primary key will now correctly create foreign key constraints #4455

2.0.4

07 Mar 17:43
Compare
Choose a tag to compare
v2.0.4

release(2.0.4)

v2.0.0-dev12

08 Jul 09:41
Compare
Choose a tag to compare
v2.0.0-dev12 Pre-release
Pre-release
[release 2.0.0-dev12