Skip to content

Commit 7802747

Browse files
committed
Prepare v0.2.0 release
1 parent 10b8f6a commit 7802747

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)