Skip to content

Releases: fosterlabs/botstackjs

v0.2.1

Choose a tag to compare

@webus webus released this 14 Jan 19:19

Fixes:

  • fixed the initialization order of parsers (Restify)

v0.2.0

Choose a tag to compare

@webus webus released this 07 Jan 10:30

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

Choose a tag to compare

@webus webus released this 11 Dec 19:10

Improvements:

v0.1.4

Choose a tag to compare

@webus webus released this 28 Aug 17:44

Fixes:

  • return full API.AI response on empty message

v0.1.3

Choose a tag to compare

@webus webus released this 21 Aug 11:12

Fixes:

  • Web url cannot be empty for url type button

v0.1.2

Choose a tag to compare

@webus webus released this 20 Aug 09:36

Fixes:

  • API.AI sync with Backchat

v0.1.1

Choose a tag to compare

@webus webus released this 17 Aug 18:03

Fixes:

  • Persistent menu initialization bug

v0.1.0

Choose a tag to compare

@webus webus released this 17 Aug 17:30

Fixes:

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

Improvements:

v0.0.4

Choose a tag to compare

@webus webus released this 14 Aug 19:49

Fixes:

  • Fixed bug with Smooch sync

v0.0.3

Choose a tag to compare

@webus webus released this 14 Aug 19:13

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)