Skip to content

Latest commit

 

History

History
76 lines (46 loc) · 3.04 KB

CHANGELOG.md

File metadata and controls

76 lines (46 loc) · 3.04 KB

Changelog

v0.5.5 (2015-07-19)

  • Add support for symfony/options-resolver >= 2.6. (Bug reported by @adamgoose)

v0.5.4 (2015-05-14)

  • Add methods for chat.delete, chat.postMessage, and chat.update API actions. (Courtesy @kordero)

v0.5.3 (2014-09-11)

  • Miscellaneous fixes suggested by scrutinizer-ci.com

v0.5.2 (2014-09-11)

  • Adds methods for the new channels.join and channels.setPurpose API actions. (Courtesy @tijsverkoyen)

v0.5.1 (2014-03-05)

  • Upgrade composer requirements to the latest doctrine/collections

v0.5.0 (2014-03-04)

  • Phlack now contains a (partial) implementation of the Slack API
  • Fixed some typos in the examples.

v0.4.6 (2014-02-18)

v0.4.5 (2014-02-12)

Deprecated the get*() methods on Hash; replaced with protected properties. Deprecated the get*() methods on CommandInterface; replaced with get($key). Added a reply($user, $text) to the ResponderInterface. Added reply($user, $text) to the Iterocitor in the form of @-reply messages. Fixed potential infinite loop problems in RepeaterBot by using the reply() method.

v0.4.3 (2014-02-10)

Fixed a bug in RepeaterBot that caused an infinite repeater loop.

v0.4.2 (2014-02-10)

Fixed errors in documentation related to the Phlack factory. Added notes regarding username when configuring the PhlackClient.

v0.4.1 (2014-02-10)

Updated WebHook struct to match Slack changes.

v0.4.0 (2014-02-09)

Renamed ScrutinizingCollection to TypeCollection. Replaced old SlashCommand with WebHooks implementation. Added implementations for responding to Outgoing WebHooks and Slash Commands via Bots. Added Bot Adapters for Symfony Console and Request.

v0.1.4 (2014-01-24)

Ensures MessageResponse is returned for success and error responses.

v0.1.3 (2014-01-24)

Adding MessageResponse class.

v0.1.2 (2014-01-24)

Adding basic documentation. Adding SlashCommand message type.