Skip to content

Latest commit

 

History

History
95 lines (63 loc) · 2.55 KB

History.md

File metadata and controls

95 lines (63 loc) · 2.55 KB

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)