Skip to content

Releases: jajaperson/iterable-utilities

Stdlib testing dependency version bump

06 Dec 09:06
416d396
Compare
Choose a tag to compare

Changed

  • bumped testing dependency version

lint and format CHANGELOG.md

14 Nov 13:01
dd70de9
Compare
Choose a tag to compare

Changed

  • lint and format CHANGELOG.md

Fix npm releases due to stale version string

14 Nov 12:59
69a0fc3
Compare
Choose a tag to compare

Changed

  • bumped version to fix NPM release

`takeWhile` , `dropWhile`, and more!

14 Nov 12:52
75969d5
Compare
Choose a tag to compare

Added

Many equivalents to Kotlin standard library were added 🎉

Changed

  • added tests for NaN checks in iter.sum() and iter.product().
  • Simplified deno.json again using the new [global-exclude][global-exclude]
    feature.

`flatMap` and fixed `chunkify`

04 Jun 03:51
7253136
Compare
Choose a tag to compare

Added

  • Added iter.flatMap() 🎉 (like Array.prototype.flatMap)

Changed

  • Flattened deno.json
  • Chunkify actually works as intended

Breaking spelling correction

28 Aug 09:27
01b0262
Compare
Choose a tag to compare

Added

  • Curried exports of all functions (I've been forgetting to update these, so I
    also added a test to remind me to do so)
  • Alternate npm entry point for fp.
  • Testing now includes copb compatibility
    (including the npm version).

Changed

  • (:warning: breaking) Fixed typo in iter.remember() (originally
    iter.rememeber())
  • Point docs to deno.land rather than
    doc.deno.land

Peekable iterators

24 Aug 04:06
9730cad
Compare
Choose a tag to compare

Added

Changed

  • (docs) Added special note on the inclusivity of create.range().

Create iterators over character units & codes!

12 Aug 05:35
2eb6709
Compare
Choose a tag to compare

Added

  • iter.create.fromChars() and iter.create.fromCharCodes() for iterating over UTF-16 character units and codes respectively.

v2.4.2

30 Jul 07:50
1eef987
Compare
Choose a tag to compare

Changed

  • Another attempt to fix the NPM release
    (debugging actions can be awful sometimes).

Fix NPM release action

30 Jul 07:40
14f2888
Compare
Choose a tag to compare

Changed

  • Fixed NPM release action. 🚧