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
- Rails 7.0 and 7.1 support (@jwilsjustin)
0.2.7 - 2022-03-28
- Rails 6.1 support
0.2.6 - 2022-01-21
- Fixed bug with reload method arguments forwarding. Issue #36
0.2.5 - 2020-06-09
- 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 tags eager loading
0.2.3 - 2020-01-15
- Rails 6.0 support
0.2.2 - 2019-10-24
- 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
.add
and.remove
methods not implementing properly dirty behavior
0.2.0 - 2019-09-12
[context]_list_persisted
interface method for accessing persisted/previous tag list string
0.1.0 - 2019-07-15
Initial release