Skip to content

Commit

Permalink
chore: release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lomirus committed Nov 14, 2023
1 parent eef8919 commit 521327a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# CHANGELOG

## v0.7.0 (2023-11-14)

- Add `replace_with()` method in `Editable` trait in #14 by @lomirus.
- Improve autocomplete performance in `try_parse` from O(n!) to O(n^2) in #16 by @lomirus.

## v0.6.1 (2023-04-22)

Same as v0.6.0 as the v0.6.0 was yanked for mis-publishing of the wrong commit.
Same as v0.6.0, as the v0.6.0 was yanked for mis-publishing of the wrong commit.

## v0.6.0 (2023-04-22)

Expand All @@ -19,11 +26,11 @@ Same as v0.6.0 as the v0.6.0 was yanked for mis-publishing of the wrong commit.

- Refactor `Node::Element { name, attr, children }` into `Node::Element(Element)` in #8 by @arduano.
- Remove `Node::into_element(self)` in #8 by @arduano.
- Implement `From<&str>` instead of ordinary trait method for `Selector` @lomirus.
- Implement `From<&str>` instead of ordinary trait method for `Selector` @lomirus.

### Performance

- Improve the performance (3~10 times faster) when parsing large html file by @lomirus.
- Improve the performance (3~10 times faster) when parsing large html file by @lomirus.

## v0.5.2 (2022-08-21)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "html_editor"
version = "0.6.1"
version = "0.7.0"
edition = "2021"
authors = ["Lomirus"]
description = "Pure and simple HTML parser and editor."
Expand Down

0 comments on commit 521327a

Please sign in to comment.