UNPKG

1.94 kBMarkdownView Raw
1
23.1.2 / 2018-02-27
3==================
4
5 * fix: auto create cli folder (#41)
6 * docs: fix demo code (#42)
7
83.1.1 / 2018-02-06
9==================
10
11 * fix: EGG_SERVER_ENV support for seuqlieze cli (#40)
12 * docs: fix db sync doc (#31)
13 * docs: add README for `app.model` (#34)
14 * docs(README): fix a typo (#33)
15
163.1.0 / 2017-08-03
17==================
18
19 * deps: update dependencies (#26)
20 * refactor: rewrite cli script with plain js instead of Shell to support multi-platform. (#25)
21 * docs: add a migration example for show up use `co.wrap`. (#24)
22 * docs: fix migration url (#22)
23 * docs: update history (#21)
24
253.0.1 / 2017-06-19
26==================
27
28 * fix: init associate should after load of models (#20)
29
303.0.0 / 2017-06-19
31==================
32
33 * feat: Upgrade Sequelize V4. (#18)
34 * docs: add sync docs (#17)
35 * docs(readme): fix the full example with association (#16)
36
372.1.4 / 2017-05-11
38==================
39
40 * fix(migration): always use production config (#14)
41
422.1.3 / 2017-05-11
43==================
44
45 * fix: Migration load config.seuqelize for function type config support.
46
472.1.2 / 2017-05-11
48==================
49
50 * fix: egg-sequelize bin to find correct sequelize-cli path in node_modules.
51
522.1.1 / 2017-05-10
53==================
54
55 * feat: add `egg-sequelize` bin for Sequelize migrations support. (#11)
56
572.0.2 / 2017-04-27
58==================
59
60 * fix: ignore non Sequelize files in app/model path for Model loader. (#10)
61 * docs: add Suggestions and License (#8)
62 * feat: use underscore style column name as default (#7)
63 * docs: add info about how to enable sequelize plugin (#6)
64
652.0.1 / 2017-03-14
66==================
67
68 * fix: Allow all of Sequelize options in `config.sequelize` (#5)
69
702.0.0 / 2017-03-13
71==================
72
73 * feat: [BREAKING_CHANGE] Update default Sequelize configs (#4)
74
751.0.0 / 2017-02-19
76==================
77
78 * chore: complete unittest (#2)
79 * feat: use loader API to load models (#3)
80