Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

44 lines (25 loc) · 1.07 KB

Changelog

The noteworthy changes for each ActionView::Attributes version are included here. For a complete changelog, see the commits for each version via the version links.

main

  • Drop end-of-life Ruby versions 2.7 and 3.0. Drop end-of-life Rails versions 6.1 and 7.0

    Sean Doyle

0.2.0 (Oct 24, 2024)

0.1.3 (Sep 27, 2024)

0.1.2 (Feb 8, 2023)

  • Special case data-action descriptor syntax like -> when escaping token_list calls

    Sean Doyle

0.1.1 (Feb 8, 2023)

  • Ensure that attribute values like data-action descriptor syntax aren't escaped too many times when transformed to Token Lists

    Sean Doyle

0.1.0 (Feb 5, 2023)