UNPKG

@wsst/egg-mongoose

Version:
89 lines (57 loc) 3.08 kB
3.2.0 / 2019-05-16 ================== **features** * [[`1f450fb`](http://github.com/eggjs/egg-mongoose/commit/1f450fb38acf4f04a63294a33e392c6f38830a88)] - feat: support mongoose global plugin (#35) (lkspc <<lkspc@qq.com>>) 3.1.3 / 2019-05-06 ================== **fixes** * [[`5b9f8ba`](http://github.com/eggjs/egg-mongoose/commit/5b9f8ba36673ea4b807b7cd97f4288bbef6c8f2d)] - fix: replace auth with string replace (#34) (TZ | 天猪 <<atian25@qq.com>>) 3.1.2 / 2019-05-05 ================== **fixes** * [[`441b6fc`](http://github.com/eggjs/egg-mongoose/commit/441b6fcf0264fec76415e682e5b180ecc6488799)] - fix: hide password of mongo url (#32) (CHANG, TZU-YEN <<try_love_tom@icloud.com>>) **others** * [[`0c15d08`](http://github.com/eggjs/egg-mongoose/commit/0c15d0887f7d171858a3adc1ba6356d6b04c06a1)] - Update Dependencies And Lint Code (#33) (CHANG, TZU-YEN <<try_love_tom@icloud.com>>) 3.1.1 / 2018-11-05 ================== **fixes** * [[`de7e54e`](http://github.com/eggjs/egg-mongoose/commit/de7e54e21c1ca1848968395b236151255e404a11)] - fix(typescript): types of mongoose should be dependencies (#24) (Baffin Lee <<baffinlee@gmail.com>>) **others** * [[`8bb46d5`](http://github.com/eggjs/egg-mongoose/commit/8bb46d5e7f2d2769989cbf42ad3f07f40cf3d661)] - chore: Add an arg in options for the update of mongodb (#29) (Maledong <<maledong_github@outlook.com>>) 3.1.0 / 2018-07-03 ================== **others** * [[`a8b4ece`](http://github.com/eggjs/egg-mongoose/commit/a8b4ece79726ac591da2f1a4a0b97f9cc350c69c)] - chore: TypeScript support (#22) (Baffin Lee <<baffinlee@gmail.com>>) 3.0.0 / 2018-06-12 ================== **features** * [[`a3405d6`](http://github.com/eggjs/egg-mongoose/commit/a3405d60d0bf173a000706681cb6656b6ef6a7ed)] - feat: bump mongoose version to 5.0 (#20) (Hardy <<hardywu@users.noreply.github.com>>) 2.2.1 / 2018-04-28 ================== **fixes** * [[`dde9037`](http://github.com/eggjs/egg-mongoose/commit/dde9037db1052d836edb4f0d0fddeda061ee446d)] - fix: shall re-throw errors on first connect (#18) (legendecas <<legendecas@gmail.com>>) * [[`b281b15`](http://github.com/eggjs/egg-mongoose/commit/b281b15f834bcb8cc5286776719a3eeaaf48263d)] - fix: fix __mongoose refer (#16) (Adams <<jtyjty99999@126.com>>) **others** * [[`0b85466`](http://github.com/eggjs/egg-mongoose/commit/0b85466d94325fe421381656487385fb7032240f)] - chore:bump to 2.2.0 (tianyi.jiangty <<tianyi.jiangty@alibaba-inc.com>>), 2.2.0 / 2018-03-02 ================== * feat: support multi client (#15) 2.1.1 / 2017-09-18 ================== * feat:support custom promise, access mongoose source (#12) 2.1.0 / 2017-05-16 ================== * refactor: use native promise (#10) * docs: update example to `v2.0.0` (#9) 2.0.0 / 2017-05-08 ================== * feat: [BREAKING_CHANGE] add unregular model judgement (#7) 1.1.1 / 2017-03-11 ================== * fix: remove heartbeat (#4) 1.1.0 / 2017-03-02 ================== * feat:support uri option (#3) 1.0.0 / 2017-02-16 ================== * feat: first implement (#2)