Skip to content

Commit

Permalink
Prepare v0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Aug 11, 2015
1 parent 10b8f6a commit 7802747
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# CHANGELOG
# Changelog

This file is a manually maintained list of changes for each release. Feel free
to add your changes here when sending pull requests. Also send corrections if
you spot any mistakes.
## 0.2.0 (2015-08-11)

* Feature: Add streaming API for existing endpoints (TAR and JSON streaming).
([#9](https://github.com/clue/php-docker-react/pull/9))
* JSON streaming endpoints now resolve with an array of progress messages
* Reject Promise if progress messages indicate an error

* Feature: Omit empty URI parameters and refactor to use URI templates internally
([#23](https://github.com/clue/php-docker-react/pull/23))

* Improved documentation, more SOLID code base and updated dependencies.

## 0.1.0 (2014-12-08)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ The recommended way to install this library is [through composer](http://getcomp
```JSON
{
"require": {
"clue/docker-react": "~0.1.0"
"clue/docker-react": "~0.2.0"
}
}
```
Expand Down

0 comments on commit 7802747

Please sign in to comment.