v3.0.0
3.0.0 (2018-10-12)
Bug Fixes
- extractCommand: trim string after removing prefix (d003234)
Code Refactoring
- executeCommand: deprecate executeCommand middleware (6b5efa9)
BREAKING CHANGES
- executeCommand: the dispatcher will no longer execute commands automatically. You should add your own executeCommand middleware with
.use
.