Skip to content

Releases: rabidgremlin/Mutters

Release v4.3.0

31 Jul 03:54
Compare
Choose a tag to compare

Changes:

  • Added support for default values for slots

Release v4.2.1

25 May 04:06
Compare
Choose a tag to compare

Changes:

  • Ink script prior to first set of choices is now processed

Release V4.2.0

29 Mar 02:33
Compare
Choose a tag to compare

Changes:

  • Added afterStoryStateLoaded() to InkBot

Release v4.1.2

06 Nov 08:49
Compare
Choose a tag to compare

Minor release.

Changes:

  • Tweak to InkBot logic so that quick replies are not lost during reprompting/failed matches.

Release v4.1.1

18 Oct 23:38
Compare
Choose a tag to compare

Small patch release:

  • Fixed email handling in SimpleTokenizer

Release v4.1.0

28 Aug 01:26
Compare
Choose a tag to compare

Changes:

Release v4.0.1

26 Jun 03:04
Compare
Choose a tag to compare

Bug fix release.

Changes include:

  • Improved handling in templated intent matcher of phrases where tokenization results in no tokens

Release v4.0.0

20 Jun 03:24
Compare
Choose a tag to compare

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

12 Jun 22:50
Compare
Choose a tag to compare

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

22 May 06:48
Compare
Choose a tag to compare

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'