Fromfrom Versions Save

A JS library written in TS to transform sequences of data from format to another

v1.8.0

2 years ago

1.8.0 (2022-03-13)

Features

v1.7.1

2 years ago

1.7.1 (2022-01-19)

Bug Fixes

  • fix typings of min and max (e1d4743)

v1.7.0

2 years ago

1.7.0 (2022-01-19)

Features

v1.6.0

3 years ago

1.6.0 (2021-03-06)

Features

v1.5.0

4 years ago

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

4 years ago

1.4.3 (2020-03-21)

Bug Fixes

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

v1.4.2

4 years ago

1.4.2 (2019-11-03)

Bug Fixes

  • takewhile: fix typings of takeWhile (d05b342)

v1.4.1

4 years ago

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

4 years ago

1.3.0 (2019-05-30)

Features

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

v1.2.0

5 years ago

1.2.0 (2019-04-02)

Features

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