File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
- ## [ Unreleased ]
5
+ ## [ 1.2.0 ] - 2016-06-20
6
6
### Added
7
7
- Add getters/setters for ` JsonPropertyFilter ` class to obtain/set the exclude/include filters.
8
8
- Add the posibility to define the symbols of include/exclude.
@@ -12,23 +12,23 @@ This project adheres to [Semantic Versioning](http://semver.org/).
12
12
- All constructor arguments of the ` JsonPropertyFilter ` class are optionals.
13
13
- The ` TypeError ` object is used to assert separator and filters arguments.
14
14
15
- ## [ 1.1.1] - 2015 -06-12
15
+ ## [ 1.1.1] - 2016 -06-12
16
16
### Fixed
17
17
- A array contained in a base array can be ignored when filtering.
18
18
19
- ## [ 1.1.0] - 2015 -06-12
19
+ ## [ 1.1.0] - 2016 -06-12
20
20
### Added
21
21
- Add arrays support.
22
22
23
- ## [ 1.0.2] - 2015 -05-29
23
+ ## [ 1.0.2] - 2016 -05-29
24
24
### Fixed
25
25
- Fix TypeScript definition path.
26
26
27
- ## [ 1.0.1] - 2015 -05-29
27
+ ## [ 1.0.1] - 2016 -05-29
28
28
### Added
29
29
- Add TypeScript definition in "lib" directory.
30
30
31
- ## [ 1.0.0] - 2015 -05-29
31
+ ## [ 1.0.0] - 2016 -05-29
32
32
### Added
33
33
- Add more validation on parameters.
34
34
- Add exclude filters.
@@ -40,11 +40,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
40
40
- The ` apply ` method of ` JsonPropertyFilter ` class can return a wrong filtered object if it contains an array of ` string ` /` number ` /` boolean ` .
41
41
- The symbol "" causes an undesirable side effect: all properties are added without distinction.
42
42
43
- ## [ 0.0.8] - 2015 -05-28
43
+ ## [ 0.0.8] - 2016 -05-28
44
44
### Changed
45
45
- Update the filter ` ** ` : it can also be applied to a specific property.
46
46
47
- [ Unreleased ] : https://github.com/cyrilschumacher/json-property-filter/compare/1.1.1...HEAD
47
+ [ 1.2.0 ] : https://github.com/cyrilschumacher/json-property-filter/compare/1.1.1...1.2.0
48
48
[ 1.1.1 ] : https://github.com/cyrilschumacher/json-property-filter/compare/1.1.0...1.1.1
49
49
[ 1.1.0 ] : https://github.com/cyrilschumacher/json-property-filter/compare/1.0.2...1.1.0
50
50
[ 1.0.2 ] : https://github.com/cyrilschumacher/json-property-filter/compare/1.0.1...1.0.2
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " json-property-filter" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"keywords" : [
5
5
" json-property-filter" ,
6
6
" filter" ,
Original file line number Diff line number Diff line change 2
2
"globalDependencies" : {
3
3
"chai" : " registry:dt/chai#3.4.0+20160317120654" ,
4
4
"commander" : " registry:dt/commander#2.3.0+20160317120654" ,
5
- "mocha" : " registry:dt/mocha#2.2.5+20160317120654 " ,
5
+ "mocha" : " registry:dt/mocha#2.2.5+20160619032855 " ,
6
6
"node" : " registry:dt/node#6.0.0+20160613154055"
7
7
}
8
8
}
You can’t perform that action at this time.
0 commit comments