Skip to content

Files

Latest commit

915213e · Dec 12, 2023

History

History
59 lines (46 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

59 lines (46 loc) · 1.96 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 adheres to Semantic Versioning.

0.2.8 - 2023-12-12

Added

  • Rails 7.0 and 7.1 support (@jwilsjustin)

0.2.7 - 2022-03-28

Added

  • Rails 6.1 support

0.2.6 - 2022-01-21

Fixed

  • Fixed bug with reload method arguments forwarding. Issue #36

0.2.5 - 2020-06-09

Fixed

  • Added association cache invalidation after tag changes are persisted (fixes issue with explicit reload required to refresh context_tags)

0.2.4 - 2020-06-09

Fixed

  • Fixed tags eager loading

0.2.3 - 2020-01-15

Added

  • Rails 6.0 support

0.2.2 - 2019-10-24

Fixed

  • Fixed inspect and compare for context objects (delegate to tags list) that may have affected debug and testing

0.2.1 - 2019-10-24

Fixed

  • Fixed .add and .remove methods not implementing properly dirty behavior

0.2.0 - 2019-09-12

Added

  • [context]_list_persisted interface method for accessing persisted/previous tag list string

0.1.0 - 2019-07-15

Initial release