Subversion Repositories php-qbpwcf

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 liveuser 1
# Changelog
2
 
3
## 1.6.0 (2020-07-10)
4
 
5
*   Feature: Forward compatibility with react/promise v3.
6
    (#37 by @WyriHaximus)
7
 
8
*   Improve test suite and add `.gitattributes` to exclude dev files from exports.
9
    Run tests on PHPUnit 9 and PHP 7.4 and clean up test suite.
10
    (#38 by @WyriHaximus, #39 by @reedy, #41 by @clue and #42 by @SimonFrings)
11
 
12
## 1.5.1 (2019-03-27)
13
 
14
*   Fix: Typo in readme
15
    (#35 by @aak74)
16
 
17
*   Improvement: Only include functions file when functions aren't defined
18
    (#36 by @Niko9911)
19
 
20
## 1.5.0 (2018-06-13)
21
 
22
*   Feature: Improve memory consumption by cleaning up garbage references to pending promise without canceller.
23
    (#34 by @clue)
24
 
25
## 1.4.0 (2018-06-11)
26
 
27
*   Feature: Improve memory consumption by cleaning up garbage references.
28
    (#33 by @clue)
29
 
30
## 1.3.0 (2018-04-24)
31
 
32
*   Feature: Improve memory consumption by cleaning up unneeded references.
33
    (#32 by @clue)
34
 
35
## 1.2.1 (2017-12-22)
36
 
37
*   README improvements
38
    (#28 by @jsor)
39
 
40
*   Improve test suite by adding forward compatiblity with PHPUnit 6 and
41
    fix test suite forward compatibility with upcoming EventLoop releases
42
    (#30 and #31 by @clue)
43
 
44
## 1.2.0 (2017-08-08)
45
 
46
* Feature: Only start timers if input Promise is still pending and
47
  return a settled output promise if the input is already settled.
48
  (#25 by @clue)
49
 
50
* Feature: Cap minimum timer interval at 1µs across all versions
51
  (#23 by @clue)
52
 
53
* Feature: Forward compatibility with EventLoop v1.0 and v0.5
54
  (#27 by @clue)
55
 
56
* Improve test suite by adding PHPUnit to require-dev and
57
  lock Travis distro so new defaults will not break the build
58
  (#24 and #26 by @clue)
59
 
60
## 1.1.1 (2016-12-27)
61
 
62
* Improve test suite to use PSR-4 autoloader and proper namespaces.
63
  (#21 by @clue)
64
 
65
## 1.1.0 (2016-02-29)
66
 
67
* Feature: Support promise cancellation for all timer primitives
68
  (#18 by @clue)
69
 
70
## 1.0.0 (2015-09-29)
71
 
72
* First tagged release