Skip to content

Commit d725e83

Browse files
committed
0.9.0
1 parent b7bade4 commit d725e83

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

changelog.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1+
## 0.9.0 (2021-05-11)
2+
3+
* Add description to docs ([d61007b](https://github.com/posthtml/posthtml-parser/commit/d61007b))
4+
* Move location tracker to a separate file and refactor into class ([7d6f76b](https://github.com/posthtml/posthtml-parser/commit/7d6f76b))
5+
* feat: add optional support for source locations ([6faf50d](https://github.com/posthtml/posthtml-parser/commit/6faf50d))
6+
7+
8+
19
## <small>0.8.5 (2021-05-06)</small>
210

11+
* 0.8.5 ([14d353e](https://github.com/posthtml/posthtml-parser/commit/14d353e))
312
* perf: content two dimensional array ([8373816](https://github.com/posthtml/posthtml-parser/commit/8373816))
413

514

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthtml-parser",
3-
"version": "0.8.5",
3+
"version": "0.9.0",
44
"description": "Parse HTML/XML to PostHTMLTree",
55
"license": "MIT",
66
"repository": "posthtml/posthtml-parser",

0 commit comments

Comments
 (0)