File tree 4 files changed +24
-2
lines changed
4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change
1
+ github : clue
2
+ custom : https://clue.engineering/support
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.4.0 (2020-11-20)
4
+
5
+ * Fix: Refactor executing functional tests without ext-readline.
6
+ (#95 by @clue )
7
+
8
+ * Improve test suite and add ` .gitattributes ` to exclude dev files from export.
9
+ Prepare PHP 8 support, update to PHPUnit 9 and simplify test matrix.
10
+ (#93 and #94 by @SimonFrings )
11
+
3
12
## 2.3.0 (2019-08-28)
4
13
5
14
* Feature: Emit audible/visible BELL signal when using a disabled function.
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ without requiring any extensions or special installation.
12
12
13
13
** Table of contents**
14
14
15
+ * [ Support us] ( #support-us )
15
16
* [ Quickstart example] ( #quickstart-example )
16
17
* [ Usage] ( #usage )
17
18
* [ Stdio] ( #stdio )
@@ -32,6 +33,16 @@ without requiring any extensions or special installation.
32
33
* [ License] ( #license )
33
34
* [ More] ( #more )
34
35
36
+ ## Support us
37
+
38
+ We invest a lot of time developing, maintaining and updating our awesome
39
+ open-source projects. You can help us sustain this high-quality of our work by
40
+ [ becoming a sponsor on GitHub] ( https://github.com/sponsors/clue ) . Sponsors get
41
+ numerous benefits in return, see our [ sponsoring page] ( https://github.com/sponsors/clue )
42
+ for details.
43
+
44
+ Let's take these projects to the next level together! 🚀
45
+
35
46
## Quickstart example
36
47
37
48
Once [ installed] ( #install ) , you can use the following code to present a prompt in a CLI program:
@@ -622,7 +633,7 @@ This project follows [SemVer](https://semver.org/).
622
633
This will install the latest supported version:
623
634
624
635
``` bash
625
- $ composer require clue/stdio-react:^2.3
636
+ $ composer require clue/stdio-react:^2.4
626
637
```
627
638
628
639
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
Original file line number Diff line number Diff line change 7
7
"authors" : [
8
8
{
9
9
"name" : " Christian Lück" ,
10
- "email" : " christian@lueck.tv "
10
+ "email" : " christian@clue.engineering "
11
11
}
12
12
],
13
13
"require" : {
You can’t perform that action at this time.
0 commit comments