File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.2.0 (2017-08-08)
4+
5+ * Feature: Only start timers if input Promise is still pending and
6+ return a settled output promise if the input is already settled.
7+ (#25 by @clue )
8+
9+ * Feature: Cap minimum timer interval at 1µs across all versions
10+ (#23 by @clue )
11+
12+ * Feature: Forward compatibility with EventLoop v1.0 and v0.5
13+ (#27 by @clue )
14+
15+ * Improve test suite by adding PHPUnit to require-dev and
16+ lock Travis distro so new defaults will not break the build
17+ (#24 and #26 by @clue )
18+
319## 1.1.1 (2016-12-27)
420
521* Improve test suite to use PSR-4 autoloader and proper namespaces.
Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ The recommended way to install this library is [through Composer](http://getcomp
339339This will install the latest supported version:
340340
341341``` bash
342- $ composer require react/promise-timer:^1.1.1
342+ $ composer require react/promise-timer:^1.2
343343```
344344
345345More details and upgrade guides can be found in the [ CHANGELOG] ( CHANGELOG.md ) .
You can’t perform that action at this time.
0 commit comments