Skip to content

Latest commit

 

History

History
256 lines (175 loc) · 11.2 KB

History.md

File metadata and controls

256 lines (175 loc) · 11.2 KB

6.0.0 / 2020-09-16

features

others

5.2.2 / 2020-07-01

fixes

  • [665bbd6] - fix: exception when change your config.delegate to other name, you will get an TypeError (#84) (bianchui <[email protected]>)

5.2.1 / 2019-12-25

fixes

others

5.2.0 / 2019-07-10

features

5.1.0 / 2019-06-14

features

5.0.1 / 2019-06-11

fixes

others

5.0.0 / 2019-05-10

fixes

others

4.3.1 / 2019-01-08

fixes

4.3.0 / 2019-01-07

features

others

4.2.0 / 2018-11-12

features

others

4.1.0 / 2018-08-31

features

4.0.7 / 2018-08-20

fixes

4.0.6 / 2018-08-20

fixes

4.0.5 / 2018-08-20

fixes

4.0.4 / 2018-08-17

fixes

4.0.3 / 2018-08-17

fixes

others

4.0.2 / 2018-08-14

fixes

4.0.1 / 2018-08-13

fixes

4.0.0 / 2018-08-13

features

others

3.1.5 / 2018-07-03

features

others

  • [ff79aba] - Retry 3 times on startup when database connect fail in temporary, to avoid Egg start failed. (#57) (Jason Lee <[email protected]>)

3.1.4 / 2018-05-02

fixes

3.1.3 / 2018-04-13

fixes

others

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)