We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f93f5 commit 506d4f6Copy full SHA for 506d4f6
CHANGELOG.md
@@ -17,6 +17,9 @@
17
* Deprecations
18
* Deprecated `cmd2.fg`. Use `cmd2.Fg` instead.
19
* Deprecated `cmd2.bg`. Use `cmd2.Bg` instead.
20
+* Breaking Changes
21
+ * To support the color upgrade, all cmd2 colors now inherit from either `ansi.FgColor` or `ansi.BgColor`.
22
+ Therefore, `ansi.style()` no longer accepts colors as strings.
23
24
## 2.2.0 (September 14, 2021)
25
* Bug Fixes
@@ -45,6 +48,7 @@
45
48
* Updated `async_alert()` to account for `self.prompt` not matching Readline's current prompt.
46
49
* Deletions (potentially breaking changes)
47
50
* Deleted `set_choices_provider()` and `set_completer()` which were deprecated in 2.1.2
51
52
* Renamed `set_default_argument_parser()` to `set_default_argument_parser_type()`
53
54
## 2.1.2 (July 5, 2021)
0 commit comments