Skip to content

Tags: rust-ammonia/ammonia

Tags

v2.0.0

Toggle v2.0.0's commit message
Merge #105

105: Release 2.0 r=Eijebong a=notriddle



Co-authored-by: Michael Howell <[email protected]>

v1.2.0

Toggle v1.2.0's commit message
Merge #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 <[email protected]>

v1.1.0

Toggle v1.1.0's commit message
Merge #94

94: Release 1.1.0 r=notriddle a=notriddle

Closes #93

v1.0.1

Toggle v1.0.1's commit message
Merge #88

88: Release 1.0.1 r=notriddle a=notriddle

v1.0.0

Toggle v1.0.0's commit message
Merge #74

74: Release 1.0.0 r=lnicola a=notriddle

v1.0.0-rc3

Toggle v1.0.0-rc3's commit message
Merge #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

v1.0.0-rc2

Toggle v1.0.0-rc2's commit message
Merge #72

72: Update CHANGELOG.md r=notriddle a=notriddle

Add `id_prefix` to the changelog

v1.0.0-rc1

Toggle v1.0.0-rc1's commit message
Merge #50

50: Release 1.0-rc1 r=Eijebong ,notriddle ,lnicola a=notriddle

v0.7.0

Toggle v0.7.0's commit message
Merge #28

28: Fix a bug in the traversal code r=Eijebong a=notriddle

Reported via IRC.

v0.6.1

Toggle v0.6.1's commit message
Merge #29

29: Fix traversal (0.6.1) r=Eijebong a=notriddle