Skip to content

Commit

Permalink
prepare 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VadimDez committed Feb 18, 2018
1 parent 8f76856 commit 6749175
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 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


## 2.0.0
* [[#51](https://github.com/VadimDez/ngx-filter-pipe/pull/51)] - Restructure
* [[#42](https://github.com/VadimDez/ngx-filter-pipe/issues/42)] - AOT support
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.0.0",
"version": "2.1.0",
"description": "Angular 5+ pipeline for filtering arrays",
"author": "Vadym Yatsyuk <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 6749175

Please sign in to comment.