Skip to content

Releases: clear/windpipe

v0.9.0

22 May 03:34
266dc7a
Compare
Choose a tag to compare

Minor Changes

  • 8db09c4: Implement .toReadable() method for streams

Patch Changes

  • b8a8ed7: Fix creating streams from arrays with nullish values

v0.8.2

07 May 07:29
4feb8a3
Compare
Choose a tag to compare

Patch Changes

  • 01dff15: clone array in fromArray to prevent mutating original array

v0.8.1

07 May 06:34
d443ab0
Compare
Choose a tag to compare

Patch Changes

v0.8.0

07 May 06:18
06686a3
Compare
Choose a tag to compare

Minor Changes

  • ad86792: Add .collect() method to streams
  • 3ce4ff3: Implement fromCallback for stream creation
  • 909d5a1: Adds the cachedFlatMap operator

Patch Changes

  • af01d2f: catch unhandled errors in fromNext stream creation
  • 022efea: Improve exported API and generated docs

v0.7.0

03 May 03:21
91799c3
Compare
Choose a tag to compare

Minor Changes

  • 10e211e: Implement .flatten() method on streams

v0.6.0

26 Apr 00:20
80dda39
Compare
Choose a tag to compare

Minor Changes

  • 31a0db7: alter flat* APIs to simplify handlers
  • ce64206: fix export for CJS

Patch Changes

  • e9ea819: add exhaust stream consumer

v0.5.1

16 Apr 05:30
4810d87
Compare
Choose a tag to compare

Patch Changes

  • 56147df: fix incorrect stream type for flatTap

v0.5.0

16 Apr 05:08
70f3620
Compare
Choose a tag to compare

Minor Changes

  • 27191f4: fix default exports for cjs

v0.4.0

16 Apr 03:32
0eb1cab
Compare
Choose a tag to compare

Minor Changes

  • e55d490: create new ofError and ofUnknown static methods for creating a stream
  • e55d490: alter exported API
  • 341ef76: add flatTap

v0.3.1

15 Apr 06:45
13b10dc
Compare
Choose a tag to compare

Patch Changes

  • edd7aad: add Atom types to export