Skip to content

Commit 8e29e2d

Browse files
committed
Release v0.4.0.
1 parent 379da4b commit 8e29e2d

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
11
# Changelog
22

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+
315
## v0.3.3
416

517
### Added
618

719
- Support dynamic charset change on meta tags in HtmlRewriter. (#162)
8-
- Add `Element::can_have_content`. (#163)
20+
- Add `Element::can_have_content()`. (#163)
921

1022
## v0.3.2
1123

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.3"
3+
version = "0.4.0"
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)