Releases: rabidgremlin/Mutters
Release v4.3.0
Changes:
- Added support for default values for slots
Release v4.2.1
Changes:
- Ink script prior to first set of choices is now processed
Release V4.2.0
Changes:
- Added afterStoryStateLoaded() to InkBot
Release v4.1.2
Minor release.
Changes:
- Tweak to InkBot logic so that quick replies are not lost during reprompting/failed matches.
Release v4.1.1
Small patch release:
- Fixed email handling in SimpleTokenizer
Release v4.1.0
Changes:
-
Added support for long-term session attributes. These can be used to hold context between conversations in the same session. Also provided Ink Bot functions to set, get and remove these attributes. See https://github.com/rabidgremlin/Mutters/blob/master/mutters-ink-bot/src/test/ink/order/main.ink for an example
-
Upgraded to Blade-Ink v0.4.3 which supports Ink v0.7.4. You may need to upgrade your tooling.
Release v4.0.1
Bug fix release.
Changes include:
- Improved handling in templated intent matcher of phrases where tokenization results in no tokens
Release v4.0.0
This release is a major refactor of the framework but it also include some new features.
Changes include:
- Pluggable tokenization
- Pluggable slot matching (name entity recognition)
- Configuration classes for InkBot and StatemachineBot
- An intent matcher which uses the FaceBook's fastText document classifier
- Upgrade of OpenNLP to v1.8.0
- Upgrade of blade-ink to v0.4.2 which supports Ink version 0.7.3
- Repackaging and code clean up
- Improved Javadocs and READMEs
Release v3.0.0
This release breaks up the library into multiple jar files to reduce dependencies and improve modularity.
Please see https://github.com/rabidgremlin/Mutters#packaging for more information
Release v2.0.0
New release of mutters.
Changes
- This release contains a major rework of the BotResponse model. The actions model has been replaced with an attachments model.
- Support for as list of "quick replies" has also been added to the BotResponse model
- Two double colons (::) are now used to identity calls to InkFunctions
For Gradle update your dependencies to:
compile 'com.rabidgremlin:mutters:2.0.0'