- Announcements rendered with the Foundation partial should be processed correctly when closed.
- Drops support for Rails versions 3.0, 3.1, 3.2, 4.0 and 4.1.
- Raises an error if
Starburst::Announcement.current
is called with anil
argument.
- Adds support for Rails versions 4.2, 5.0, 5.1, 5.2 and 6.0.
- Removed
Configuration
module. Starburst.current_user_method
now defaults to a symbol value.Starburst.user_instance_methods
now defaults to an empty array.
- Adds support for changing the base controller which
Starburst::AnnouncementsController
inherits from. - Include private and protected methods when searching for
Starburst.current_user_method
.
- Fixes the "mark as read" issue.
- Adds support for methods other than
current_user
.
- Fixes critical issue where announcements past the first cannot be marked as read. No breaking changes.
- First release.