Skip to content

Commit 2e023a5

Browse files
Update version (1.1.1->1.2.0).
Fix release date in CHANGELOG. Update mocha definition.
1 parent a4d0a82 commit 2e023a5

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [Unreleased]
5+
## [1.2.0] - 2016-06-20
66
### Added
77
- Add getters/setters for `JsonPropertyFilter` class to obtain/set the exclude/include filters.
88
- Add the posibility to define the symbols of include/exclude.
@@ -12,23 +12,23 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1212
- All constructor arguments of the `JsonPropertyFilter` class are optionals.
1313
- The `TypeError` object is used to assert separator and filters arguments.
1414

15-
## [1.1.1] - 2015-06-12
15+
## [1.1.1] - 2016-06-12
1616
### Fixed
1717
- A array contained in a base array can be ignored when filtering.
1818

19-
## [1.1.0] - 2015-06-12
19+
## [1.1.0] - 2016-06-12
2020
### Added
2121
- Add arrays support.
2222

23-
## [1.0.2] - 2015-05-29
23+
## [1.0.2] - 2016-05-29
2424
### Fixed
2525
- Fix TypeScript definition path.
2626

27-
## [1.0.1] - 2015-05-29
27+
## [1.0.1] - 2016-05-29
2828
### Added
2929
- Add TypeScript definition in "lib" directory.
3030

31-
## [1.0.0] - 2015-05-29
31+
## [1.0.0] - 2016-05-29
3232
### Added
3333
- Add more validation on parameters.
3434
- Add exclude filters.
@@ -40,11 +40,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4040
- The `apply` method of `JsonPropertyFilter` class can return a wrong filtered object if it contains an array of `string`/`number`/`boolean`.
4141
- The symbol "" causes an undesirable side effect: all properties are added without distinction.
4242

43-
## [0.0.8] - 2015-05-28
43+
## [0.0.8] - 2016-05-28
4444
### Changed
4545
- Update the filter `**`: it can also be applied to a specific property.
4646

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
4848
[1.1.1]: https://github.com/cyrilschumacher/json-property-filter/compare/1.1.0...1.1.1
4949
[1.1.0]: https://github.com/cyrilschumacher/json-property-filter/compare/1.0.2...1.1.0
5050
[1.0.2]: https://github.com/cyrilschumacher/json-property-filter/compare/1.0.1...1.0.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-property-filter",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"keywords": [
55
"json-property-filter",
66
"filter",

typings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"globalDependencies": {
33
"chai": "registry:dt/chai#3.4.0+20160317120654",
44
"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",
66
"node": "registry:dt/node#6.0.0+20160613154055"
77
}
88
}

0 commit comments

Comments
 (0)