Skip to content

Releases: drew887/iteratorFuncs

0.1.0 Moves to class based approach and adds chainability

05 Nov 19:35
8977fb1
Compare
Choose a tag to compare

Breaking internal and at the type level external change. Now the non greedy versions return instances of a new AugmentedIterator abstract class.

The concrete classes they return will remain unexported to prevent changes in the future from becoming breaking changes but they all provide a .map, .filter, and .reduce function which make chaining possible.

Full Changelog: 0.0.6...0.1.0

0.0.6 Adds mapIterator and filterIterator

31 Oct 00:00
7c2304d
Compare
Choose a tag to compare

Adds in mapIterator and filterIterator which work non-greedily and return other IterableIterators

Full Changelog: 0.0.5...0.0.6

0.0.5 Begin Adding non greedy versions

24 Oct 03:58
5a68cac
Compare
Choose a tag to compare
Pre-release

Begin work on adding the composition/non-greedy based functions. Reduce has been implemented so map/filter can come soon

Full Changelog: 0.0.4...0.0.5

0.0.4 Rename eager exports to be explicit and add docs

22 Oct 21:31
c36b66a
Compare
Choose a tag to compare

0.0.3

19 Oct 04:48
b6bde97
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

Full Changelog: 0.0.2...0.0.3

0.0.2 Update tsconfig export options around modules

19 Oct 04:39
9a97046
Compare
Choose a tag to compare
chore: bump version to 0.0.2

0.0.1 Initial pre-alpha release

19 Oct 04:12
9567d5c
Compare
Choose a tag to compare
Pre-release

initial pre-alpha release only supports greedy operations that immediately resolve to an array