Skip to content

Commit 05edbfc

Browse files
committed
1.7.2
1 parent 5d62ae9 commit 05edbfc

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [1.7.2](https://github.com/snatalenko/declarative-mapper/compare/v1.7.1...v1.7.2) (2026-03-04)
2+
3+
4+
### Documentation
5+
6+
* Add example of an extension function ([085bcb7](https://github.com/snatalenko/declarative-mapper/commit/085bcb7aee9cfea1484ffa468b44d0ed55caa56e))
7+
* Fix TOC in readme ([f0332e6](https://github.com/snatalenko/declarative-mapper/commit/f0332e65390e42f9155c1ccf9f320bd63f26487f))
8+
* Describe `extensions` ([5d62ae9](https://github.com/snatalenko/declarative-mapper/commit/5d62ae98d0171fb8f0f78248867d4ccb10b40f61))
9+
* Drop nodejs requirement; browser is supported ([9e83a9c](https://github.com/snatalenko/declarative-mapper/commit/9e83a9cd33fd5bec2bcfac04f6829cac3e705186))
10+
* Add compatibility and engine requirements ([6bd6c25](https://github.com/snatalenko/declarative-mapper/commit/6bd6c25b00c331cb7e1c56d7c1dae659b6e87bbe))
11+
* Cleanup the quick start example ([6ac50d8](https://github.com/snatalenko/declarative-mapper/commit/6ac50d890001f2ecdff922ceff529d892799f86a))
12+
13+
114
## [1.7.1](https://github.com/snatalenko/declarative-mapper/compare/v1.7.0...v1.7.1) (2026-03-03)
215

316

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "declarative-mapper",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"description": "Declarative JSON data transformation and object mapping library for JavaScript/TypeScript with mapping templates, schema-based helpers, and safe VM execution.",
55
"keywords": [
66
"config-driven",

0 commit comments

Comments
 (0)