Commit 8e29e2d 1 parent 379da4b commit 8e29e2d Copy full SHA for 8e29e2d
File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.4.0
4
+
5
+ ### Added
6
+
7
+ - Added method ` TextChunk::as_mut_str() ` and ` TextChunk::set_str() ` for in-place modifications to the text in a
8
+ ` TextChunk ` . (#175 )
9
+
10
+ ### Changed
11
+
12
+ - Modified method ` Element::on_end_tag() ` to support multiple handlers. This is a breaking change since the old
13
+ semantics of the method was to overwrite any previously set handler. (#177 )
14
+
3
15
## v0.3.3
4
16
5
17
### Added
6
18
7
19
- Support dynamic charset change on meta tags in HtmlRewriter. (#162 )
8
- - Add ` Element::can_have_content ` . (#163 )
20
+ - Add ` Element::can_have_content() ` . (#163 )
9
21
10
22
## v0.3.2
11
23
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " lol_html"
3
- version = " 0.3.3 "
3
+ version = " 0.4.0 "
4
4
authors = [" Ivan Nikulin <inikulin@cloudflare.com, ifaaan@gmail.com>" ]
5
5
license = " BSD-3-Clause"
6
6
description = " Streaming HTML rewriter/parser with CSS selector-based API"
You can’t perform that action at this time.
0 commit comments