Skip to content

Commit f11a13b

Browse files
committed
Prepare v1.0.0 release
1 parent 921c51b commit f11a13b

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## 1.0.0 (2019-07-11)
4+
5+
* First stable LTS release, now following [SemVer](https://semver.org/).
6+
We'd like to emphasize that this project 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+
> ReactPHP consists of a set of individual [components](https://reactphp.org/#core-components).
11+
This means that instead of installing something like a "ReactPHP framework",
12+
you actually can pick only the components that you need. As an alternative,
13+
we also provide this meta package that will install all stable components at
14+
once. Installing this is only recommended for quick prototyping, as the list
15+
of stable components may change over time.
16+
In other words, this meta package does not contain any source code and
17+
instead only consists of links to all our main components, see also our
18+
[list of components](https://reactphp.org/#core-components) for more details.
19+
320
## 0.4.2 (2014-12-11)
421

522
**Real Split**: The one where we tag the change where the master repo pulls in all the split components.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ ReactPHP consists of a set of individual [components](#core-components).
179179
This means that instead of installing something like a "ReactPHP framework", you actually
180180
pick only the components that you need.
181181

182+
This project follows [SemVer](https://semver.org/) for all its stable components.
182183
The recommended way to install these components is [through Composer](https://getcomposer.org).
183184
[New to Composer?](http://getcomposer.org/doc/00-intro.md)
184185

@@ -196,7 +197,7 @@ installed like this:
196197

197198
```bash
198199
# quick protoyping only: install all stable components
199-
$ composer require react/react:dev-master
200+
$ composer require react/react:^1.0
200201
```
201202

202203
For more details, check out [ReactPHP's homepage](https://reactphp.org) for

0 commit comments

Comments
 (0)