Skip to content

Node.js SDK - Support for differnt JS envs + converse reset

Compare
Choose a tag to compare
@patapizza patapizza released this 17 Aug 13:46
  • Support for different JS environments
  • converse now takes reset as an optional parameter

Breaking changes

  • interactive is no longer a function on the Wit client. Instead, you require it from the library: require('node-wit').interactive
  • runActions now resets the last turn on new messages and errors.