Skip to content

Releases: tomi/fromfrom

v1.8.0

13 Mar 10:16
Compare
Choose a tag to compare

1.8.0 (2022-03-13)

Features

v1.7.1

19 Jan 15:37
Compare
Choose a tag to compare

1.7.1 (2022-01-19)

Bug Fixes

  • fix typings of min and max (e1d4743)

v1.7.0

19 Jan 14:53
Compare
Choose a tag to compare

1.7.0 (2022-01-19)

Features

v1.6.0

06 Mar 16:04
Compare
Choose a tag to compare

1.6.0 (2021-03-06)

Features

v1.5.0

21 Mar 17:01
Compare
Choose a tag to compare

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)

v1.4.3

21 Mar 12:00
Compare
Choose a tag to compare

1.4.3 (2020-03-21)

Bug Fixes

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

v1.4.2

03 Nov 15:00
Compare
Choose a tag to compare

1.4.2 (2019-11-03)

Bug Fixes

  • takewhile: fix typings of takeWhile (d05b342)

v1.4.1

03 Nov 12:09
Compare
Choose a tag to compare

1.4.1 (2019-11-03)

* Merge pull request #75 from tomi/feature/benchmark (6293b0c (https://github.com/tomi/fromfrom/commit/6293b0c)), closes #75 (https://github.com/tomi/fromfrom/issues/75)

Bug Fixes

* fix object sequences not being iterable more than once (16110d5 (https://github.com/tomi/fromfrom/commit/16110d5)), closes #80 (https://github.com/tomi/fromfrom/issues/80)

Performance Improvements

* optimize array creation performance (34c604b (https://github.com/tomi/fromfrom/commit/34c604b))
* optimize sortBy, sortByDescending, thenBy, thenByDescending (1d9bb07 (https://github.com/tomi/fromfrom/commit/1d9bb07))

v1.3.0

30 May 14:20
75081d7
Compare
Choose a tag to compare

1.3.0 (2019-05-30)

Features

  • concat: accept multiple concat sources (2ee75c7)
  • prepend: add prepend support (fb5036e)

v1.2.0

02 Apr 17:32
Compare
Choose a tag to compare

1.2.0 (2019-04-02)

Features

  • without: add without support to fromfrom (86f9e51)