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 Apr 7, 2017
1 parent a91d00f commit c2c01bb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.0.0 (2017-04-07)

* First stable release, now following SemVer

> Contains no other changes, so it's actually fully compatible with the v0.1 releases.
## 0.1.2 (2017-04-07)

* Feature: Forward compatibility with Stream v0.6 and v0.5 (while keeping BC)
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# clue/utf8-react [![Build Status](https://travis-ci.org/clue/php-utf8-react.svg?branch=master)](https://travis-ci.org/clue/php-utf8-react)

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

**Table of Contents**

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

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

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

```bash
$ composer require clue/utf8-react:^0.1.2
$ composer require clue/utf8-react:^1.0
```

See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clue/utf8-react",
"description": "Streaming UTF-8 parser for React PHP",
"description": "Streaming UTF-8 parser, built on top of ReactPHP",
"keywords": ["UTF-8", "utf8", "unicode", "streaming", "ReactPHP"],
"homepage": "https://github.com/clue/php-utf8-react",
"license": "MIT",
Expand Down

0 comments on commit c2c01bb

Please sign in to comment.