Releases: strimeapp/Slackify
Releases · strimeapp/Slackify
0.2.3
Added
Changed
- Changed the version used by Travis
0.2.2
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
- Fixed a bug related to the name of functions using the private keyword "list" (@Romain)
0.2.0
- Creation of classes to interact with the API
0.1.2
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
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
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.