We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f76856 commit 6749175Copy full SHA for 6749175
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 2.1.0
4
+* [[#55](https://github.com/VadimDez/ngx-filter-pipe/pull/55)] - Made pipe impure to detect changes in arrays and objects
5
+* [[#54](https://github.com/VadimDez/ngx-filter-pipe/issues/54)] - Change detection not firing with object
6
+
7
8
## 2.0.0
9
* [[#51](https://github.com/VadimDez/ngx-filter-pipe/pull/51)] - Restructure
10
* [[#42](https://github.com/VadimDez/ngx-filter-pipe/issues/42)] - AOT support
package.json
@@ -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",
0 commit comments