Skip to content

Releases: biggyspender/ts-iterable-functions

v5.1.0

23 Jan 13:09
Compare
Choose a tag to compare

5.1.0 (2023-01-23)

Features

  • filter: rewrite filter implementation to support type-guards as predicates (f562868)

v5.0.0

16 Oct 21:07
Compare
Choose a tag to compare

5.0.0 (2022-10-16)

Bug Fixes

  • mark module as "sideEffects": false (2f94d33)
  • rename main exported file to index.ts (2588e1c)

Build System

  • move to esbuild and vitest based solution (ea58260)

Features

  • scan: implement scan function (bf05d8f)

Performance Improvements

  • enable minification and name mangling (95a702d)
  • use package.json files entry to reduce package size (7c2adb5)

BREAKING CHANGES

  • no longer supporting ie11

v5.0.0-alpha.4

16 Oct 18:37
Compare
Choose a tag to compare
v5.0.0-alpha.4 Pre-release
Pre-release

5.0.0-alpha.4 (2022-10-16)

Performance Improvements

  • use package.json files entry to reduce package size (7c2adb5)

v5.0.0-alpha.3

16 Oct 18:30
Compare
Choose a tag to compare
v5.0.0-alpha.3 Pre-release
Pre-release

5.0.0-alpha.3 (2022-10-16)

Performance Improvements

  • enable minification and name mangling (95a702d)

v5.0.0-alpha.2

16 Oct 18:01
Compare
Choose a tag to compare
v5.0.0-alpha.2 Pre-release
Pre-release

5.0.0-alpha.2 (2022-10-16)

Bug Fixes

  • mark module as "sideEffects": false (2f94d33)

v5.0.0-alpha.1

16 Oct 17:54
Compare
Choose a tag to compare
v5.0.0-alpha.1 Pre-release
Pre-release

5.0.0-alpha.1 (2022-10-16)

Bug Fixes

  • rename main exported file to index.ts (2588e1c)

Build System

  • move to esbuild and vitest based solution (ea58260)

Features

  • scan: implement scan function (bf05d8f)

BREAKING CHANGES

  • no longer supporting ie11

v4.0.0

29 Oct 00:10
Compare
Choose a tag to compare

4.0.0 (2021-10-29)

Bug Fixes

  • minby, maxby: don't throw on empty sequence (9df0ee8)

BREAKING CHANGES

  • minby, maxby: maxBy, minBy no longer throw when supplied an empty sequence. Now, in this case,
    they return an empty sequence

v3.11.1

17 Mar 00:16
Compare
Choose a tag to compare

3.11.1 (2021-03-17)

Bug Fixes

  • package.json: add description and keywords (4a3904c)

v3.11.0

11 Mar 21:10
Compare
Choose a tag to compare

3.11.0 (2021-03-11)

Features

  • zipmap: add zipMap function (1bac62a)

v3.10.0

01 Mar 23:37
Compare
Choose a tag to compare

3.10.0 (2021-03-01)

Features

  • zipalltotuple: add zipAllToTuple function (d1ed203)