Skip to content

Tags: freddyb/ammonia

Tags

v3.0.0

Toggle v3.0.0's commit message
Merge rust-ammonia#124

124: Use preferred syntax for the license r=lnicola a=lnicola



Co-authored-by: Laurențiu Nicola <lnicola@users.noreply.github.com>

v2.1.2

Toggle v2.1.2's commit message
Merge rust-ammonia#119

119: Release 2.1.2 r=lnicola a=notriddle

Fixes rust-ammonia#117 

Co-authored-by: Michael Howell <michael@notriddle.com>

v2.1.1

Toggle v2.1.1's commit message
Merge rust-ammonia#116

116: Prepare 2.1.1 release r=lnicola a=lnicola



Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>

v2.1.0

Toggle v2.1.0's commit message
Merge rust-ammonia#113

113: Fix handling of deeply nested tags r=notriddle a=notriddle

Release 2.1.0

Co-authored-by: Michael Howell <michael@notriddle.com>

v2.0.0

Toggle v2.0.0's commit message
Merge rust-ammonia#105

105: Release 2.0 r=Eijebong a=notriddle



Co-authored-by: Michael Howell <michael@notriddle.com>

v1.2.0

Toggle v1.2.0's commit message
Merge rust-ammonia#101

101: Release 1.2 r=Eijebong a=notriddle

# 1.2.0

* Recognize `action`, `formaction` and `ping` as [URL attributes](https://html.spec.whatwg.org/multipage/indices.html#attributes-3) for scheme and origin filtering
* Add [`Builder::url_filter_map`] which allows URLs, both relative and absolute, to be pre-filtered

[`Builder::url_filter_map`]: https://docs.rs/ammonia/1.1/ammonia/struct.Builder.html#method.url_filter_map

Co-authored-by: Michael Howell <michael@notriddle.com>

v1.1.0

Toggle v1.1.0's commit message
Merge rust-ammonia#94

94: Release 1.1.0 r=notriddle a=notriddle

Closes rust-ammonia#93

v1.0.1

Toggle v1.0.1's commit message
Merge rust-ammonia#88

88: Release 1.0.1 r=notriddle a=notriddle

v1.0.0

Toggle v1.0.0's commit message
Merge rust-ammonia#74

74: Release 1.0.0 r=lnicola a=notriddle

v1.0.0-rc3

Toggle v1.0.0-rc3's commit message
Merge rust-ammonia#78

78: Release 1.0.0-RC3 r=lnicola a=notriddle

Changes since RC2:

* Do not run the custom URL resolver on absolute URLs
* Update to html5ever 0.21