blob: 41cce806341a1f38c3ffe4c6986a7619fc97524a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# Changelog
## 1.2.0 (2020-11-06)
* Improve test suite and add `.gitattributes` to exclude dev files from export.
Prepare PHP 8 support, update to PHPUnit 9 and simplify test matrix.
(#15 by clue and #21 and #22 by @SimonFrings)
* Update project homepage.
(#14 by @clue)
## 1.1.0 (2017-07-06)
* Feature: Forward compatibility with Stream v1.0 and v0.7 (while keeping BC)
(#12 by @WyriHaximus)
* Improve test suite by fixing HHVM builds and ignoring future errors
(#13 by @clue)
## 1.0.0 (2017-04-07)
* First stable release, now following SemVer
> Contains no other changes, so it's actually fully compatible with the v0.1 releases.
## 0.1.2 (2017-04-07)
* Feature: Forward compatibility with Stream v0.6 and v0.5 (while keeping BC)
(#10 by @clue)
* Improve test suite by adding PHPUnit to require-dev
(#9 by @thklein)
## 0.1.1 (2016-06-24)
* Fix: Remove event listeners once closed and do not emit any further events
(#8 by @clue)
## 0.1.0 (2016-06-01)
* First tagged release
|