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

Commit 5cc85bd9 by Mick Hansen

Update changelog.md

1 parent 9ba59f91
Showing with 1 additions and 1 deletions
Notice: All 1.7.x changes are present in 2.0.x aswell
# next
- [FEATURE] Hooks can now return promises
- [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] It's now possible to add multiple relations to a hasMany association, modelInstance.addRelations([otherInstanceA, otherInstanceB])
- [FEATURE] `define()` stores models in `sequelize.models` Object e.g. `sequelize.models.MyModel`
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!