Skip to content

Releases: vjt/sanitize-rails

v1.2.0

20 Nov 10:55
@vjt vjt
Compare
Choose a tag to compare
  • Add HTML entity whitelist from #16
  • Test on latest Ruby and Rails versions on Travis
  • Test against the latest version of the Sanitize gem

Sanitize 3.0

15 Sep 09:09
@vjt vjt
Compare
Choose a tag to compare

This release includes the latest and greatest Sanitize 3.0 gem, that is more HTML5-friendly and includes a new CSS sanitizer and many bug fixes. See the upstream release notes for details.

Sanitize-Rails API has not changed, but an old code smell has been removed by @jaygen - thanks!

Enjoy 😸

Fix regressions, improve tests

22 Apr 21:43
@vjt vjt
Compare
Choose a tag to compare

@damien fixed issue #8, and in the process he also improved the test suite, making the gem more solid and awesome. ❤️ to @damien! 😄

ActiveSupport::SafeBuffer, Test suite

14 Mar 00:59
@vjt vjt
Compare
Choose a tag to compare
  • Make .clean() return ActiveSupport::SafeBuffer strings
  • Add test suite