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 1717* Deprecations
1818 * Deprecated ` cmd2.fg ` . Use ` cmd2.Fg ` instead.
1919 * 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.
2023
2124## 2.2.0 (September 14, 2021)
2225* Bug Fixes
4548 * Updated ` async_alert() ` to account for ` self.prompt ` not matching Readline's current prompt.
4649* Deletions (potentially breaking changes)
4750 * Deleted ` set_choices_provider() ` and ` set_completer() ` which were deprecated in 2.1.2
51+ * Breaking Changes
4852 * Renamed ` set_default_argument_parser() ` to ` set_default_argument_parser_type() `
4953
5054## 2.1.2 (July 5, 2021)
You can’t perform that action at this time.
0 commit comments