We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 108ac27 commit 3a51ea4Copy full SHA for 3a51ea4
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+### 2.0.0
4
+#### Breaking changes
5
+* [[#52](https://github.com/VadimDez/ngx-order-pipe/issues/52)] - Value passed to transform() should not be modified.
6
+
7
+Now the value passed to pipe is not directly modified
8
9
### 1.2.1
10
* [[#48](https://github.com/VadimDez/ngx-order-pipe/issues/48)] - Add OrderPipe as provider in the OrderModule
11
package.json
@@ -1,6 +1,6 @@
{
"name": "ngx-order-pipe",
- "version": "1.2.1",
+ "version": "2.0.0",
"description": "Angular order pipe, order collection by a field",
"scripts": {
"ng": "ng",
0 commit comments