Skip to content

0.9.1 - March 7, 2017

Choose a tag to compare

@marceloverdijk marceloverdijk released this 07 Mar 12:24
· 35 commits to master since this release

This update focuses on bug fixes.

  • API Breaking Changes:

    • Remove java.nio.file.Path reference and subsequently also the
      RiveScript#loadDirectory(Path path, String... extensions) and
      RiveScript#loadFile(Path path) methods as they caused issues
      on Adroid. (#43).
  • Changes:

    • Fix for object caller regexp processing internal {__call__}
      tags. The closing curly brackets were not escaped (#43).