2025-07-15 08:50:42 +00:00

53 lines
1.3 KiB
Markdown

# Changelog
## 1.3.0 (2023-12-06)
* Feature: Full PHP 8.3 compatibility.
(#29 by @yadaiio and #27 by @clue)
* Minor documentation improvements.
(#25 by @PaulRotmann, #26 by @SimonFrings and #28 by @yadaiio)
* Improve test suite, use GitHub actions for continuous integration (CI).
(#24 by @SimonFrings)
## 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