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
Update the way the args array works in JavaScript object macros: it now
uses a shell-style array where quoted strings come in as one array element,
even if it contains spaces.
Update all internal user variable getting/setting to use the public setUservar() and getUservar() methods, enabling developers to override
the implementation of these functions.
Fix a bug when looking for %Previous tags, so that if the current topic
has no %Previous trigger RiveScript won't bother looking for them.