4.1.0 (2023-08-22)
- datamapper: improved empty object checking in arrayDataParse (2453cb7)
- 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)
- fix cd (702788f)
- upgrade buchu to 2.0
3.0.3 (2022-08-15)
- herbs: update herbs and mongo dependencies (becf1f3)
3.0.2 (2022-06-28)
- deps: bump @herbsjs/herbs from 1.5.0 to 1.6.1 (0cbed55)
3.0.1 (2022-06-25)
- fix method find when return is zero (d8b2cf2)
3.0.0 (2022-06-22)
- change findById return (9339459)
- now findById returns an array instead only element
2.2.1 (2022-06-19)
- update method now uses findOneAndUpdate instead updateOne (fca1c9b)
2.2.0 (2022-06-18)
- add delete method (d873a9a)
- revert peerDependencie of mongodb (f375b99)
2.1.0 (2022-06-17)
- add native parameter to filters and improve the connection method (5adcde2)
2.0.1 (2022-06-13)
- deps: bump @herbsjs/herbs from 1.4.5 to 1.5.0 (93e86c9)
2.0.0 (2022-05-15)
- 🐛 update dependencies (herbs and semantic release) (491b612)
- 🎸 new mongodb version driver (d7053b0)
- 🧨 insertMany has a breaking change because of update of driver.
1.0.3 (2022-05-15)
- 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)
- update herbs dependencie (2279e07)
1.0.1 (2021-08-31)
- repository.js: change scope of var (dc35b3c)