Skip to content

Commit cfa4146

Browse files
authored
Release v0.3.3. (#167)
1 parent f7d02b2 commit cfa4146

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGELOG.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
# Changelog
22

3-
## Unreleased
3+
## v0.3.3
44

55
### Added
66

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)
1018

1119
### Fixed
1220

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lol_html"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
authors = ["Ivan Nikulin <inikulin@cloudflare.com, ifaaan@gmail.com>"]
55
license = "BSD-3-Clause"
66
description = "Streaming HTML rewriter/parser with CSS selector-based API"

0 commit comments

Comments
 (0)