File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -41,3 +41,5 @@ testem.log
41
41
# System Files
42
42
.DS_Store
43
43
Thumbs.db
44
+
45
+ .ng_pkg_build /
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.1.1
4
+ * [[ #67 ] ( https://github.com/VadimDez/ngx-filter-pipe/issues/67 )] - Filtering Array with null Nested Objects
5
+ * [[ #68 ] ( https://github.com/VadimDez/ngx-filter-pipe/pull/68 )] - fix filter when nested object is null
6
+
3
7
## 2.1.0
4
8
* [[ #55 ] ( https://github.com/VadimDez/ngx-filter-pipe/pull/55 )] - Made pipe impure to detect changes in arrays and objects
5
9
* [[ #54 ] ( https://github.com/VadimDez/ngx-filter-pipe/issues/54 )] - Change detection not firing with object
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-filter-pipe" ,
3
- "version" : " 2.1.0 " ,
3
+ "version" : " 2.1.1 " ,
4
4
"description" : " Angular 5+ pipeline for filtering arrays" ,
5
5
"author" :
" Vadym Yatsyuk <[email protected] >" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments