Skip to content

Releases: fosterlabs/botstackjs

v0.2.1

14 Jan 19:19
Compare
Choose a tag to compare

Fixes:

  • fixed the initialization order of parsers (Restify)

v0.2.0

07 Jan 10:30
Compare
Choose a tag to compare

Improvements:

  • Support for multiple pageId
  • Renamed in API.AI to Dialogflow
  • Increased support for environment variables at the application level. Supported environment variables, configuration file values, and values from any other source (e.g. from a database).
  • Framework initialization moved to separate init method.
  • Unique session id is now calculated as a combination of pageId and senderId.
  • APIAI_ACCESS_TOKEN is deprecated, use DIALOGFLOW_ACCESS_TOKEN instead.

v0.1.5

11 Dec 19:10
Compare
Choose a tag to compare

Improvements:

v0.1.4

28 Aug 17:44
Compare
Choose a tag to compare

Fixes:

  • return full API.AI response on empty message

v0.1.3

21 Aug 11:12
Compare
Choose a tag to compare

Fixes:

  • Web url cannot be empty for url type button

v0.1.2

20 Aug 09:36
Compare
Choose a tag to compare

Fixes:

  • API.AI sync with Backchat

v0.1.1

17 Aug 18:03
Compare
Choose a tag to compare

Fixes:

  • Persistent menu initialization bug

v0.1.0

17 Aug 17:30
Compare
Choose a tag to compare

Fixes:

  • Refactor Facebook module
  • Fixed API.AI module initialization process

Improvements:

v0.0.4

14 Aug 19:49
Compare
Choose a tag to compare

Fixes:

  • Fixed bug with Smooch sync

v0.0.3

14 Aug 19:13
Compare
Choose a tag to compare

Improvements:

  • Added environment variable BOTSTACK_ONLY_FB_RESP. If the variable is present then BotstackJS will process messages from the API.AI, which are addressed only for the platform Facebook (will not be processed messages from the Default tab in the API.AI)