File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
11
## [ 1.0.12]
8
12
- Fix cache problem (Add cloneDeep to avoid deleted ref problem). [ #61 ] ( https://github.com/benjamin-allion/json-node-normalizer/pull/61 )
9
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " json-node-normalizer" ,
3
- "version" : " 1.0.12 " ,
3
+ "version" : " 1.0.13 " ,
4
4
"description" : " NodeJS module that normalize json data types from json schema specifications." ,
5
5
"contributors" : [
6
6
{
You can’t perform that action at this time.
0 commit comments