File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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.5.3 release.
11
+
3
12
## 0.5.3 (2018-07-09)
4
13
5
14
* Improve performance by importing global functions.
Original file line number Diff line number Diff line change @@ -658,10 +658,11 @@ to remove a stream that was never added or is invalid has no effect.
658
658
The recommended way to install this library is [ through Composer] ( https://getcomposer.org ) .
659
659
[ New to Composer?] ( https://getcomposer.org/doc/00-intro.md )
660
660
661
+ This project follows [ SemVer] ( https://semver.org/ ) .
661
662
This will install the latest supported version:
662
663
663
664
``` bash
664
- $ composer require react/event-loop:^0.5.3
665
+ $ composer require react/event-loop:^1.0
665
666
```
666
667
667
668
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments