Skip to content

Releases: strimeapp/Slackify

0.2.3

18 Sep 09:33
8acf94b
Compare
Choose a tag to compare

Added

Changed

  • Changed the version used by Travis

0.2.2

18 Sep 09:18
4b29fbc
Compare
Choose a tag to compare

Added

  • API interface to send requests to the API

Changed

  • Improved the way we convert < and > symbols to make sure that link inclusion can work.

0.2.1

31 Mar 20:38
Compare
Choose a tag to compare
  • Fixed a bug related to the name of functions using the private keyword "list" (@Romain)

0.2.0

31 Mar 20:02
Compare
Choose a tag to compare
  • Creation of classes to interact with the API

0.1.2

19 Jan 15:09
Compare
Choose a tag to compare

Changed

  • Fixed a bug in the way we send attachments.
  • Improved readibility in Webhook class.
  • We comment for future use variables assignation.
  • Adding a test on the icon_type variable in the sendMessage method
  • Simplification of a test in the sendMessage method

0.1.1

18 Jan 20:34
Compare
Choose a tag to compare

Added

  • Creation of the API documentation

Changed

  • Improved readibility in Webhook class.
  • We comment for future use variables assignation.
  • Adding a test on the icon_type variable in the sendMessage method
  • Simplification of a test in the sendMessage method

0.1.0

18 Jan 17:52
Compare
Choose a tag to compare

Added

  • First release of the bundle.
  • Creation of a Webhook class to send messages on webhooks.
  • Add github templates.
  • Add a LICENCE.
  • Add a composer.json file.
  • Add a CHANGELOG. Guidelines to follow: keepachangelog.com
  • Add a .gitignore.
  • Add a Travis-CI config file.
  • Add a PHPUnit config file.
  • Add a README file.