File tree 2 files changed +13
-5
lines changed
2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## v0.3.3
4
4
5
5
### Added
6
6
7
- - Add ` Element::{start_tag, is_self_closing} ` (#148 )
8
- - Add ` Doctype::Remove ` (#129 )
9
- - Implement ` Eq ` for all types that implement ` PartialEq ` (#146 )
7
+ - Support dynamic charset change on meta tags in HtmlRewriter. (#162 )
8
+ - Add ` Element::can_have_content ` . (#163 )
9
+
10
+ ## v0.3.2
11
+
12
+ ### Added
13
+
14
+ - Add ` Doctype::remove ` . (#129 )
15
+ - Add ` Element::start_tag() ` and ` Element::is_self_closing() ` . (#148 )
16
+ - Add mutation methods to ` StartTag ` and ` EndTag ` . (#148 )
17
+ - Implement ` Eq ` for all types that implement ` PartialEq ` . (#146 )
10
18
11
19
### Fixed
12
20
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " lol_html"
3
- version = " 0.3.2 "
3
+ version = " 0.3.3 "
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