* stream: Removed `valueOf` & `toString` methods (fixes #2150) * Update stream documentation
7 lines
333 B
Markdown
7 lines
333 B
Markdown
# Change log for stream
|
|
|
|
## 2.0.0
|
|
- 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))
|