Skip to content

Commit c2c01bb

Browse files
committed
Prepare v1.0.0 release
1 parent a91d00f commit c2c01bb

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

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

3+
## 1.0.0 (2017-04-07)
4+
5+
* First stable release, now following SemVer
6+
7+
> Contains no other changes, so it's actually fully compatible with the v0.1 releases.
8+
39
## 0.1.2 (2017-04-07)
410

511
* Feature: Forward compatibility with Stream v0.6 and v0.5 (while keeping BC)

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# clue/utf8-react [![Build Status](https://travis-ci.org/clue/php-utf8-react.svg?branch=master)](https://travis-ci.org/clue/php-utf8-react)
22

3-
Streaming UTF-8 parser for React PHP
3+
Streaming UTF-8 parser, built on top of [ReactPHP](https://reactphp.org/)
44

55
**Table of Contents**
66

@@ -11,8 +11,6 @@ Streaming UTF-8 parser for React PHP
1111
* [License](#license)
1212
* [More](#more)
1313

14-
> Note: This project is in beta stage! Feel free to report any issues you encounter.
15-
1614
## Usage
1715

1816
### Sequencer
@@ -61,7 +59,7 @@ The recommended way to install this library is [through Composer](https://getcom
6159
This will install the latest supported version:
6260

6361
```bash
64-
$ composer require clue/utf8-react:^0.1.2
62+
$ composer require clue/utf8-react:^1.0
6563
```
6664

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clue/utf8-react",
3-
"description": "Streaming UTF-8 parser for React PHP",
3+
"description": "Streaming UTF-8 parser, built on top of ReactPHP",
44
"keywords": ["UTF-8", "utf8", "unicode", "streaming", "ReactPHP"],
55
"homepage": "https://github.com/clue/php-utf8-react",
66
"license": "MIT",

0 commit comments

Comments
 (0)