不要怂,就是干,撸起袖子干!

Commit a3a47018 by Mick Hansen

dev12/1.7.9 changelog

1 parent 338c1e05
Showing with 4 additions and 1 deletions
Notice: All 1.7.x changes are present in 2.0.x aswell Notice: All 1.7.x changes are present in 2.0.x aswell
# next # v2.0.0-dev12
- [FEATURE] You can now return a promise to a hook rather than use a callback - [FEATURE] You can now return a promise to a hook rather than use a callback
- [FEATURE] There is now basic support for assigning a field name to an attribute `name: {type: DataTypes.STRING, field: 'full_name'}` - [FEATURE] There is now basic support for assigning a field name to an attribute `name: {type: DataTypes.STRING, field: 'full_name'}`
- [FEATURE] It's now possible to add multiple relations to a hasMany association, modelInstance.addRelations([otherInstanceA, otherInstanceB]) - [FEATURE] It's now possible to add multiple relations to a hasMany association, modelInstance.addRelations([otherInstanceA, otherInstanceB])
...@@ -58,6 +58,9 @@ Notice: All 1.7.x changes are present in 2.0.x aswell ...@@ -58,6 +58,9 @@ Notice: All 1.7.x changes are present in 2.0.x aswell
- Join tables will be no longer be paranoid (have a deletedAt timestamp added), even though other models are. - Join tables will be no longer be paranoid (have a deletedAt timestamp added), even though other models are.
- All tables in select queries will now be aliased with the model names to be support schemas. This will affect people stuff like `where: {'table.attribute': value} - All tables in select queries will now be aliased with the model names to be support schemas. This will affect people stuff like `where: {'table.attribute': value}
# v.17.9
- [BUG] fixes issue with custom primary keys and N:M join tables [#1929](https://github.com/sequelize/sequelize/pull/1923)
# v1.7.8 # v1.7.8
- [FEATURE] adds rlike support for mysql - [FEATURE] adds rlike support for mysql
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!