Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
VadimDez committed Sep 18, 2018
1 parent 10d925a commit ba009ea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ testem.log
# System Files
.DS_Store
Thumbs.db

.ng_pkg_build/
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.1.1
* [[#67](https://github.com/VadimDez/ngx-filter-pipe/issues/67)] - Filtering Array with null Nested Objects
* [[#68](https://github.com/VadimDez/ngx-filter-pipe/pull/68)] - fix filter when nested object is null

## 2.1.0
* [[#55](https://github.com/VadimDez/ngx-filter-pipe/pull/55)] - Made pipe impure to detect changes in arrays and objects
* [[#54](https://github.com/VadimDez/ngx-filter-pipe/issues/54)] - Change detection not firing with object
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-filter-pipe",
"version": "2.1.0",
"version": "2.1.1",
"description": "Angular 5+ pipeline for filtering arrays",
"author": "Vadym Yatsyuk <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit ba009ea

Please sign in to comment.