UNPKG

egg-sequelize

Version:
127 lines (86 loc) 5 kB
4.0.1 / 2018-08-13 ================== **fixes** * [[`a165ac1`](http://github.com/eggjs/egg-sequelize/commit/a165ac18014d8d53c6b9ba0c13634a2820a7c1ba)] - fix: remove bin file (dead-horse <<dead_horse@qq.com>>) 4.0.0 / 2018-08-13 ================== **features** * [[`654fdf9`](http://github.com/eggjs/egg-sequelize/commit/654fdf91a82ff68d54906f122e7f6b22007074ca)] - feat: support config.ignore (dead-horse <<dead_horse@qq.com>>) * [[`4c727a6`](http://github.com/eggjs/egg-sequelize/commit/4c727a66a2e7f8d0e18949bf1e90b87c2f6e217c)] - feat: support config.Sequelize (dead-horse <<dead_horse@qq.com>>) * [[`86d660d`](http://github.com/eggjs/egg-sequelize/commit/86d660d5557aa33aa113c91a1468c997a7dc2cc3)] - feat: support config.datasources to define more database (dead-horse <<dead_horse@qq.com>>) **others** * [[`976ab6c`](http://github.com/eggjs/egg-sequelize/commit/976ab6cf8061c7926ebbc050d835581ec4434a34)] - deps: remove unused dependencies (dead-horse <<dead_horse@qq.com>>) * [[`0e59892`](http://github.com/eggjs/egg-sequelize/commit/0e598926780401379dac70a2530b844bf35b250f)] - docs: add migration in readme (dead-horse <<dead_horse@qq.com>>) * [[`4d1ac62`](http://github.com/eggjs/egg-sequelize/commit/4d1ac6247e337e110be31e46d58fb6bc4c0a25ae)] - docs: add multiple datasources in readme (dead-horse <<dead_horse@qq.com>>) * [[`bfd0c26`](http://github.com/eggjs/egg-sequelize/commit/bfd0c26dc451fee3a7adfc30268e3036cef8fb92)] - refactor: remove sequelize-cli integration (dead-horse <<dead_horse@qq.com>>) * [[`a5670ca`](http://github.com/eggjs/egg-sequelize/commit/a5670ca8fdc5c6134bfa56a761b582eadc690f45)] - refactor: use async function and only support egg@2 (dead-horse <<dead_horse@qq.com>>) * [[`e4b525e`](http://github.com/eggjs/egg-sequelize/commit/e4b525e18b0f39f517a560de7fe9bf819bddeddf)] - refactor: remove log rewrite (dead-horse <<dead_horse@qq.com>>) 3.1.5 / 2018-07-03 ================== **features** * [[`987e394`](http://github.com/eggjs/egg-sequelize/commit/987e3940da2bc392e1bb6da77055942c3ecf5b0e)] - feat(sequelize-cli): upgrade to 4.0.0 (#52) (Lpmvb <<xiangdemei@yahoo.com>>) **others** * [[`ff79aba`](http://github.com/eggjs/egg-sequelize/commit/ff79aba467d13efbc017e08247925fcb93e6aaff)] - Retry 3 times on startup when database connect fail in temporary, to avoid Egg start failed. (#57) (Jason Lee <<huacnlee@gmail.com>>) 3.1.4 / 2018-05-02 ================== **fixes** * [[`1fb8585`](http://github.com/eggjs/egg-sequelize/commit/1fb858533132efb1ff2b2409ffa3656cb7b48b21)] - fix: add index.d.ts to pkg.files (#51) (duncup <<dlmsoft.wolf@gmail.com>>) 3.1.3 / 2018-04-13 ================== **fixes** * [[`c8a1c60`](http://github.com/eggjs/egg-sequelize/commit/c8a1c60244606158b1b3a4193433e764a60e0966)] - fix: using `sequelize.Options` for sequelize config. (#48) (ZhengFang <<215566435@qq.com>>) **others** * [[`2d63647`](http://github.com/eggjs/egg-sequelize/commit/2d6364795d62d91b7d498b2c3ec6fa3be8dc9b58)] - chore:TypeScript support. (#47) (duncup <<dlmsoft.wolf@gmail.com>>) 3.1.2 / 2018-02-27 ================== * fix: auto create cli folder (#41) * docs: fix demo code (#42) 3.1.1 / 2018-02-06 ================== * fix: EGG_SERVER_ENV support for seuqlieze cli (#40) * docs: fix db sync doc (#31) * docs: add README for `app.model` (#34) * docs(README): fix a typo (#33) 3.1.0 / 2017-08-03 ================== * deps: update dependencies (#26) * refactor: rewrite cli script with plain js instead of Shell to support multi-platform. (#25) * docs: add a migration example for show up use `co.wrap`. (#24) * docs: fix migration url (#22) * docs: update history (#21) 3.0.1 / 2017-06-19 ================== * fix: init associate should after load of models (#20) 3.0.0 / 2017-06-19 ================== * feat: Upgrade Sequelize V4. (#18) * docs: add sync docs (#17) * docs(readme): fix the full example with association (#16) 2.1.4 / 2017-05-11 ================== * fix(migration): always use production config (#14) 2.1.3 / 2017-05-11 ================== * fix: Migration load config.seuqelize for function type config support. 2.1.2 / 2017-05-11 ================== * fix: egg-sequelize bin to find correct sequelize-cli path in node_modules. 2.1.1 / 2017-05-10 ================== * feat: add `egg-sequelize` bin for Sequelize migrations support. (#11) 2.0.2 / 2017-04-27 ================== * fix: ignore non Sequelize files in app/model path for Model loader. (#10) * docs: add Suggestions and License (#8) * feat: use underscore style column name as default (#7) * docs: add info about how to enable sequelize plugin (#6) 2.0.1 / 2017-03-14 ================== * fix: Allow all of Sequelize options in `config.sequelize` (#5) 2.0.0 / 2017-03-13 ================== * feat: [BREAKING_CHANGE] Update default Sequelize configs (#4) 1.0.0 / 2017-02-19 ================== * chore: complete unittest (#2) * feat: use loader API to load models (#3)