Skip to content

Latest commit

 

History

History
152 lines (72 loc) · 6.48 KB

CHANGELOG.md

File metadata and controls

152 lines (72 loc) · 6.48 KB

4.1.0 (2023-08-22)

Bug Fixes

  • datamapper: improved empty object checking in arrayDataParse (2453cb7)

Features

  • adjust entity checking when entityField.type is an array (1122dd1)
  • adjust nested entity array compatibility (9830cdc)
  • datamapper: add recursive entity array parser (b56dd30)
  • datamapper: adds recursion and childrenm key in field mapping (6190f0b)
  • datamapper: adds recursion to work with nested entities (6418b2b)
  • datamapper: enable find of nested entities (4f460ae)
  • datamapper: enable find of nested entities (68dfcf0)
  • datamapper: enabling nested entity saving with improved null and undefined handling (d62cb04)
  • datamapper: recursive parse of entities from collection to entity (636c9ab)
  • herbs2mongo: enable export of DataMapper class (e34049e)

4.0.0 (2023-03-07)

Bug Fixes

  • deps: bump @herbsjs/herbs from 1.6.2 to 2.0.0 (aafbf74)
  • package.json: up herbs version (6c09e1d)

Continuous Integration

BREAKING CHANGES

  • upgrade buchu to 2.0

3.0.3 (2022-08-15)

Bug Fixes

  • herbs: update herbs and mongo dependencies (becf1f3)

3.0.2 (2022-06-28)

Bug Fixes

  • deps: bump @herbsjs/herbs from 1.5.0 to 1.6.1 (0cbed55)

3.0.1 (2022-06-25)

Bug Fixes

  • fix method find when return is zero (d8b2cf2)

3.0.0 (2022-06-22)

Features

BREAKING CHANGES

  • now findById returns an array instead only element

2.2.1 (2022-06-19)

Bug Fixes

  • update method now uses findOneAndUpdate instead updateOne (fca1c9b)

2.2.0 (2022-06-18)

Features

Reverts

  • revert peerDependencie of mongodb (f375b99)

2.1.0 (2022-06-17)

Features

  • add native parameter to filters and improve the connection method (5adcde2)

2.0.1 (2022-06-13)

Bug Fixes

  • deps: bump @herbsjs/herbs from 1.4.5 to 1.5.0 (93e86c9)

2.0.0 (2022-05-15)

Bug Fixes

  • 🐛 update dependencies (herbs and semantic release) (491b612)

Features

  • 🎸 new mongodb version driver (d7053b0)

BREAKING CHANGES

  • 🧨 insertMany has a breaking change because of update of driver.

1.0.3 (2022-05-15)

Bug Fixes

  • returning null when do not found a document (5ddb8c9), closes #12
  • update function dont returns the upsertedCount prop (4981bc8)
  • using ObjectID in queryies (f979b69), closes #14

1.0.2 (2022-01-15)

Bug Fixes

  • update herbs dependencie (2279e07)

1.0.1 (2021-08-31)

Bug Fixes

  • repository.js: change scope of var (dc35b3c)

1.0.0 (2021-08-04)

Features