File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 11## 0.9.11 (TBD, 2019)
22* Enhancements
33 * Added `` matches_sort_key `` to override the default way tab completion matches are sorted
4- * Deprecations
5- * Deprecated support for bash completion since this feature had slow performance. Also it relied on
6- `` AutoCompleter `` which has since developed a dependency on `` cmd2 `` methods.
7- * Removed ability to call commands in `` pyscript `` as if they were functions (e.g `` app.help() `` ) in favor
8- of only supporting one `` pyscript `` interface. This simplifies future maintenance.
94* Potentially breaking changes
105 * Made `` cmd2_app `` a positional and required argument of `` AutoCompleter `` since certain functionality now
116 requires that it can't be `` None `` .
127 * `` AutoCompleter `` no longer assumes `` CompletionItem `` results are sorted. Therefore you should follow the
138 `` cmd2 `` convention of setting `` self.matches_sorted `` to True before returning the results if you have already
149 sorted the `` CompletionItem `` list. Otherwise it will be sorted using `` self.matches_sort_key `` .
10+ * Removed support for bash completion since this feature had slow performance. Also it relied on
11+ `` AutoCompleter `` which has since developed a dependency on `` cmd2 `` methods.
12+ * Removed ability to call commands in `` pyscript `` as if they were functions (e.g `` app.help() `` ) in favor
13+ of only supporting one `` pyscript `` interface. This simplifies future maintenance.
1514
1615## 0.9.10 (February 22, 2019)
1716* Bug Fixes
You can’t perform that action at this time.
0 commit comments