Skip to content

Latest commit

 

History

History
58 lines (32 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

58 lines (32 loc) · 1.29 KB

Changelog

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.

[Unreleased]

Added

Changed

Deprecated

Removed

Fixed

[1.1.0] - 2023-05-12

Removed

  • Remove support for Rails < 6

Fixed

  • Fixes demo mode initializer on Rails 7

[1.0.3] - 2022-08-15

Fixed

  • Fixes rubygems release of the gem so that the db/migrate folder is actually present.

1.0.2 - 2022-08-15

Fixed

  • Fixes demo_mode:install generator, which was failing to find demo_mode:install:migrations task on newer Rails versions.

1.0.1 - 2022-06-03

Fixed

  • Always register demo_mode assets for precompilation, regardless of Rails.env.

1.0.0 - 2022-05-10

Added

  • Initial release!