Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 1.27 KB

CHANGELOG.md

File metadata and controls

65 lines (43 loc) · 1.27 KB

CHANGELOG

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[Unreleased]

Added

Changed

[0.2.3] - 2019-09-18

Added

Changed

  • Changed the version used by Travis

[0.2.2] - 2019-09-18

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.1.2] - 2017-01-19

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] - 2017-01-18

Added

  • Creation of the API documentation

[0.1.0] - 2017-01-18

Added

  • 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.