Skip to content

Commit 892279b

Browse files
committed
1.7.0-4
1 parent 33218c6 commit 892279b

3 files changed

Lines changed: 12 additions & 28 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,4 @@
1-
# [1.7.0-3](https://github.com/snatalenko/declarative-mapper/compare/v1.7.0-2...v1.7.0-3) (2026-03-03)
2-
3-
4-
### Documentation
5-
6-
* Fix tests workflow badge ([e02d95f](https://github.com/snatalenko/declarative-mapper/commit/e02d95f1e6b05b039a1f1555d150ce4963d7e511))
7-
8-
9-
# [1.7.0-2](https://github.com/snatalenko/declarative-mapper/compare/v1.7.0-1...v1.7.0-2) (2026-03-03)
10-
11-
12-
### Refactoring
13-
14-
* Remove unused default parameters from inner functions ([2ce8aa4](https://github.com/snatalenko/declarative-mapper/commit/2ce8aa4038c9bec7ee2281152a9d4199491f8076))
15-
16-
17-
# [1.7.0-1](https://github.com/snatalenko/declarative-mapper/compare/v1.7.0-0...v1.7.0-1) (2026-03-03)
18-
19-
20-
### Tests
21-
22-
* Add missing tests to improve coverage ([8b3606a](https://github.com/snatalenko/declarative-mapper/commit/8b3606add20870c6256bc6e18583bb3f037d4047))
23-
24-
25-
# [1.7.0-0](https://github.com/snatalenko/declarative-mapper/compare/v1.6.4...v1.7.0-0) (2026-03-03)
1+
# [1.7.0-4](https://github.com/snatalenko/declarative-mapper/compare/v1.6.4...v1.7.0-4) (2026-03-03)
262

273

284
### Features
@@ -35,19 +11,23 @@
3511

3612
### Refactoring
3713

14+
* Remove unused default parameters from inner functions ([2ce8aa4](https://github.com/snatalenko/declarative-mapper/commit/2ce8aa4038c9bec7ee2281152a9d4199491f8076))
3815
* Cleanup types; use imports with TS extensions ([2ed24bc](https://github.com/snatalenko/declarative-mapper/commit/2ed24bc70855313c28d086261ccaae1e74bbb412))
3916

4017
### Documentation
4118

19+
* Fix tests workflow badge ([e02d95f](https://github.com/snatalenko/declarative-mapper/commit/e02d95f1e6b05b039a1f1555d150ce4963d7e511))
4220
* Add contributing guidelines and development setup instructions ([7361601](https://github.com/snatalenko/declarative-mapper/commit/7361601adce8bda1a0a3ccdb083c924405e15523))
4321

4422
### Tests
4523

24+
* Add missing tests to improve coverage ([8b3606a](https://github.com/snatalenko/declarative-mapper/commit/8b3606add20870c6256bc6e18583bb3f037d4047))
4625
* Add missing tests to improve coverage ([851e673](https://github.com/snatalenko/declarative-mapper/commit/851e67314ca77b9be910bade56e3763018f85720))
4726
* Allow running individual tests with `npm t` ([adb76a4](https://github.com/snatalenko/declarative-mapper/commit/adb76a46b09ba6780745d78dde12598846dc6e1e))
4827

4928
### Build System
5029

30+
* Re-generate changelog content on every version ([33218c6](https://github.com/snatalenko/declarative-mapper/commit/33218c6bcc394dd751df97b94a2a24cb40b59d0a))
5131
* Add automatic pre-release tags cleanup ([2477330](https://github.com/snatalenko/declarative-mapper/commit/2477330ba96f90dccb70c415958d89e45a49aee3))
5232
* Add pre-release publishing script ([7448cfc](https://github.com/snatalenko/declarative-mapper/commit/7448cfcc47f416f820db453bd4afd7c5e3436886))
5333
* Add eslint ([f6b5b4b](https://github.com/snatalenko/declarative-mapper/commit/f6b5b4b6d47d9a83e1225d3d4c2649b80c73b2d0))
@@ -368,3 +348,7 @@
368348
* Add tests badge ([fe40f8c](https://github.com/snatalenko/declarative-mapper/commit/fe40f8ccbaf7e86a4e292b1e6a7c95cd0eb34701))
369349

370350

351+
# 1.0.0 (2020-06-23)
352+
353+
354+

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

0 commit comments

Comments
 (0)