Skip to content

v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@yelouafi yelouafi released this 03 Jun 17:57
· 10 commits to master since this release
  • fixed bug in DOM default property handler (wrong call #toString on passed values)
  • fixed bug in #toArray() and #window() (use […acc, x] instead of [].concat to accumulate results)
  • renamed #combine() to #combineWith() for consistency
  • #combine() now yields an array of results ( [Stream a] -> Stream [a])
  • added method #zipWith() (refactor #zip() to use #zipWith())
  • added method Stream.zip(…args)
  • added method #reduceRight()