File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
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
+ ## [ 1.0.2] - 2015-05-29
6
+ ### Fixed
7
+ - Fix TypeScript definition path.
8
+
5
9
## [ 1.0.1] - 2015-05-29
6
10
### Added
7
11
- Add TypeScript definition in "lib" directory.
@@ -22,6 +26,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
22
26
### Changed
23
27
- Update the filter ` ** ` : it can also be applied to a specific property.
24
28
29
+ [ 1.0.2 ] : https://github.com/cyrilschumacher/json-property-filter/compare/1.0.1...1.0.2
25
30
[ 1.0.1 ] : https://github.com/cyrilschumacher/json-property-filter/compare/1.0.0...1.0.1
26
31
[ 1.0.0 ] : https://github.com/cyrilschumacher/json-property-filter/compare/0.0.8...1.0.0
27
32
[ 0.0.8 ] : https://github.com/cyrilschumacher/json-property-filter/compare/0.0.6...0.0.8
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " json-property-filter" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"keywords" : [
5
5
" json-property-filter" ,
6
6
" filter" ,
You can’t perform that action at this time.
0 commit comments