WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit d27f315

Browse files
committed
Prepare 3.16.01.11.
1 parent 3948af1 commit d27f315

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

CHANGELOG.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,60 @@
1+
# 3.16.01.11
2+
3+
* Quality: Drop PHP5.4. (Ivan Enderlin, 2016-01-11T09:15:26+01:00)
4+
* Quality: Run devtools:cs. (Ivan Enderlin, 2016-01-09T08:59:18+01:00)
5+
* Core: Remove `Hoa\Core`. (Ivan Enderlin, 2016-01-09T08:08:44+01:00)
6+
* Consistency: Update `registerShutdownFunction`. (Ivan Enderlin, 2015-12-09T06:58:00+01:00)
7+
* Consistency: Remove `from` calls. (Ivan Enderlin, 2015-12-09T06:35:35+01:00)
8+
* Consistency: Update `registerShutdownFunction`. (Ivan Enderlin, 2015-12-08T23:41:11+01:00)
9+
* Event: Remove `event` calls. (Ivan Enderlin, 2015-12-08T22:48:06+01:00)
10+
* Consistency: Use `Hoa\Consistency`. (Ivan Enderlin, 2015-12-08T11:01:36+01:00)
11+
* Event: Use `Hoa\Event`. (Ivan Enderlin, 2015-11-23T21:48:33+01:00)
12+
* Exception: Use `Hoa\Exception`. (Ivan Enderlin, 2015-11-20T07:17:38+01:00)
13+
* Test: Add specificity for Windows. (Ivan Enderlin, 2015-11-10T13:29:22+01:00)
14+
* Test: Write test suite for `…completer\Aggregate`. (Ivan Enderlin, 2015-11-10T08:45:10+01:00)
15+
* Test: Write test suite for `…e\Readline\Password`. (Ivan Enderlin, 2015-10-29T23:00:01+01:00)
16+
* Test: Use `beforeTestMethod` instead of `setUp`. (Ivan Enderlin, 2015-10-29T13:41:12+01:00)
17+
* Terminfo: Add the `xterm-256color` database. (Ivan Enderlin, 2015-10-29T13:40:30+01:00)
18+
* Test: Write test suite for `…Autocompleter\Path`. (Ivan Enderlin, 2015-10-29T08:46:04+01:00)
19+
* Test: Write test suite for `…Autocompleter\Word`. (Ivan Enderlin, 2015-10-29T08:10:47+01:00)
20+
* Readline: Use `Console::getInput`. (Ivan Enderlin, 2015-10-29T07:38:13+01:00)
21+
* Test: Write test suite for `Hoa\Console\GetOption`. (Ivan Enderlin, 2015-10-29T07:37:57+01:00)
22+
* GetOption: Reset the `$optionValue` all the time. (Ivan Enderlin, 2015-10-29T07:37:37+01:00)
23+
* CS: Clean namespaces and fix some styles. (Ivan Enderlin, 2015-10-28T07:56:40+01:00)
24+
* Test: Write test suite for `Hoa\Console\Mouse`. (Ivan Enderlin, 2015-10-28T07:54:38+01:00)
25+
* Mouse: Untrack when tracking fails. (Ivan Enderlin, 2015-10-28T07:52:48+01:00)
26+
* Mouse: New constants representing pointer codes. (Ivan Enderlin, 2015-10-28T07:50:50+01:00)
27+
* Test: Write test suite for `Hoa\Console\Window`. (Ivan Enderlin, 2015-10-27T10:12:44+01:00)
28+
* Window: The constructor must be private. (Ivan Enderlin, 2015-10-27T09:32:54+01:00)
29+
* Test: Write test suite for `Hoa\Console\Cursor`. (Ivan Enderlin, 2015-10-26T13:37:53+01:00)
30+
* Test: Write test suite for `Hoa\Console\Tput`. (Ivan Enderlin, 2015-10-26T13:37:33+01:00)
31+
* Test: Write test suite for `Hoa\Console\Parser`. (Ivan Enderlin, 2015-10-26T13:37:13+01:00)
32+
* Test: Write test suite for `Hoa\Console`. (Ivan Enderlin, 2015-10-26T13:36:42+01:00)
33+
* Console: Add the `setTput` static method. (Ivan Enderlin, 2015-10-26T13:34:37+01:00)
34+
* Console: Ensure `STDIN` is defined before using it. (Ivan Enderlin, 2015-10-26T13:34:02+01:00)
35+
* Tput: If no terminfo found, fallback to `xterm`. (Ivan Enderlin, 2015-10-28T14:07:18+01:00)
36+
* Tput: Check that `TERM` is set **and** not empty. (Ivan Enderlin, 2015-10-28T14:06:36+01:00)
37+
* Update API documentation. (Ivan Enderlin, 2015-10-26T08:39:15+01:00)
38+
* Console: Solve `stty -f` vs. `stty -F` issue. (Ivan Enderlin, 2015-10-22T09:29:42+02:00)
39+
* Input: Add the `getStream` method. (Ivan Enderlin, 2015-10-22T08:34:02+02:00)
40+
* Test the `Input` class. (Ivan Enderlin, 2015-10-21T17:04:52+02:00)
41+
* Create the `Input` interface. (Ivan Enderlin, 2015-09-24T07:44:50+02:00)
42+
* `stty` uses `/dev/tty` instead of the std. input. (Ivan Enderlin, 2015-09-24T07:16:48+02:00)
43+
* Advanced interaction can be forced. (Ivan Enderlin, 2015-09-24T07:15:26+02:00)
44+
* Fix, doc. (Metalaka, 2015-10-20T21:58:00+02:00)
45+
* Improve Output behavior. (Metalaka, 2015-10-20T13:24:48+02:00)
46+
* Test the `Output` classes. (Ivan Enderlin, 2015-10-14T16:49:53+02:00)
47+
* Arrays are “var exported” on the output. (Ivan Enderlin, 2015-10-14T07:54:29+02:00)
48+
* `Window` uses `Output` & multiplexer support. (Ivan Enderlin, 2015-10-14T07:41:33+02:00)
49+
* Consider multiplexer while writing on the output. (Ivan Enderlin, 2015-10-14T07:37:29+02:00)
50+
* Use `Hoa\Console::getOutput` when possible. (Ivan Enderlin, 2015-09-30T17:23:28+02:00)
51+
* Introduce the `Output` object. (Ivan Enderlin, 2015-09-30T16:53:13+02:00)
52+
* Format API documentation. (Ivan Enderlin, 2015-09-30T16:53:08+02:00)
53+
* Update API documentation. (Ivan Enderlin, 2015-09-30T16:48:30+02:00)
54+
* Add TMUX(1) support for `Window::copy`. (Ivan Enderlin, 2015-09-30T09:36:38+02:00)
55+
* Add the `Console::isTmuxRunning` method. (Ivan Enderlin, 2015-09-30T09:29:16+02:00)
56+
* Add a `.gitignore` file. (Stéphane HULARD, 2015-08-03T11:23:22+02:00)
57+
158
# 2.15.07.27
259

360
* Bip when an “invalid” character is pressed. (Ivan Enderlin, 2015-07-27T08:30:51+02:00)

0 commit comments

Comments
 (0)