Skip to content

Commit 50f9fbb

Browse files
committed
1.7.0-0
1 parent 851e673 commit 50f9fbb

3 files changed

Lines changed: 36 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
# [1.7.0-0](https://github.com/snatalenko/declarative-mapper/compare/v1.6.4...v1.7.0-0) (2026-03-03)
2+
3+
4+
### Features
5+
6+
* Support template-based dynamic output keys ([7ff2070](https://github.com/snatalenko/declarative-mapper/commit/7ff207027262225063dc34609907811a2dc6f3ce))
7+
8+
### Changes
9+
10+
* Apache 2.0 license ([f200a2a](https://github.com/snatalenko/declarative-mapper/commit/f200a2a88f1a3b394276b62c39a46588b615fe43))
11+
12+
### Refactoring
13+
14+
* Cleanup types; use imports with TS extensions ([2ed24bc](https://github.com/snatalenko/declarative-mapper/commit/2ed24bc70855313c28d086261ccaae1e74bbb412))
15+
16+
### Documentation
17+
18+
* Add contributing guidelines and development setup instructions ([7361601](https://github.com/snatalenko/declarative-mapper/commit/7361601adce8bda1a0a3ccdb083c924405e15523))
19+
20+
### Tests
21+
22+
* Add missing tests to improve coverage ([851e673](https://github.com/snatalenko/declarative-mapper/commit/851e67314ca77b9be910bade56e3763018f85720))
23+
* Allow running individual tests with `npm t` ([adb76a4](https://github.com/snatalenko/declarative-mapper/commit/adb76a46b09ba6780745d78dde12598846dc6e1e))
24+
25+
### Build System
26+
27+
* Add automatic pre-release tags cleanup ([2477330](https://github.com/snatalenko/declarative-mapper/commit/2477330ba96f90dccb70c415958d89e45a49aee3))
28+
* Add pre-release publishing script ([7448cfc](https://github.com/snatalenko/declarative-mapper/commit/7448cfcc47f416f820db453bd4afd7c5e3436886))
29+
* Add eslint ([f6b5b4b](https://github.com/snatalenko/declarative-mapper/commit/f6b5b4b6d47d9a83e1225d3d4c2649b80c73b2d0))
30+
* Add separate CJS and ESM builds ([bce1531](https://github.com/snatalenko/declarative-mapper/commit/bce1531c8cd21cdb04837e622f4028eecb4b82fa))
31+
* Update dev dependencies ([24b1d4c](https://github.com/snatalenko/declarative-mapper/commit/24b1d4cde4fb5650e9d495600a27c02c6e41000a))
32+
33+
134
## [1.6.4](https://github.com/snatalenko/declarative-mapper/compare/v1.6.3...v1.6.4) (2025-07-25)
235

336

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.6.4",
3+
"version": "1.7.0-0",
44
"description": "Declarative object mapper for NodeJS",
55
"keywords": [
66
"declarative",

0 commit comments

Comments
 (0)