Skip to content

Latest commit

 

History

History
624 lines (216 loc) · 18.7 KB

CHANGELOG.md

File metadata and controls

624 lines (216 loc) · 18.7 KB

(2023-04-27)

Bug Fixes

Features

  • cache: clear timeout when close (e1b4fe2)
  • model: filter type use any current (b3a3ffc)
  • update mongodb client to 5.3.0 (f28a398)
  • use npm:mongodb (454b36f)

0.11.1 (2023-03-30)

Features

  • type: RequiredId not extends BaseSchema (d52d67d)

0.11.0 (2023-03-30)

Features

  • model: inject indexes (53b44f7)
  • type: find only set id and _id be required (c338aa3)
  • types: add Simplify (6aa654f)

0.10.5 (2022-06-24)

0.10.4 (2022-06-24)

Features

  • reflect: update reflect (25fba22)

0.10.3 (2022-06-22)

Features

  • model: find return null instead of undefined (f020126)

0.10.2 (2022-06-22)

Features

  • model: find type required (c2c570f)

0.10.1 (2022-06-22)

0.10.0 (2022-06-22)

Features

  • model: only find return id (625d35a)

0.9.3 (2022-05-05)

Bug Fixes

  • index: support expires alias (5ed916f)

0.9.2 (2022-04-25)

0.9.1 (2022-03-25)

0.9.0 (2022-03-25)

Performance Improvements

  • change SchemaDecorator and Schema (e83f6f8)

0.8.5 (2022-03-25)

Features

  • schema: can define createTime and modifyTime (e39f9fb)

Performance Improvements

  • model: use #schema directly (0cb6498)

0.8.4 (2022-03-25)

Bug Fixes

  • model: findOneAndUpdate can insert createTime (f06ff24)

0.8.3 (2022-03-12)

0.8.2 (2022-03-02)

Bug Fixes

  • model: transferid conside doc maybe null (a4b11dc)

0.8.1 (2022-02-24)

Features

  • update deno_mongo to 0.29.2 (24bd732)

0.8.0 (2022-02-24)

Features

  • model: populate support array (186bbcb)

0.7.5 (2022-02-22)

Bug Fixes

0.7.4 (2022-02-22)

Bug Fixes

0.7.3 (2022-02-22)

Bug Fixes

  • model: format bsonId deal $or and $and (7081260)

0.7.2 (2022-02-18)

Bug Fixes

  • count: trans count filter (3566f07)

0.7.1 (2022-02-18)

Features

0.7.0 (2022-02-17)

Bug Fixes

  • insert: param use cloned (c04ff1d)
  • model: get default when save (7290d12)
  • vitrual: populate not work in schema (7a13c44)

Features

Performance Improvements

0.6.6 (2022-01-20)

Bug Fixes

  • db: connect admin and db (a64f7bd)

0.6.5 (2022-01-12)

0.6.4 (2022-01-12)

0.6.3 (2022-01-12)

Features

  • findOne: type may contain undefined (abcbc3c)

0.6.2 (2021-12-31)

Bug Fixes

  • model: findOneAndUpdate format id when new (a3a8fa8)

0.6.1 (2021-12-31)

Features

0.6.0 (2021-12-31)

Bug Fixes

  • save: should use hook deal data (0b86b16)

0.5.9 (2021-12-31)

Bug Fixes

  • client: no need get default db (7139a01)

Features

Performance Improvements

0.5.8 (2021-12-29)

Features

  • virtual: support match without count (18f6ec5)

0.5.7 (2021-12-29)

Bug Fixes

  • virtual: isTransformLocalFieldToString code (5a802c4)

0.5.6 (2021-12-29)

Features

  • populate: support count (d1d6db1)

0.5.5 (2021-12-29)

Bug Fixes

0.5.4 (2021-12-28)

Features

  • hooks: bind this to model (a442608)

0.5.3 (2021-12-27)

Features

  • model: findOneAndUpdate use modify alone (3f81044)

0.5.2 (2021-12-27)

Bug Fixes

  • model: findOneAndUpdate use findAndModify (ba32921)

0.5.1 (2021-12-27)

Bug Fixes

0.5.0 (2021-12-27)

Bug Fixes

  • schema: should use instance store populateMap (56ac32d)

0.4.0 (2021-12-20)

Features

0.3.7 (2021-12-16)

Features

  • factory: use promise to prevent multi (1540b2d)

0.3.6 (2021-12-16)

Bug Fixes

0.3.5 (2021-12-15)

Features

  • populate: support false (4fa7c52)

0.3.4 (2021-12-14)

Features

  • schema: _id may be optional (43beb60)

0.3.3 (2021-12-13)

Features

0.3.2 (2021-12-13)

Bug Fixes

Features

0.3.1 (2021-12-13)

Features

  • schema: default can be any (db63ee1)

0.3.0 (2021-12-13)

Features

Performance Improvements

  • decorator: InjectModel pass function (ab5bf90)

0.2.1 (2021-12-09)

Features

  • model: findOneAndUpdate modify update option (f7304fd)

0.2.0 (2021-12-08)

Features

  • index: support text index (1b53b86)

0.1.11 (2021-12-08)

Bug Fixes

  • schema: change require to required (fbfc1ef)

Features

  • index: use indexOptions (79e4402)

0.1.10 (2021-12-06)

Features

  • model: injectModel change key (c3afcfb)

Performance Improvements

0.1.9 (2021-12-05)

Features

0.1.8 (2021-12-02)

Features

  • virtual: force ref be class (b2eb102)

0.1.7 (2021-12-02)

Features

  • model: update findByIdAndUpdate type (c42dfec)

0.1.6 (2021-12-02)

Features

  • model: add save to return all (c076251)

0.1.5 (2021-12-02)

Features

  • model: required change to require (821ce15)

0.1.4 (2021-12-02)

Bug Fixes

  • model: use findExOptions (6a821bd)

0.1.3 (2021-12-02)

Bug Fixes

  • model: modelname all use one (c34877c)
  • virtual: populate need return null if not find (7fe5727)

0.1.2 (2021-12-01)

Features

  • model: print error if init failed (47cb420)

0.1.1 (2021-12-01)

Features

  • model: syncIndexes auto (23d3fb9)

0.1.0 (2021-12-01)

Features

0.0.1 (2021-11-29)

Features

Performance Improvements

  • change some function private (b17bc5d)