File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 22* Bug Fixes
33 * Fixed bug where `` preparse `` wasn't getting called
44* Enhancements
5- * Improved implementation of lifecycle hooks to to support a plugin framework
5+ * Improved implementation of lifecycle hooks to to support a plugin
6+ framework, see `` docs/hooks.rst `` for details.
7+ * New dependency on `` attrs `` third party module
68* Deprecations
7- * Deprecated a few of the old lifecycle hook methods
9+ * Deprecated the following hook methods, see `` hooks.rst `` for full details:
10+ * `` cmd2.Cmd.preparse() `` - equivilent functionality available
11+ via `` cmd2.Cmd.register_postparsing_hook() ``
12+ * `` cmd2.Cmd.postparsing_precmd() `` - equivilent functionality available
13+ via `` cmd2.Cmd.register_postparsing_hook() ``
14+ * `` cmd2.Cmd.postparsing_postcmd() `` - equivilent functionality available
15+ via `` cmd2.Cmd.register_postcmd_hook() ``
816
917## 0.9.3 (July 12, 2018)
1018* Bug Fixes
You can’t perform that action at this time.
0 commit comments