Skip to content

1.13.0 - June 14 2016

Choose a tag to compare

@kirsle kirsle released this 14 Jun 19:20
· 256 commits to master since this release

Changes

  • 1.13.0 2016-06-14
    • Fix the <call> tags not being executed on the left side of conditionals,
      so that <call>test</call> == true => Success types of conditions should
      work (bug #107).
    • Fix trigger regexp processing so that if a {weight} tag contains a space
      before or after it (or: a space between {weight} and the rest of the
      trigger text), the spaces are also stripped so that matching isn't broken
      for that trigger (bug #102).
    • Rename the old async-object example to second-reply to lessen confusion
      between it and async-reply (bug #123).
    • Fix the _ wildcard not being able to match Unicode letters (bug #118).
    • Add initialMatch() to the API, which is like lastMatch() but it returns
      the original trigger that the user matched instead of a redirected trigger
      (PR #127).