mithril-vndb/stream/change-log.md
Isiah Meadows 0306401a76
Add missing line
Drive-by: fix formatting error in v2.0.0 section

Fixes #2418
2019-05-30 21:06:52 -04:00

1,003 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)
  • fixed stream.end propagation (#2369)

1.1.0

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