Skip to content

Releases: rails/rails-html-sanitizer

v1.2.0

08 Aug 23:24
b8ea80d
Compare
Choose a tag to compare
  • Remove needless white_list_sanitizer deprecation.

    By deprecating this, we were forcing Rails 5.2 to be updated or spew
    deprecations that users could do nothing about.

    That's pointless and I'm sorry for adding that!

    Now there's no deprecation warning and Rails 5.2 works out of the box, while
    Rails 6 can use the updated naming.

    Kasper Timm Hansen

v1.1.0

05 Aug 01:16
df0c946
Compare
Choose a tag to compare
  • Add safe_list_sanitizer and deprecate white_list_sanitizer to be removed
    in 1.2.0. #87

    Juanito Fatas

  • Remove href from LinkScrubber's tags as it's not an element.
    #92

    Juanito Fatas

  • Explain that we don't need to bump Loofah here if there's CVEs.
    d4d823c

    Kasper Timm Hansen

v1.0.4

22 Mar 19:30
v1.0.4
53bf066
Compare
Choose a tag to compare

v1.0.2

10 Mar 20:38
Compare
Choose a tag to compare
  • Fix errors with ASCII-8BIT encoded strings.