All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project aims to adhere to Semantic Versioning.
- Remove support for Rails < 6
- Fixes demo mode initializer on Rails 7
- Fixes rubygems release of the gem so that the
db/migrate
folder is actually present.
1.0.2 - 2022-08-15
- Fixes
demo_mode:install
generator, which was failing to finddemo_mode:install:migrations
task on newer Rails versions.
1.0.1 - 2022-06-03
- Always register demo_mode assets for precompilation, regardless of
Rails.env
.
1.0.0 - 2022-05-10
- Initial release!