Closed
Description
Milestone v4.0.0
- Drop gulp dependency
- Drop coffee script support
- Cross platform CI (Linux and Windows)
- Drop support for Node v0.12 or below
- Codebase
- Sequelize v4 Support moving model.associate outside classMethods due to [email protected] #470
- Better documentation
- Contribution Docs
- Section in https://docs.sequelizejs.com
- Explain available
QueryGenerator
functions likebulkInsert
etc and how to properly use them - FAQs
- Features / Support
-
db:create
/db:drop
- Proper error codes
- Association support
- Atomic migrations (using transactions, as far as database supports it)
-
TypeScript support(needs to be community contributed, after v4 is released)
-