All Versions
39
Latest Version
Avg Release Cycle
88 days
Latest Release
1335 days ago

Changelog History
Page 3

  • v2.0.2 Changes

    โž• Added

    • Drivers can have a method called additionalDrivers to simplify manual driver loading, when not using BotMan studio.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed matching middleware inside of conversations not receiving the manipulated $message object.
  • v2.0.0 Changes

    โž• Added

    • โž• Added ability to originate inline conversations.
    • ๐Ÿšš Moved each driver into their own repository.
    • ๐Ÿ‘ Facebook - Added support to send file and audio attachments.
    • ๐Ÿ‘ Telegram - Added support to send file, audio and location attachments.
    • โž• Added Kik driver.
    • โž• Added custom Attachment classes.
    • โž• Added support to listen for message service events.
    • ๐Ÿ”„ Changed the way middleware works in BotMan.
    • โž• Added support for Slack interactive menu messages.
    • โž• Added Facebook Referral driver.
    • ๐Ÿ‘ Allow replying to an existing thread for Slack drivers (#327).
    • โž• Added loadDriver method to BotMan.
    • โž• Added ability to use BotMan with a local socket.

    ๐Ÿ”„ Changed

    • Switched from plain text to JSON responses for Slack slash commands, to allow richer message formatting.
    • ๐Ÿšš Moved message matching into a separate Matcher class.

    โœ‚ Removed

    • โœ‚ Removed FacebookPostbackDriver, FacebookOptinDriver and FacebookReferralDriver in favor of the new event API.
  • v1.5.6 Changes

    ๐Ÿ›  Fixed

    Custom drivers now get loaded first.

  • v1.5.5 Changes

    ๐Ÿ›  Fixed

    ๐Ÿ›  Fix botframework not using shorthand closing tags (#345)

  • v1.5.4 Changes

    ๐Ÿ›  Fixed

    ๐Ÿ›  Fix error when originating MS Bot Framework messages - fixes (#324)

  • v1.5.3 Changes

    ๐Ÿ›  Fixed

    ๐Ÿ›  Fixed an issue with the SlackRTM driver in combination with regular file uploads (#323)

  • v1.5.2 Changes

    ๐Ÿ”„ Changed

    • โž• Added unicode support
    • โž• Added support for Telegram voice messages
  • v1.5.1 Changes

    ๐Ÿ”„ Changed

    • โž• Additional parameters for say, reply and ask methods now recursively merge the parameters.
  • v1.5.0 Changes

    โž• Added

    • โž• Added askForImages, askForVideos, askForAudio, askForLocation.
    • โž• Added support for receiving images, videos, audio files and locations.
    • โž• Added sendRequest method to perform low-level driver API requests.
    • ๐Ÿ‘ Allow regular expressions in API.ai middleware
    • โž• Added fake driver for testing
    • ๐Ÿ‘ Allow typing indicators for Slack RTM driver

    ๐Ÿ”„ Changed

    • Cache API.ai calls
    • Cache Wit.AI calls
  • v1.4.1 Changes

    โž• Added

    • โž• Added on-the-fly mini-conversations using $botman->ask($question, Closure $next, $additionalParameters = []).
    • โž• Added ability to either temporarily skip conversations or completely stop them using the skipConversation and stopConversation methods on the conversation object.
    • โž• Added a ShouldQueue interface that your Conversation classes should use if you want to store / serialize them in queues.
    • โž• Added filePath() method to the Message class. (SlackRTM support only)

    ๐Ÿ”„ Changed

    • FacebookDriver now returns user first + lastname
    • ๐Ÿ›  Fixed a bug with Windows + cash file names (#200)
    • ๐Ÿ›  Fixed a bug with fluent middleware syntax (#203)
    • ๐Ÿ›  Fixed a bug with multiple middlewares (#209)