Skip to content

Commit fdd0140

Browse files
committed
Prepare v1.0.0 release
1 parent 1010089 commit fdd0140

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 1.0.0 (2018-07-11)
4+
5+
* First stable LTS release, now following [SemVer](https://semver.org/).
6+
We'd like to emphasize that this component is production ready and battle-tested.
7+
We plan to support all long-term support (LTS) releases for at least 24 months,
8+
so you have a rock-solid foundation to build on top of.
9+
10+
> Contains no other changes, so it's actually fully compatible with the v0.7.7 release.
11+
312
## 0.7.7 (2018-01-19)
413

514
* Improve test suite by fixing forward compatibility with upcoming EventLoop
@@ -129,6 +138,9 @@
129138
* Feature: Explicitly allow custom events and exclude any semantics
130139
(#97 by @clue)
131140

141+
* Strict definition for event callback functions
142+
(#101 by @clue)
143+
132144
* Support legacy PHP 5.3 through PHP 7.1 and HHVM and improve usage documentation
133145
(#100 and #102 by @clue)
134146

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1175,10 +1175,11 @@ $loop->run();
11751175
The recommended way to install this library is [through Composer](https://getcomposer.org).
11761176
[New to Composer?](https://getcomposer.org/doc/00-intro.md)
11771177

1178+
This project follows [SemVer](https://semver.org/).
11781179
This will install the latest supported version:
11791180

11801181
```bash
1181-
$ composer require react/stream:^0.7.7
1182+
$ composer require react/stream:^1.0
11821183
```
11831184

11841185
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

0 commit comments

Comments
 (0)