Releases: fosterlabs/botstackjs
Releases · fosterlabs/botstackjs
v0.2.1
v0.2.0
Improvements:
- Support for multiple
pageId - Renamed in
API.AItoDialogflow - 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
initmethod. - Unique session id is now calculated as a combination of
pageIdandsenderId. APIAI_ACCESS_TOKENis deprecated, useDIALOGFLOW_ACCESS_TOKENinstead.
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 theDefaulttab in the API.AI)