All Versions
11
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v2.0.2 Changes

    • Fix to PSR-4
    • Update README.md compatible with guzzle 7.0
  • v2.0.1 Changes

    • Add tests for all BlockElement factory types
    • Fix BlockElement factory spec for Checkboxes (Fixes #60)
  • v2.0.0 Changes

    • ignore phpunit.xml & rename to phpunit.xml.dist fix #16
    • exclude 'tests' & 'vendor' from calc code coverage. closes #18
    • code style rules; add .editorconfig
    • migrate to phpunit 6.5. closes #7. & Update PhpUnit to 7.5. Closes #27
    • migrate to mockery 1.0. closes #19
    • drop support for php 5, 7.0 & hhvm (fixes builds)
    • php docblocks for tests. closes #8
    • decrease Attachment::__contruct() complexity. closes #9
    • rename attributes to options
    • decrease Client::__construct() complexity. closes #12
    • Added response_type to allow for 'in_channel' vs 'emphemeral' messages in channel
    • Blocks support (Integrate Blocks with main Message/Client) by @cmbuckley:
      • Button element and Confirmation object
      • Checkboxes element and Option object
      • DatePicker element
      • Image element
      • Overflow element
      • TextInput element
      • RadioButtons element
      • Select element and OptionGroup object
      • MultiSelect element
      • Actions block
      • Context block
      • Divider block
      • File block
      • Image block
      • Input block
    • Fix php doc-blocks. Closes #39.
    • correct initial option check (fixes #40)
    • add travis notification to Slack. Closes #17.
    • fix class name. fix #45
    • Improve test coverage for Block kit
    • Added callback_id to Attachment.php (#50) to allow for working with the interactivity callback api in slack
    • bugfix: prevent call on non-object
    • Update Composer and PHPUnit to PHP 8.0 (#56)
    • reuse Payload for fillProperties() (decrease complexity). resolves #13
    • decouple Message from Client. Closes #15, fixes maknz/slack#70
  • v1.12.0 Changes

    • add guzzle 7 support (by @esetnik)
  • v1.11.0 Changes

    • fix AttachmentAction::__toArray: no default confirmation popup if no confirm specified (fixes #41)
    • remove 5.5 & hhvm support, add 7.3 & 7.4 support; also remove builds for nightly
    • change travis & scrutinizer badge urls in readme
    • add ext-json dependency to composer.json
    • add Playground info in readme
  • v1.10.1 Changes

    • mark Message::send deprecated for #15
    • mark Laravel Provider as deprecated with link to new separate package
    • add Questions section in readme
    • add Quick Tour section in readme
  • v1.10.0 Changes

    • Support of url field in AttachmentAction (by @rasmusdencker)
  • v1.9.1 Changes

    • improve & fix doc-block: right types + @throws added
    • fix Attachment::setIcon() return value
  • v1.9.0 Changes

    • Added optional footer attachments. Closes maknz/slack#87, closes #2 George* 6/15/16 12:08 AM
    • Php doc-blocks fixes. (Mesut Vatansever* 10/20/16 12:06 PM, Michal Vyšinský* 10/19/16 10:58 AM, Freek Van der Herten* 7/18/16 10:51 PM)
  • v1.8.1 Changes

    • Fix bug where message wouldn't get returned on send, closes maknz/slack#47 maknz* 6/26/16 8:06 AM
    • integrated Gemnasium; add dependency status badge Alexander Chibrikin 1/9/18 3:38 AM
    • integrated Scrutinizer-CI; change badge Alexander Chibrikin 1/9/18 3:36 AM
    • add slack welcome badge for community slack workspace Alexander Chibrikin 1/8/18 11:55 PM