This repository has been archived by the owner on Sep 27, 2019. It is now read-only.
Releases: laravel-notification-channels/hipchat
Releases · laravel-notification-channels/hipchat
2.2.0
2.1.0
Added
- Added more test coverage
Fixed
- Fixed issues with handling falsey string input
2.0.0
Added
- Added Laravel 5.6 compatibility.
1.0.0
Added
- Added Laravel 5.5 support including package auto discovery.
0.2.0
Changed
- Updated dependencies to support Laravel 5.4
0.1.0
Added
- 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.
Changed
- 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
Added
- Added file sharing capability.
Changed
- Allow set the content when using
text()
orhtml()
onHipChatMessage
.
0.0.3
Fixed
- Fixed config parameters casing.
0.0.2
Added
Added create
method for HipChatMessage.
0.0.1
- experimental release