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, 2019
1 parent 921c51b commit f11a13b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 1.0.0 (2019-07-11)

* First stable LTS release, now following [SemVer](https://semver.org/).
We'd like to emphasize that this project 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.

> ReactPHP consists of a set of individual [components](https://reactphp.org/#core-components).
This means that instead of installing something like a "ReactPHP framework",
you actually can pick only the components that you need. As an alternative,
we also provide this meta package that will install all stable components at
once. Installing this is only recommended for quick prototyping, as the list
of stable components may change over time.
In other words, this meta package does not contain any source code and
instead only consists of links to all our main components, see also our
[list of components](https://reactphp.org/#core-components) for more details.

## 0.4.2 (2014-12-11)

**Real Split**: The one where we tag the change where the master repo pulls in all the split components.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ ReactPHP consists of a set of individual [components](#core-components).
This means that instead of installing something like a "ReactPHP framework", you actually
pick only the components that you need.

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

Expand All @@ -196,7 +197,7 @@ installed like this:

```bash
# quick protoyping only: install all stable components
$ composer require react/react:dev-master
$ composer require react/react:^1.0
```

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

0 comments on commit f11a13b

Please sign in to comment.