Skip to content

Commit 805a12d

Browse files
chore(release): 1.0.13 release + changelog.
1 parent b958332 commit 805a12d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.0.13]
8+
- Add a new 'exclude' option to ignore some fields/paths. [#62](https://github.com/benjamin-allion/json-node-normalizer/pull/62)
9+
- Default value is not set anymore for boolean field with 'false' value. [#57](https://github.com/benjamin-allion/json-node-normalizer/pull/57)
10+
711
## [1.0.12]
812
- Fix cache problem (Add cloneDeep to avoid deleted ref problem). [#61](https://github.com/benjamin-allion/json-node-normalizer/pull/61)
913

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-node-normalizer",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"description": "NodeJS module that normalize json data types from json schema specifications.",
55
"contributors": [
66
{

0 commit comments

Comments
 (0)