claudiajs/claudia-bot-builder
Create chat bots for Facebook Messenger, Slack, Amazon Alexa, Skype, Telegram, Viber, Line, GroupMe, Kik and Twilio and deploy to AWS Lambda in minutes
30 Releases
Latest: 9y ago
v2.15.0, 7 March 2017v2.15.0Latest
π Changes
- π₯ Add Alexa message builder
- πΆ Add share content for FB Messenger share button
- π Fix image aspect ratio template for FB Messagner
v2.14.1, 5 March 2017v2.14.1
π Changes
- π Fix Line reply token issue
v2.14.0, 5 March 2017v2.14.0
π Changes
- πΉ Add new button types for Generic template, info [here](https://github.com/claudiajs/claudia-bot-builder/blob/master/docs/FB_TEMPLATE_MESSAGE_BUILDER.md#generic-template)
- πΉ Add new button types for Button template, info [here](https://github.com/claudiajs/claudia-bot-builder/blob/master/docs/FB_TEMPLATE_MESSAGE_BUILDER.md#button-template)
- π Allow square images in Generic template, info [here](https://github.com/claudiajs/claudia-bot-builder/blob/master/docs/FB_TEMPLATE_MESSAGE_BUILDER.md#generic-template)
- π Allow longer messages for FB, limit is increased to 640 characters
- π Encrypt line token before saving to API Gateway stage variable
- π Fix telegram inline bot issue
- π€Export facebooktemplate as BaseTemplate
v2.13.2, 13 February 2017v2.13.2
π Changes
- Add minor fix for Line Authorization
v2.13.1, 13 February 2017v2.13.1
π Changes
- Added Content-Length fix for Line replies
- Added a fix for send api warning due to an extraneous property in the request
v2.13.0, 07 February 2017v2.13.0
π Changes
- Add SetNotificationType to Facebook Messenger Template
- Update Alexa session to close by default
- Add LINE messaging platform support
v2.12.0, 10 January 2017v2.12.0
π Changes
- Parse Telegram inline query button clicks
- Update URL regex to support commas
v2.11.0, 3 December 2017v2.11.0
π Changes
- Fix Facebook Messenger message parser (message echos were parsed).
- Do not send a http request to Messenger when message is empty (false, null or undefined).
- Fix URL regex.
v2.10.0, 18 December 2016v2.10.0
π Changes
- Add Telegram contact template ([more info](https://github.com/claudiajs/claudia-bot-builder/blob/master/docs/TELEGRAM_CUSTOM_MESSAGES.md#contact-messages))
- Add Facebook Messenger template typing and pause methods ([more info](https://github.com/claudiajs/claudia-bot-builder/blob/master/docs/FB_TEMPLATE_MESSAGE_BUILDER.md#chat-action))
- Add Skype template typing method ([more info](https://github.com/claudiajs/claudia-bot-builder/blob/master/docs/SKYPE_CUSTOM_MESSAGES.md#typing-messages))
- Fix typo and wording for Facebook Messenger setup deprecation warning message
v2.9.0, 8 December 2016v2.9.0
π Changes
- Fix query for Facebook Messenger quick replies (https://github.com/claudiajs/claudia-bot-builder/pull/62)
v2.8.0, 4 December 2016v2.8.0
π Changes
- Add Skype template builder
- Add X-Hub-Signature validation for FB Messenger
- Fix button character length limit for FB Messenger
- Parse quick reply answer as `message.text`
v2.7.2, 26 November 2016v2.7.2
π Changes
- Fix Viber reply content length header
v2.7.1, 22 November 2016v2.7.1
π Changes
- Fix typo in Alexa setup console.log
v2.7.0, 22 November 2016v2.7.0
π Changes
- Add an option to enable/disable platforms
- Add support for Amazon Alexa skills
- Add Telegram template for sending files
- Add Viber template for sending URLs and stickers
- Remove utils.Promise from setup and simplify setup
v2.6.0, 19 November 2016v2.6.0
π Changes
- Add support for an image in FB quick replies
- Add support for a location in FB quick replies
- Allow up to 11 quick replies for FB
- Update Viber keyboard template
v2.5.1, 17 November 2016v2.5.1
π Changes
- Add limit for Viber Keyboard buttons
- Add content-length header for Viber setup
v2.5.0, 9 November 2016v2.5.0
π Changes
- Add Viber support
v2.4.1, 9 November 2016v2.4.1
π Changes
- Allows manual override of FB button type to allow buttons such as Call button (23a47f9be4981c0139ebac055741f7269e681400)
- Fix Twilio responses (ec33d4a8635d94255dfe4bbfbaebf5cd6043538b)
v2.4.0, 30 October 2016v2.4.0
π Changes
- Add GroupMe support
v2.3.0, 28 October 2016v2.3.0
π Changes
- Add Kik support
v2.2.0, 27 October 2016v2.2.0
π Changes
- Allow Skype bot to reply in the group conversation
v2.1.0, 17 October 2016v2.1.0
π Changes
- Add Twilio support
- Add Telegram template builder
- Update Facebook template builder with TitleCase methods and add deprecation note for camelCase method names
v1.4.5, 24 September 2016v1.4.5
π Changes
- Add support for Telegram custom messages, more info [here](https://github.com/claudiajs/claudia-bot-builder/blob/master/docs/TELEGRAM_CUSTOM_MESSAGES.md)
v1.4.4, 3 September 2016v1.4.4
π Changes
- upgrade Skype bot to v3 API
- temporary remove FB security because of the problem with unicode with attachments
v1.4.3, 26 August 2016v1.4.3
π Changes
- Update a message for Facebook Messenger deprecation notice for non-validated requests
v1.4.2, 25 August 2016v1.4.2
π Changes
- Add Facebook Messenger payload verification
- Add Facebook Messenger deprecation notice for non-validated requests
- Add GET endpoint for Slack SSL checks
v1.4.0, 14 July 2016v1.4.0
π Changes
- add support for Slack delayed reply
v1.3.3, 11 July 2016v1.3.3
π Changes
- fix FB Messenger receipt template
v1.3.2, 10 July 2016v1.3.2
π Changes
- do not parse FB Messenger message echoes, delivery and read reports
v1.3.1, 3 July 2016v1.3.1
π Changes
- fix video thumbnail on npmjs.org
- add colors for console setup
