Skip to content

Commit

Permalink
Prepare v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jul 11, 2018
1 parent 1010089 commit fdd0140
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.0.0 (2018-07-11)

* First stable LTS release, now following [SemVer](https://semver.org/).
We'd like to emphasize that this component is production ready and battle-tested.
We plan to support all long-term support (LTS) releases for at least 24 months,
so you have a rock-solid foundation to build on top of.

> Contains no other changes, so it's actually fully compatible with the v0.7.7 release.
## 0.7.7 (2018-01-19)

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

* Strict definition for event callback functions
(#101 by @clue)

* Support legacy PHP 5.3 through PHP 7.1 and HHVM and improve usage documentation
(#100 and #102 by @clue)

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1175,10 +1175,11 @@ $loop->run();
The recommended way to install this library is [through Composer](https://getcomposer.org).
[New to Composer?](https://getcomposer.org/doc/00-intro.md)

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

```bash
$ composer require react/stream:^0.7.7
$ composer require react/stream:^1.0
```

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

0 comments on commit fdd0140

Please sign in to comment.