Skip to content

Releases: bottenderjs/bottender-recognizer

0.3.0 / 2018-09-20

Choose a tag to compare

@chentsulin chentsulin released this 20 Sep 04:34
  • [new] support multi-platform bot

0.2.2 / 2018-07-25

Choose a tag to compare

@chentsulin chentsulin released this 25 Jul 03:03
  • [new] add debug for chatbase
  • [new] warn when pass func arg (#25)
  • [new] set UNKNOWN intent as not handled

0.2.1 / 2018-06-29

Choose a tag to compare

@chentsulin chentsulin released this 29 Jun 04:13
  • [fix] throw error when receiving LINE join group event.

0.2.0 / 2018-05-02

Choose a tag to compare

@chentsulin chentsulin released this 02 May 04:08
  • [new] implement derivedState + derivedParam: #15
const action = resolver(state, intent);
const { action, derivedState, derivedParam } = resolver(state, intent);
  • derivedState will be used to setState before action be executed.
  • derivedParam will be passed to action as second argument.

0.1.3 / 2018-04-25

Choose a tag to compare

@chentsulin chentsulin released this 25 Apr 15:13
  • [fix] pass ...otherArgs to underlying handler

0.1.2 / 2018-04-09

Choose a tag to compare

@chentsulin chentsulin released this 08 Apr 16:50
  • [new] use action.displayName as action name when possible

0.1.1 / 2018-01-10

Choose a tag to compare

@chentsulin chentsulin released this 08 Apr 16:49
  • Fix bug usage in setting agent messages

0.1.0 / 2017-12-21

Choose a tag to compare

@chentsulin chentsulin released this 08 Apr 16:49
  • First Release