Skip to content

Commit

Permalink
Merge pull request #31 from SimonFrings/1.3.0
Browse files Browse the repository at this point in the history
Prepare v1.3.0
  • Loading branch information
clue authored Nov 6, 2020
2 parents 95c8987 + 3a4dd65 commit eb6eb06
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github: clue
custom: https://clue.engineering/support
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.3.0 (2020-11-06)

* Improve test suite and add `.gitattributes` to exclude dev files from export.
Prepare PHP 8 support, update to PHPUnit 9 and simplify test matrix.
(#29 and #30 by @SimonFrings)

## 1.2.0 (2018-07-09)

* Feature: Forward compatiblity with EventLoop v0.5 and upcoming v1.0.
Expand Down
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,27 @@
# clue/reactphp-term [![Build Status](https://travis-ci.org/clue/reactphp-term.svg?branch=master)](https://travis-ci.org/clue/reactphp-term)

Streaming terminal emulator, built on top of [ReactPHP](https://reactphp.org/)
Streaming terminal emulator, built on top of [ReactPHP](https://reactphp.org/).

**Table of Contents**

* [Support us](#support-us)
* [Usage](#usage)
* [ControlCodeParser](#controlcodeparser)
* [Install](#install)
* [Tests](#tests)
* [License](#license)
* [More](#more)

## Support us

We invest a lot of time developing, maintaining and updating our awesome
open-source projects. You can help us sustain this high-quality of our work by
[becoming a sponsor on GitHub](https://github.com/sponsors/clue). Sponsors get
numerous benefits in return, see our [sponsoring page](https://github.com/sponsors/clue)
for details.

Let's take these projects to the next level together! 🚀

## Usage

### ControlCodeParser
Expand Down Expand Up @@ -108,7 +119,8 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
$ composer require clue/term-react:^1.2
$ composer require clue/term-react:^1.3

```

See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "clue/term-react",
"description": "Streaming terminal emulator, built on top of ReactPHP",
"description": "Streaming terminal emulator, built on top of ReactPHP.",
"keywords": ["terminal", "control codes", "xterm", "ANSI", "ASCII", "VT100", "csi", "osc", "apc", "dps", "pm", "C1", "C0", "streaming", "ReactPHP"],
"homepage": "https://github.com/clue/reactphp-term",
"license": "MIT",
"authors": [
{
"name": "Christian Lück",
"email": "christian@lueck.tv"
"email": "christian@clue.engineering"
}
],
"autoload": {
Expand Down

0 comments on commit eb6eb06

Please sign in to comment.