v0.10.1
0.10.1 - 2020-01-14
Added
- Added default config for every template
{ defaultDelay: 0.4, defaultTyping: 0.6 }
to avoid extravagant warnings inbotonic serve
.
Changed
- Upgraded dependencies.
- Change
@botonic/cli
's templates to upgrade automatically to last patch version. - Bump @tensorflow/tfjs and @tensorflow/tfjs-node to latest versions for @botonic/nlu and @botonic/plugin-nlu.
Fixed
- Allow calling dynamic routes (routes as a function) in nested routes.
- Fix for issue #409.
- Fix for runtime error produced when a
Text
had empty text and no buttons nor replies.