File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 17
17
* Deprecations
18
18
* Deprecated ` cmd2.fg ` . Use ` cmd2.Fg ` instead.
19
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.
20
23
21
24
## 2.2.0 (September 14, 2021)
22
25
* Bug Fixes
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
+ * Breaking Changes
48
52
* Renamed ` set_default_argument_parser() ` to ` set_default_argument_parser_type() `
49
53
50
54
## 2.1.2 (July 5, 2021)
You can’t perform that action at this time.
0 commit comments