- Drop Ruby 3.0 and 3.1 support.
- Add Ruby 4.0 support.
- Update runtime dependencies.
- Update development dependencies.
- Resolve new RuboCop offenses.
- Improve CI config.
- Drop Ruby 2.6 and 2.7 support.
- Add Ruby 3.2, 3.3 and 3.4 support.
- Lock Ruby version more strict There can be breaking changes in minor updates.
- Update development dependencies.
- Resolve new RuboCop offenses.
- Move development dependencies from
gemspecintoGemfile.
- Drop Ruby 2.5 support.
- Add Ruby 3.1 support.
- Update dependencies, like Flame, Gorilla Patch, development ones.
- Update metadata in gemspec.
- Add
bundle-auditCI task.
- Support Flame 5
- Forward flashes on redirect
- Replace
Arraycheck withEnumerable - Take flashes only from reserved keys (error, warning, notice) or
flashkey Don't extract parameters for controller's path as flashes. Reference: http://guides.rubyonrails.org/action_controller_overview.html#the-flash - Change
FlashArraytoFlashObjectwithnowandnextasFlashArray - Add
FlashArray#deletemethod - Fix calls of redefined
viewwithout parameters - Make
executeand methods belowprotected - Make
FlashObjectprivate, testFlame::Flashbetter. - Remove
flash.scopemethod. It was taken not from Rails, but from (abandoned)sinatra-flash. But we can add it later in more correct way if somebody's needing! - Fix requiring by
pathinGemfile - Drop Ruby 2.3 and 2.4 support (after Flame)
- Support Ruby 3.
- Add MIT license file
- Add tests, 100% coverage
- Fix RuboCop warnings, and RuboCop configuration file
With
rubocop-performanceandrubocop-rspec. - Improve documentation of methods
- Add Cirrus CI
- Add
remarkCI task. - Replace
rakewithtoys. - Update development dependencies.
- Add more meta-information to gem specs.
- Add "Development", "Contributing" and "License" sections to README.
- Add CHANGELOG file.
- Move gem version to a separate file (and constant).
- Flashes extracting fixed for
paramskey - Migrate from GitLab to GitHub
- Fixed
fix_messages_as_arraymethod
- Trying to fix messages as
Array
- Capture
haltmethod and take out flash-recording to private method - Adding ability to add
Arrayas many flashes
- Allowing assign array to
FlashArray
- Support
Stringredirects
- Add flash-options for redirect method of controller
- Support Flame 4.0
- Add
flameas runtime dependency - Update after-hook for Flame 3.3.4
- Initial release.