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]
This commit is contained in:
parent
98d6553988
commit
8ef0c2cd79
3 changed files with 20 additions and 0 deletions
|
|
@ -7,6 +7,8 @@
|
|||
### Upcoming...
|
||||
|
||||
### 2.0.0
|
||||
_2019-02-07_
|
||||
|
||||
- when a stream conditionally returns HALT, dependant stream will also end ([#2200](https://github.com/MithrilJS/mithril.js/pull/2200), [#2369](https://github.com/MithrilJS/mithril.js/pull/2369))
|
||||
- Add `stream.lift` as a user-friendly alternative to `merge -> map` or `combine` ([#1944](https://github.com/MithrilJS/mithril.js/issues/1944))
|
||||
- renamed HALT to SKIP ([#2207](https://github.com/MithrilJS/mithril.js/pull/2207))
|
||||
|
|
@ -15,4 +17,6 @@
|
|||
- fixed `stream.end` propagation ([#2369](https://github.com/MithrilJS/mithril.js/pull/2369))
|
||||
|
||||
### 1.1.0
|
||||
_2017-07-13_
|
||||
|
||||
- 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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue