All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- php 7.2 compatibility
1.2.0 - 2017-12-18
- removed default channel selection
- removed obsolete test assertions
- removed config file
- fixed body type php doc accept string parameters
- updated line formatting
- updated imports
1.1.1 - 2017-10-30
- change custom grouping fields to private for constancy
1.1.0 - 2017-09-21
- add custom grouping support
1.0.2 - 2017-06-29
- tests
- travis config
- travis and packagist badges
- phpunit version to php ^4.0 to support php 5.4
- minimum php version support to 5.5
- guzzle dependency from composer.lock
1.0.1 - 2017-06-29
- sending of single message
- default allowed channel being empty
1.0.0 - 2017-06-29
- a single channel will not be converted to an unusable nested array
- configurable api endpoint
0.0.1 - 2017-03-30
- initial code