Skip to content

Releases: aleksei-berezkin/fluent-streams

v0.9.2

31 Dec 16:29
Compare
Choose a tag to compare

Improved stream() function documentation

v0.9.1

28 Dec 13:58
Compare
Choose a tag to compare
  • Convert number params to integer in methods like at(), drop(), slice() etc
  • Minor bundle optimization

v0.9.0

26 Dec 06:22
Compare
Choose a tag to compare
  • stream() function can accept generator function
  • New Stream methods
    • dropLastWhile()
    • dropWhile()
    • findIndex()
    • findLastIndex()
    • groupByToSet()
    • slice()
    • splice()
    • takeLastWhile()
    • takeWhile()
    • toSet()
    • zipAdjacent()
    • zipWithNext()
  • New Optional methods
    • forEach()
    • size()

v0.7.0

16 Dec 19:17
Compare
Choose a tag to compare
  • Pass index as 2nd parameter in all iterative methods
  • New methods
    • drop()
    • dropLast()
    • flat()
    • with()

v0.6.0

12 Dec 05:23
Compare
Choose a tag to compare
  • Revived the project
  • Rewrote implementation to ES6+ to minimize bundle size
  • Changed some API to better comply with standard Array

v0.5.2

03 Jun 16:01
Compare
Choose a tag to compare

The project is deprecated

v0.5.1

11 Oct 06:21
Compare
Choose a tag to compare

Mostly standard (as of ES Array) methods signatures

v0.4.7

14 Jun 09:50
Compare
Choose a tag to compare
  • Minor optimizations
  • Type fix: returned arrays are not readonly

v0.4.6

11 Jun 21:28
Compare
Choose a tag to compare
  • Dynamic generation of delegates to optimize bundle and possibly runtime

v0.4.5

10 Jun 20:39
Compare
Choose a tag to compare
  • Various optimizations