File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.0.0 (2017-04-06)
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.3 (2017-04-06)
410
511* Feature: Forward compatibility with Stream v0.6 and v0.5 (while keeping BC)
Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ Streaming terminal emulator, built on top of 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### ControlCodeParser
@@ -109,7 +107,7 @@ The recommended way to install this library is [through Composer](https://getcom
109107This will install the latest supported version:
110108
111109``` bash
112- $ composer require clue/term-react:^0.1.3
110+ $ composer require clue/term-react:^1.0
113111```
114112
115113See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments