Skip to content

Releases: yeuai/botscript

v1.2.3

24 Feb 10:06
Compare
Choose a tag to compare

New Features

  • Add new dialogue request state: req.isNotResponse

Bugfixes and Improvement

  • Fix conditional dialogue always fire
  • Reset dialogue request state: req.isNotResponse = false

v1.2.2

24 Feb 08:58
b5ba563
Compare
Choose a tag to compare

New Features

  • Add new dialogue request state: req.isNotResponse

Bugfixes and Improvement

  • Fix conditional dialogue always fire

v1.2.1

23 Feb 12:58
3ee75ed
Compare
Choose a tag to compare

New Features

  • N/A

Bugfixes and Improvement

  • Fix conditional dialogue always fire if currentDialogue node is not clear

v1.2.0

29 Dec 05:56
Compare
Choose a tag to compare

New Features

  • implement dialogue conditional activation
  • add request context: new prop $previous to hold bot replies history

Bugfixes and Improvement

  • refactor conditional spec
  • fix typo in readme

v1.1.0

27 Dec 09:56
Compare
Choose a tag to compare

New Features

  • implement plugin system
  • support plugin for pre-processing request
  • support plugin for post-processing request
  • support plugin conditional activation
  • support group of plugins

Bugfixes and Improvement

  • refactor conditional types

v1.0.4

23 Dec 15:17
Compare
Choose a tag to compare

New Features

  • N/A

Bugfixes and Improvement

  • Fix script workflow publish to two registries

v1.0.3

23 Dec 14:41
Compare
Choose a tag to compare

New Features

  • Publish pkg to two registries

v1.0.2

23 Dec 14:18
Compare
Choose a tag to compare

New Features

  • Add spec conditional activation & conditional processing
  • Add spec plugins system to allow the request is pre-processed or post-processed the engine handle state

Bugfixes and Improvement

  • refactor code style

v1.0.1

26 Nov 23:16
Compare
Choose a tag to compare

New Features

  • N/A

Bugfixes and Improvement

  • fix error notification
  • refactor emit command service with error-first style
  • update build configuration