Skip to content

Commit a71408e

Browse files
chore(release): 4.1.0 [skip ci]
# [4.1.0](v4.0.0...v4.1.0) (2023-08-22) ### Bug Fixes * **datamapper:** improved empty object checking in arrayDataParse ([2453cb7](2453cb7)) ### Features * adjust entity checking when entityField.type is an array ([1122dd1](1122dd1)) * adjust nested entity array compatibility ([9830cdc](9830cdc)) * **datamapper:** add recursive entity array parser ([b56dd30](b56dd30)) * **datamapper:** adds recursion and childrenm key in field mapping ([6190f0b](6190f0b)) * **datamapper:** adds recursion to work with nested entities ([6418b2b](6418b2b)) * **datamapper:** enable find of nested entities ([4f460ae](4f460ae)) * **datamapper:** enable find of nested entities ([68dfcf0](68dfcf0)) * **datamapper:** enabling nested entity saving with improved null and undefined handling ([d62cb04](d62cb04)) * **datamapper:** recursive parse of entities from collection to entity ([636c9ab](636c9ab)) * **herbs2mongo:** enable export of DataMapper class ([e34049e](e34049e))
1 parent a6ef5c6 commit a71408e

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [4.1.0](https://github.com/herbsjs/herbs2mongo/compare/v4.0.0...v4.1.0) (2023-08-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **datamapper:** improved empty object checking in arrayDataParse ([2453cb7](https://github.com/herbsjs/herbs2mongo/commit/2453cb72df917923f8ca668f1fe40890e8c0c2dc))
7+
8+
9+
### Features
10+
11+
* adjust entity checking when entityField.type is an array ([1122dd1](https://github.com/herbsjs/herbs2mongo/commit/1122dd1623d94d53a1607b76ef914d36cb783ff2))
12+
* adjust nested entity array compatibility ([9830cdc](https://github.com/herbsjs/herbs2mongo/commit/9830cdcd63de73dd4986f1261a4ce7b02c7d4f26))
13+
* **datamapper:** add recursive entity array parser ([b56dd30](https://github.com/herbsjs/herbs2mongo/commit/b56dd30b468bc9c8fc378129ca086745a8389106))
14+
* **datamapper:** adds recursion and childrenm key in field mapping ([6190f0b](https://github.com/herbsjs/herbs2mongo/commit/6190f0bc86ebc3c5293b5c5d8311c2f295726a8a))
15+
* **datamapper:** adds recursion to work with nested entities ([6418b2b](https://github.com/herbsjs/herbs2mongo/commit/6418b2b10a393e6c04c08e195a5fe85526eb43a4))
16+
* **datamapper:** enable find of nested entities ([4f460ae](https://github.com/herbsjs/herbs2mongo/commit/4f460aed4295659494dc8bcf97106600b63165b4))
17+
* **datamapper:** enable find of nested entities ([68dfcf0](https://github.com/herbsjs/herbs2mongo/commit/68dfcf031812f65989f71a8b8aad46f2778abd3b))
18+
* **datamapper:** enabling nested entity saving with improved null and undefined handling ([d62cb04](https://github.com/herbsjs/herbs2mongo/commit/d62cb04653e6e76a567df3eb100507654aab546e))
19+
* **datamapper:** recursive parse of entities from collection to entity ([636c9ab](https://github.com/herbsjs/herbs2mongo/commit/636c9abf1d91559c1c90446b8391946c8c47a6c7))
20+
* **herbs2mongo:** enable export of DataMapper class ([e34049e](https://github.com/herbsjs/herbs2mongo/commit/e34049e124aee6b660b28574d530cb3bdf29eed4))
21+
122
# [4.0.0](https://github.com/herbsjs/herbs2mongo/compare/v3.0.3...v4.0.0) (2023-03-07)
223

324

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@herbsjs/herbs2mongo",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Create repositories using Mongo to retrieve and store Entities.",
55
"main": "./src/herbs2mongo.js",
66
"scripts": {

0 commit comments

Comments
 (0)