Skip to content

Releases: biggyspender/ts-iterable-functions

v3.9.0

25 Feb 22:13
Compare
Choose a tag to compare

3.9.0 (2021-02-25)

Features

  • reduce, reduceright: overloads that don't require seed value (594dd7e)

v3.8.0

25 Feb 18:20
Compare
Choose a tag to compare

3.8.0 (2021-02-25)

Features

  • headtail: add headTail function (ab7e3a1)

v3.7.1

25 Feb 00:41
Compare
Choose a tag to compare

3.7.1 (2021-02-25)

Bug Fixes

  • documentation and code fixes (4f0190d)

v3.7.0

24 Feb 22:26
Compare
Choose a tag to compare

3.7.0 (2021-02-24)

Features

  • ensure implementations live under JS names, not LINQ names (i.e. map vs select) (93e237e)

v3.6.2

24 Feb 04:13
Compare
Choose a tag to compare

3.6.2 (2021-02-24)

Bug Fixes

  • prune non-required files from published artefact (dae6894)

v3.6.1

24 Feb 04:02
Compare
Choose a tag to compare

3.6.1 (2021-02-24)

Bug Fixes

  • spurious change to trigger CI (fbe01ee)

Reverts

  • undo all commits since v3.4.1 (112adac)

v3.6.0

24 Feb 03:36
Compare
Choose a tag to compare

3.6.0 (2021-02-24)

Bug Fixes

  • add files omitted from previous commit (e626f41)
  • commit overlooked file (83b4cf6)

Features

  • complete rehash of rollup build (491b403)

v3.5.0

24 Feb 02:01
Compare
Choose a tag to compare

3.5.0 (2021-02-24)

Features

  • restructure package json (e9eb4f3)
  • exports: create index files for each directory (5f0f60f)

v3.4.3

24 Feb 01:26
Compare
Choose a tag to compare

3.4.3 (2021-02-24)

Bug Fixes

  • importing: copy typings into dist/lib dir (d4d0480)

v3.4.2

24 Feb 00:01
Compare
Choose a tag to compare

3.4.2 (2021-02-24)

Bug Fixes

  • package size: make all dependencies external (bfdcbb1)