Releases: yeuai/botscript
Releases · yeuai/botscript
v1.2.3
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
New Features
- Add new dialogue request state:
req.isNotResponse
Bugfixes and Improvement
- Fix conditional dialogue always fire
v1.2.1
New Features
Bugfixes and Improvement
- Fix conditional dialogue always fire if
currentDialogue
node is not clear
v1.2.0
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
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
New Features
Bugfixes and Improvement
- Fix script workflow publish to two registries
v1.0.3
New Features
- Publish pkg to two registries
v1.0.2
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
v1.0.1
New Features
Bugfixes and Improvement
- fix error notification
- refactor emit command service with error-first style
- update build configuration