Skip to content

Latest commit

 

History

History
43 lines (20 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

43 lines (20 loc) · 1.8 KB

1.7.0 (2022-01-19)

Features

1.6.0 (2021-03-06)

Features

1.5.0 (2020-03-21)

Features

  • groupby: add support to use objects as keys in groupBy (d318187), closes #65
  • export types from the main module (feee577)

1.4.3 (2020-03-21)

Bug Fixes

  • fix typing of toObject when elementSelectorFn is given (e992757), closes #87

1.4.2 (2020-03-21)

Bug Fixes

  • fix typing of toObject when elementSelectorFn is given (e992757), closes #87
  • takewhile: fix typings of takeWhile (d05b342)

1.4.2 (2019-11-03)

Bug Fixes

  • takewhile: fix typings of takeWhile (d05b342)