v2.0.0
-
add new operators added for where() method.
Supported operators:
in, nin, lt, <, lte, >, gt, gte, >=, contains, ncontains >=, <=, like, nlike, regexp, nregexp, eq, =, neq, !=, starts_with, 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.