We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a83abc commit 29f1c00Copy full SHA for 29f1c00
2 files changed
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## 0.2.0 (2015-07-05)
4
+
5
+* BC break: Rename methods in order to avoid confusion.
6
+ * Rename `wait()` to `sleep()`.
7
+ ([#8](https://github.com/clue/php-block-react/pull/8))
8
+ * Rename `awaitRace()` to `awaitAny()`.
9
+ ([#9](https://github.com/clue/php-block-react/pull/9))
10
+ * Rename `awaitOne()` to `await()`.
11
+ ([#10](https://github.com/clue/php-block-react/pull/10))
12
13
## 0.1.1 (2015-04-05)
14
15
* `run()` the loop instead of making it `tick()`.
README.md
@@ -88,7 +88,7 @@ The recommended way to install this library is [through composer](http://getcomp
88
```JSON
89
{
90
"require": {
91
- "clue/block-react": "~0.1.0"
+ "clue/block-react": "~0.2.0"
92
}
93
94
```
0 commit comments