* Rewrite stream * Rename HALT to SKIP * Rename HALT to SKIP * Remove valueOf and toString * Update docs for HALT to SKIP * Rename halt to skip in test * Add test for combining nested streams atomically * Update change-log.md * Test basic SKIP * Add deprecated HALT * Combine continues with ended streams * Fix fantasy-land/of to match spec * Don't use arrow function * Improve scan description * Fix merge artifact
9 lines
499 B
Markdown
9 lines
499 B
Markdown
# Change log for stream
|
|
|
|
## 2.0.0
|
|
- renamed HALT to SKIP [#2207](https://github.com/MithrilJS/mithril.js/pull/2207)
|
|
- rewrote implementation [#2207](https://github.com/MithrilJS/mithril.js/pull/2207)
|
|
- stream: Removed `valueOf` & `toString` methods ([#2150](https://github.com/MithrilJS/mithril.js/pull/2150)
|
|
|
|
## 1.1.0
|
|
- stream: Move the "use strict" directive inside the IIFE [#1831](https://github.com/MithrilJS/mithril.js/issues/1831) ([#1893](https://github.com/MithrilJS/mithril.js/pull/1893))
|