Skip to content

Releases: Aplet123/iterplus

v3.0.2 Release

05 Feb 16:27
fe588b8
Compare
Choose a tag to compare

Changelog:

  • Fixed a bug with AsyncIterPlus.tee not working properly.

v3.0.1 Release

01 Sep 12:24
2f18a49
Compare
Choose a tag to compare

Changelog:

  • Fixed a bug with an interaction between nextVal and Peekable.

v3.0.0 Release

01 Sep 12:12
b9b9918
Compare
Choose a tag to compare

Changelog:

  • Breaking: Split iterplus into iterplus and asyncIterplus.
  • Added peekVal and hasCached for peekable iterators.

v2.4.0 Release

18 Jul 17:36
c70110d
Compare
Choose a tag to compare

Changelog:

  • Added construct and compareWith.
  • Bumped dev dependency versions.

v2.3.0 Release

16 Jan 14:53
69a5717
Compare
Choose a tag to compare

Changelog:

  • Bug fixes for CircularBuffer
  • Added capacity, clear, getEnd, setEnd, and resizeTo to CircularBuffer
  • Gave CircularBuffer's constructor an optional capacity argument
  • Optimized certain aspects of the code

v2.2.0 Release

16 Jan 12:50
6392c1e
Compare
Choose a tag to compare

Changelog:

  • Added dropEnd and stepBy

v2.1.1 Release

16 Jan 12:45
962ae57
Compare
Choose a tag to compare

Changelog:

  • Bumped dev dependency versions to get Dependabot to stop complaining

v2.1.0 Release

16 Jan 12:46
ee53bec
Compare
Choose a tag to compare

Changelog:

  • Improved type signatures by using overloaded types instead of conditional types
  • Gave sum and product an argument that specifies their initial/default value