File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # CHANGELOG
1+ # Changelog
22
3- This file is a manually maintained list of changes for each release. Feel free
4- to add your changes here when sending pull requests. Also send corrections if
5- you spot any mistakes.
3+ ## 0.4.0 (2015-04-14)
4+
5+ * BC break: Separate ` launch() ` and ` launchZen() ` .
6+ ` BaseZen ` now * exposes* a ` Promise ` instead of * being* a ` Promise ` .
7+ (#34 )
8+
9+ * BC break: Improve ` close() ` handling, now resolves and cleanly terminates process
10+ (#33 )
11+
12+ * Now uses react/child-process and no longer depends on any extensions
13+ (#32 )
14+
15+ * Support React v0.4 (while keeping BC) and first class support for HHVM
16+ (#35 and #36 )
617
718## 0.3.0 (2014-09-29)
819
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ The recommended way to install this library is [through composer](https://getcom
247247``` JSON
248248{
249249 "require" : {
250- "clue/zenity-react" : " ~0.3 .0"
250+ "clue/zenity-react" : " ~0.4 .0"
251251 }
252252}
253253```
You can’t perform that action at this time.
0 commit comments