You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix an infinite loop when using a number as a substitution (PR #206)
Optimize substitution algorithm (including person substitutions) to be
more performant when you have a large set of substitutions defined (PR #208)
Add support for defining a global concatenation option when constructing
the RiveScript object. This will set the default concat mode when
parsing files that didn't define their own local mode (PR #209)
Add API function lastTriggers(username) to retrieve the full set of
triggers that were last matched for that user. For example, if some triggers
redirected to others, all the triggers that were touched will be
returned by this function (PR #217)
Remove dependency on jQuery for loading files in a web environment and
instead use a standard XMLHttpRequest (PR #251)