Skip to content

Latest commit

 

History

History
86 lines (41 loc) · 2.88 KB

CHANGELOG.md

File metadata and controls

86 lines (41 loc) · 2.88 KB

1.9.0 (2019-07-21)

Features

  • isBetween: Introduce new function (33cfa0e)

1.8.0 (2019-07-20)

Bug Fixes

  • 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)

Features

  • Introduce a new length function (4cd22a5)
  • last: Introduce new last function (bf361f3)

1.7.1 (2019-07-13)

1.7.0 (2019-07-13)

Features

1.6.2 (2019-07-13)

Bug Fixes

  • Fix filter implementation (f064716)

1.6.1 (2019-07-13)

Bug Fixes

  • Fix every implementation (f728ab8)

1.5.0 (2018-12-01)

Features

1.4.1 (2018-09-27)

Bug Fixes

  • Forward extra arguments to arity's inner parameter function (535ca77)

1.4.0 (2018-09-22)

Bug Fixes

  • reduce: Fix tests for reduce (2e18163)
  • equalsBy: equalsBy now uses equals internally to compare objects (46ad156)

Features

  • equalsBy: Add new method: equalsBy (f6ff118)
  • mergeBy: Add a new mergeBy method (60bbed7)

1.3.1 (2018-09-05)

Bug Fixes

  • contains: fix contains for strings (5fa51cb)