Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbbot committed Jan 18, 2022
1 parent d7112ad commit 4821111
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 114 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# 🚧 Changelog

## 0.4.0

- Add support for `Element#onEndTag`
- Add support for the
[`html_rewriter_treats_esi_include_as_void_tag`](https://developers.cloudflare.com/workers/platform/compatibility-dates#htmlrewriter-handling-of-esiinclude)
compatibility flag
- Throw a `TypeError` instead of a `string` when a content token is used outside
the relevant content handler

## 0.3.3

- Make `Promise` detection for async handlers stricter
Expand All @@ -12,7 +21,7 @@

## 0.3.1

- Change the return type of `Element.attributes` to `IterableIterator`
- Change the return type of `Element#attributes` to `IterableIterator`
- Bind handlers' `this` in Rust

## 0.3.0
Expand Down
134 changes: 22 additions & 112 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html-rewriter-wasm",
"version": "0.3.3",
"version": "0.4.0",
"description": "WebAssembly version of HTMLRewriter",
"main": "dist/html_rewriter.js",
"types": "dist/html_rewriter.d.ts",
Expand Down

0 comments on commit 4821111

Please sign in to comment.