Skip to content

Commit ba009ea

Browse files
committed
prepare release
1 parent 10d925a commit ba009ea

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@ testem.log
4141
# System Files
4242
.DS_Store
4343
Thumbs.db
44+
45+
.ng_pkg_build/

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

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+
37
## 2.1.0
48
* [[#55](https://github.com/VadimDez/ngx-filter-pipe/pull/55)] - Made pipe impure to detect changes in arrays and objects
59
* [[#54](https://github.com/VadimDez/ngx-filter-pipe/issues/54)] - Change detection not firing with object

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-filter-pipe",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Angular 5+ pipeline for filtering arrays",
55
"author": "Vadym Yatsyuk <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)