mithril-vndb/stream/change-log.md
Isiah Meadows beb129c5fb Prepare ospec@3.1.0, mithril-stream@2.0.0
Also, correct the change logs to be much more consistent between each
other and ensure the ospec and stream change logs are linked to from
Mithril's primary change log.
2019-02-07 04:10:12 -05:00

908 B

Change log for stream

Upcoming...

2.0.0

  • when a stream conditionally returns HALT, dependant stream will also end (#2200, #2369)
  • Add stream.lift as a user-friendly alternative to merge -> map or combine (#1944)
  • renamed HALT to SKIP (#2207)
  • rewrote implementation (#2207)
  • Removed valueOf & toString methods (#2150

1.1.0

  • Move the "use strict" directive inside the IIFE #1831 (#1893)