Changelog for
ruby2.3-rubygem-sanitize-4.0.0-2.6.x86_64.rpm :
Tue Apr 21 14:00:00 2015 cooloAATTsuse.com
- updated to version 4.0.0
Mon Feb 23 13:00:00 2015 cooloAATTsuse.com
- updated to version 3.1.2
Mon Feb 9 13:00:00 2015 cooloAATTsuse.com
- updated to version 3.1.1, see HISTORY.md
Mon Oct 13 14:00:00 2014 cooloAATTsuse.com
- adapt to new rubygem packaging
Thu Feb 6 13:00:00 2014 cooloAATTsuse.com
- updated to version 2.1.0
* Added support for whitelisting arbitrary HTML5 `data-
*` attributes. Use the
symbol `:data` instead of an attribute name in the `:attributes` config to
indicate that arbitrary data attributes should be allowed on an element.
* Added the following elements to the relaxed config: `address`, `bdi`, `hr`,
and `summary`.
* Fixed: A colon (`:`) character in a URL fragment identifier such as `#foo:1`
was incorrectly treated as a protocol delimiter. [AATTheathd - #87][87]
[87]:https://github.com/rgrove/sanitize/pull/87
Sun Jul 21 14:00:00 2013 cooloAATTsuse.com
- updated to version 2.0.6
* Fixed: Version 2.0.5 inadvertently included some work-in-progress changes that
shouldn\'t have made their way into the master branch. This is what happens
when I release before coffee instead of after.
* Loosened the Nokogiri dependency back to >= 1.4.4 to allow Sanitize to coexist
in newer Rubies with other libraries that restrict Nokogiri to 1.5.x for 1.8.7
compatibility. Sanitize still no longer supports 1.8.7, but this should make
life easier for people who need those other libs.
Thu Jun 13 14:00:00 2013 cooloAATTsuse.com
- updated to version 2.0.4
* Added `Sanitize.clean_document`, which sanitizes a full HTML document rather
than just a fragment. [Ben Anderson]
* Nokogiri dependency bumped to 1.6.x.
* Dropped support for Ruby versions older than 1.9.2.
Fri Dec 28 13:00:00 2012 cooloAATTsuse.com
- initial package (version 2.0.3)