File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed
Expand file tree Collapse file tree 2 files changed +13
-5
lines changed 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.2.0 (2015-08-11)
4+
5+ * Feature: Add streaming API for existing endpoints (TAR and JSON streaming).
6+ ([ #9 ] ( https://github.com/clue/php-docker-react/pull/9 ) )
7+ * JSON streaming endpoints now resolve with an array of progress messages
8+ * Reject Promise if progress messages indicate an error
9+
10+ * Feature: Omit empty URI parameters and refactor to use URI templates internally
11+ ([ #23 ] ( https://github.com/clue/php-docker-react/pull/23 ) )
12+
13+ * Improved documentation, more SOLID code base and updated dependencies.
614
715## 0.1.0 (2014-12-08)
816
Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ The recommended way to install this library is [through composer](http://getcomp
305305``` JSON
306306{
307307 "require" : {
308- "clue/docker-react" : " ~0.1 .0"
308+ "clue/docker-react" : " ~0.2 .0"
309309 }
310310}
311311```
You can’t perform that action at this time.
0 commit comments