Skip to content
This repository has been archived by the owner on Apr 30, 2018. It is now read-only.

Latest commit

 

History

History
executable file
·
33 lines (20 loc) · 872 Bytes

CHANGELOG.md

File metadata and controls

executable file
·
33 lines (20 loc) · 872 Bytes

Changelog

All Notable changes to laravel-slack will be documented in this file

1.2.0 - 2016-11-19

  • add support for multiple configured tokens

1.1.3 - 2016-10-18

  • fixes adding an AttachmendField to an Attachment

1.1.2 - 2016-10-17

  • fixes passing an array to addFields

1.1.1 - 2016-10-05

  • all exceptions will be converted to proper Illuminate responses
  • a SignatureHandler will now be validated in the controller

1.1.0 - 2016-10-04

  • added the Help handler
  • added support for wildcards in SignatureHandler
  • all exceptions now inherited from Spatie\SlashCommand\Exceptions\SlashCommandExpception
  • exceptions will now result in a proper error in your Slack channel instead of dumping out some html

1.0.1 - 2016-07-27

  • fixed dependency injection in handle method of queud jobs

1.0.0 - 2016-07-20

  • initial release