Releases: claudiajs/claudia-bot-builder
Releases · claudiajs/claudia-bot-builder
v1.3.0, 2 July 2016
- add Slack message builder
- add support for Telegram inline messages
- add support for Facebook Messenger quick reply
- add support for longer top level domain names
v1.2.0, 25 June 2016
- add support for Slack message actions
- parse Facebook Messenger's attachments
- pass original API request object to bot builder
- parse Slack message without text
v1.1.0, 19 June 2016
- separate Slack App slash command and slash command integration configuration
- add Facebook message builder for structured messages
- allow Facebook reply method to send multiple messages as an array
v1.1.0-bravo
Allows an array of messages for FB reply (https://github.com/claudiajs/claudia-bot-builder/blob/master/lib/facebook/reply.js#L40)
v1.1.0-alpha
- Adds generator for FB templates (#8)
v1.0.0, 13 June 2016
- initial release with support for Facebook Messenger, Slack slash commands, Telegram and Skype
Pre-release
Add custom prompt function with retry (#5) * Add custom prompt function with retry * Move prompt to a separate library * Remove prompt from the dependencies