1
1
CHANGELOG
2
2
=========
3
3
4
- * 0.3.0 (2013-04-14)
4
+ ### 0.3.0 (2013-04-14)
5
5
6
6
* BC break: [ EventLoop] New timers API (@nrk )
7
7
* BC break: [ EventLoop] Remove check on return value from stream callbacks (@nrk )
@@ -14,53 +14,53 @@ CHANGELOG
14
14
* Bug fix: [ EventLoop] Fix libevent timers with PHP 5.3
15
15
* Bug fix: [ EventLoop] Fix libevent timer cancellation (@nrk )
16
16
17
- * 0.2.6 (2012-12-26)
17
+ ### 0.2.6 (2012-12-26)
18
18
19
19
* Feature: [ Cache] New cache component, used by DNS
20
20
* Bug fix: [ Http] Emit end event when Response closes (@beaucollins )
21
21
* Bug fix: [ EventLoop] Plug memory issue in libevent timers (@cameronjacobson )
22
22
* Bug fix: [ EventLoop] Correctly pause LibEvLoop on stop()
23
23
24
- * 0.2.5 (2012-11-26)
24
+ ### 0.2.5 (2012-11-26)
25
25
26
26
* Feature: [ Stream] Make BufferedSink trigger progress events on the promise (@jsor )
27
27
* Feature: [ HttpClient] Use a promise-based API internally
28
28
* Bug fix: [ HttpClient] Use DNS resolver correctly
29
29
30
- * 0.2.4 (2012-11-18)
30
+ ### 0.2.4 (2012-11-18)
31
31
32
32
* Feature: [ Stream] Added ThroughStream, CompositeStream, ReadableStream and WritableStream
33
33
* Feature: [ Stream] Added BufferedSink
34
34
* Feature: [ Dns] Change to promise-based API (@jsor )
35
35
36
- * 0.2.3 (2012-11-14)
36
+ ### 0.2.3 (2012-11-14)
37
37
38
38
* Feature: LibEvLoop, integration of ` php-libev `
39
39
* Bug fix: Forward drain events from HTTP response (@cs278 )
40
40
* Dependency: Updated guzzle deps to ` 3.0.* `
41
41
42
- * 0.2.2 (2012-10-28)
42
+ ### 0.2.2 (2012-10-28)
43
43
44
44
* Major: Dropped Espresso as a core component now available as ` react/espresso ` only
45
45
* Feature: DNS executor timeout handling (@arnaud-lb )
46
46
* Feature: DNS retry executor (@arnaud-lb )
47
47
* Feature: HTTP client (@arnaud-lb )
48
48
49
- * 0.2.1 (2012-10-14)
49
+ ### 0.2.1 (2012-10-14)
50
50
51
51
* Feature: Support HTTP 1.1 continue
52
52
* Bug fix: Check for EOF in ` Buffer::write() `
53
53
* Bug fix: Make ` Espresso\Stack ` work with invokables (such as ` Espresso\Application ` )
54
54
* Minor adjustments to DNS parser
55
55
56
- * 0.2.0 (2012-09-10)
56
+ ### 0.2.0 (2012-09-10)
57
57
58
58
* Feature: DNS resolver
59
59
60
- * 0.1.1 (2012-07-12)
60
+ ### 0.1.1 (2012-07-12)
61
61
62
62
* Bug fix: Testing and functional against PHP >= 5.3.3 and <= 5.3.8
63
63
64
- * 0.1.0 (2012-07-11)
64
+ ### 0.1.0 (2012-07-11)
65
65
66
66
* First tagged release
0 commit comments