File rubygem-sanitize.changes of Package rubygem-sanitize
-------------------------------------------------------------------
Tue Apr 21 04:30:53 UTC 2015 - coolo@suse.com
- updated to version 4.0.0
-------------------------------------------------------------------
Mon Feb 23 05:30:10 UTC 2015 - coolo@suse.com
- updated to version 3.1.2
-------------------------------------------------------------------
Mon Feb 9 08:06:40 UTC 2015 - coolo@suse.com
- updated to version 3.1.1, see HISTORY.md
-------------------------------------------------------------------
Mon Oct 13 18:44:15 UTC 2014 - coolo@suse.com
- adapt to new rubygem packaging
-------------------------------------------------------------------
Thu Feb 6 18:00:13 UTC 2014 - coolo@suse.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. [@heathd - #87][87]
[87]:https://github.com/rgrove/sanitize/pull/87
-------------------------------------------------------------------
Sun Jul 21 06:32:19 UTC 2013 - coolo@suse.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 05:25:48 UTC 2013 - coolo@suse.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:01:28 UTC 2012 - coolo@suse.com
- initial package (version 2.0.3)