Skip to content

Commit 3a51ea4

Browse files
committed
prepare 2.0.0
1 parent 108ac27 commit 3a51ea4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
### 1.2.1
410
* [[#48](https://github.com/VadimDez/ngx-order-pipe/issues/48)] - Add OrderPipe as provider in the OrderModule
511

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-order-pipe",
3-
"version": "1.2.1",
3+
"version": "2.0.0",
44
"description": "Angular order pipe, order collection by a field",
55
"scripts": {
66
"ng": "ng",

0 commit comments

Comments
 (0)