Skip to content

Commit

Permalink
Arrays 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Dec 2, 2020
1 parent 4bc49db commit 7940b65
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<a name="2.0.0"></a>
# [2.0.0](https://github.com/atomastic/arrays) (2020-12-xx)
* improve combine() method.
* new operators added for where() method.
# [2.0.0](https://github.com/atomastic/arrays) (2020-12-02)
* add new operators added for where() method.

supported operators:
Supported operators:
```
in, nin, lt, <, lte,
>, gt, gte, >=, contains, ncontains
Expand All @@ -12,6 +11,23 @@
ends_with, between, nbetween, older, newer
```
* fix issue in set() method with null key.
* fix combine() method when two arrays are different.
* rename sortBySubkey() method to sortBy() method.
* improve combine() method.
* improve tests for get() method.
* improve tests for get() method.
* improve tests for sort() method.
* improve tests for first() method.
* improve tests for last() method.
* improve tests for random() method.
* improve tests for sortBy() method.
* improve tests workflow.
### BREAKING CHANGES
* USE sortBy() INSTEAD OF sortBySubkey() method.
<a name="1.3.0"></a>
# [1.3.0](https://github.com/atomastic/arrays) (2020-11-15)
* add where() method.
Expand Down

0 comments on commit 7940b65

Please sign in to comment.