Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Nov 26, 2020
1 parent 7236097 commit 4bc49db
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<a name="1.4.0"></a>
# [1.4.0](https://github.com/atomastic/arrays) (2020-11-xx)
<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.

suported operators:
supported operators:
```
in, nin, not in, lt, less than, <, lte,
less than or equal to, >, gt, greater than,
gte, greater than or equal to, >=, less than or equal to,
<=, equals, not equals, like, not like, regexp, nregexp, not regexp
eq, =, neq, !=, contains, starts with,
ends with, between, nbetween, not between, older, newer
in, nin, lt, <, lte,
>, gt, gte, >=, contains, ncontains
>=, <=, like, nlike, regexp, nregexp,
eq, =, neq, !=, starts_with,
ends_with, between, nbetween, older, newer
```
<a name="1.3.0"></a>
Expand Down

0 comments on commit 4bc49db

Please sign in to comment.