1.9.0 (2019-07-21)
- isBetween: Introduce new function (33cfa0e)
1.8.0 (2019-07-20)
- Make slice compatible with all types of collections (2e4b892)
- Provide a numerical index as the fifth argument of reduce (906230e)
- values: Fix values for strings (a740cdd)
1.7.1 (2019-07-13)
1.7.0 (2019-07-13)
- Add a has method (da52e3e)
1.6.2 (2019-07-13)
- Fix filter implementation (f064716)
1.6.1 (2019-07-13)
- Fix every implementation (f728ab8)
1.5.0 (2018-12-01)
- Add a new
take
method (650158d)
1.4.1 (2018-09-27)
- Forward extra arguments to arity's inner parameter function (535ca77)
1.4.0 (2018-09-22)
- reduce: Fix tests for
reduce
(2e18163) - equalsBy:
equalsBy
now uses equals internally to compare objects (46ad156)
1.3.1 (2018-09-05)
- contains: fix
contains
for strings (5fa51cb)