All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Changed the version used by Travis
- API interface to send requests to the API
- Improved the way we convert < and > symbols to make sure that link inclusion can work.
- 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
- Creation of the API documentation
- 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.