Highland v3.0.0-beta.10 Release Notes

Release Date: 2019-07-07 // almost 5 years ago
  • ๐Ÿ†• New additions

    • takeWhile - returns a new stream that ends when the function passed as a parameter stops returning true. #677.
    • ๐Ÿ‘ Async Iterator/Iterable support - Async iterators and iterables (as defined by the Async Iteration specs), can now be passed to the Highland constructor function. #682.