UNPKG

961 BMarkdownView Raw
12.1.3 / 2017-05-11
2==================
3
4 * fix: Migration load config.seuqelize for function type config support.
5
62.1.2 / 2017-05-11
7==================
8
9 * fix: egg-sequelize bin to find correct sequelize-cli path in node_modules.
10
112.1.1 / 2017-05-10
12==================
13
14 * feat: add `egg-sequelize` bin for Sequelize migrations support. (#11)
15
162.0.2 / 2017-04-27
17==================
18
19 * fix: ignore non Sequelize files in app/model path for Model loader. (#10)
20 * docs: add Suggestions and License (#8)
21 * feat: use underscore style column name as default (#7)
22 * docs: add info about how to enable sequelize plugin (#6)
23
242.0.1 / 2017-03-14
25==================
26
27 * fix: Allow all of Sequelize options in `config.sequelize` (#5)
28
292.0.0 / 2017-03-13
30==================
31
32 * feat: [BREAKING_CHANGE] Update default Sequelize configs (#4)
33
341.0.0 / 2017-02-19
35==================
36
37 * chore: complete unittest (#2)
38 * feat: use loader API to load models (#3)
39