1.0.0 - 2017-09-02
- Added Laravel 5.5 support including package auto discovery.
0.2.0 - 2017-01-30
- Added Laravel 5.4 support.
0.1.0 - 2016-08-24
- Added HipChat card support to
HipChatMessage
. See https://developer.atlassian.com/hipchat/guide/sending-messages#SendingMessages-UsingCards. - Added tests for
HipChatChannel
. - Added
attachTo
method toHipChatMessage
- Added
MessageColors
inteface that lists all supported colors.
- Switched to the stable 5.3 version of Laravel.
- Allowed usage of the laravel-notification-channels/backport package, to use this notification channel with Laravel 5.1 and 5.2.
- Updated tests.
0.0.4 - 2016-08-22
- Added file sharing capability.
- Allow set the content when using
text()
orhtml()
onHipChatMessage
.
0.0.3 - 2016-08-15
- Fixed config parameters casing.
0.0.2 - 2016-08-15
- Added
create
method forHipChatMessage
.
0.0.1 - 2016-08-15
- Experimental release