
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)

