mithril-vndb/stream/change-log.md
Már Örlygsson 8ef0c2cd79 docs: Add release dates to all change-log files (#2513)
* docs: Add release dates to all change-log files

* docs: Add dates for the most recent releases

[skip ci]
2019-08-21 18:55:34 -04:00

1 KiB

Change log for stream

Upcoming...

2.0.0

2019-02-07

  • 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

2017-07-13

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