Skip to content

v2.1.1

Choose a tag to compare

@trxcllnt trxcllnt released this 03 Oct 01:25
· 392 commits to master since this release

Bug Fixes

  • fromeventpattern: use async generator here since Symbols in object literals don't survive uglif (38cdee2)
  • internals: export internal modules as default, which plays nicer with closure compiler (0bac516)
  • Ix: add a default export to fix node's --experimental-modules behavior (0698577)
  • Ix: export GroupedIterable and GroupedAsyncIterable types (e6d697e)
  • operators: rearrange implementation details that break different steps in the build pipeline (f2f2ddd)
  • OrderedIterable: export ordered iterables. Fixes #31 (7127771)

Features

  • prettier: adds prettier closes issue #41 (6464e7a)