We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 362ce9f commit 2ef0b21Copy full SHA for 2ef0b21
CHANGELOG.md
@@ -11,6 +11,22 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
11
12
### Removed
13
14
+## [4.4.0]
15
+### Added
16
+ - Added strict_types everywhere (#253)
17
+ - Support for full-width unicode characters (#274)
18
+ - Support for special chars with custom control mappings (#283)
19
+
20
+### Changed
21
+ - `addSubMenu` & `addSplitItem` in `CliMenuBuilder` to accept any callable (#275)
22
23
+### Fixed
24
+ - Using backspaces in input dialogs (#260, #267)
25
26
+### Removed
27
+ - Support for PHP 7.1 - 8.1 (#287, #289)
28
+ - ctype extension usages (#272)
29
30
## [4.3.0]
31
### Fixed
32
- PHP 8.1 Support (#252, #249)
0 commit comments