Skip to content

Releases: hershel/dispatcher

v3.0.1

18 Nov 13:46
Compare
Choose a tag to compare

3.0.1 (2018-11-18)

Bug Fixes

  • length: command name.length can be >= 2 (1b864dd)

v3.0.0

12 Oct 21:21
Compare
Choose a tag to compare

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.

v2.0.0

25 Sep 20:05
cb45263
Compare
Choose a tag to compare

2.0.0 (2018-09-25)

  • rewrite of @hershel/dispatcher (#1) (cb45263), closes #1

BREAKING CHANGES

  • Some exports have been renamed as well as some functions.

  • test(*): test rewriting

  • chore(README): add badges

  • chore(README): add more information

v1.3.0

18 Sep 14:43
Compare
Choose a tag to compare

1.3.0 (2018-09-18)

Bug Fixes

  • executeCommand: executeCommand as middleware to handle error (5b7ef96)

Features

  • executeCommand: add setCustomExecuteCommand (b78f5cb)

v1.2.0

11 Sep 15:16
Compare
Choose a tag to compare

1.2.0 (2018-09-11)

Bug Fixes

  • path-to-regexp: add delimiters options as default (3e1a3f1)

Features

  • type: allow overloading params type (8abeea8)

v1.1.0

25 Aug 22:10
Compare
Choose a tag to compare

1.1.0 (2018-08-25)

Features

  • extractArgument: normalize space (6745152)

v1.0.3

22 Aug 13:48
Compare
Choose a tag to compare

1.0.3 (2018-08-22)

Bug Fixes

  • typescript: allow custom command type (f8308ed)

v1.0.2

22 Aug 09:32
Compare
Choose a tag to compare

1.0.2 (2018-08-22)

Bug Fixes

  • type: type of command action can return a value (5b4d604)

v1.0.1

21 Aug 11:35
Compare
Choose a tag to compare

1.0.1 (2018-08-21)

Bug Fixes

  • typescript: export all type definitions (5d0681f)

v1.0.0

21 Aug 09:42
Compare
Choose a tag to compare

1.0.0 (2018-08-21)

Features

  • dispatcher: add dispatcher on Github (64e4a40)