Releases: fosterlabs/botstackjs
Releases · fosterlabs/botstackjs
v0.2.1
v0.2.0
Improvements:
- Support for multiple
pageId
- Renamed in
API.AI
toDialogflow
- 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
andsenderId
. APIAI_ACCESS_TOKEN
is deprecated, useDIALOGFLOW_ACCESS_TOKEN
instead.
v0.1.5
Improvements:
- Support for checkbox plugin and messaging_optins
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
Fixes:
- Refactor Facebook module
- Fixed API.AI module initialization process
Improvements:
- Support for custom (multilevel) persistent menu
v0.0.4
v0.0.3
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 theDefault
tab in the API.AI)