Skip to content

Commit 0db4129

Browse files
committed
0.11.0
1 parent d1cdcc6 commit 0db4129

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1+
## 0.11.0 (2022-02-25)
2+
3+
* build: update deps ([d1cdcc6](https://github.com/posthtml/posthtml-parser/commit/d1cdcc6))
4+
* test: add tests for `recognizeNoValueAttribute` option ([a2a2aa3](https://github.com/posthtml/posthtml-parser/commit/a2a2aa3))
5+
* docs: add description for `recognizeNoValueAttribute` option ([f9b165d](https://github.com/posthtml/posthtml-parser/commit/f9b165d))
6+
* feat: add `recognizeNoValueAttribute` option for issue #75 ([b992f28](https://github.com/posthtml/posthtml-parser/commit/b992f28)), closes [#75](https://github.com/posthtml/posthtml-parser/issues/75)
7+
8+
9+
110
## <small>0.10.2 (2022-01-17)</small>
211

12+
* 0.10.2 ([8dffdba](https://github.com/posthtml/posthtml-parser/commit/8dffdba))
313
* Decrease package size ([20d81a8](https://github.com/posthtml/posthtml-parser/commit/20d81a8)), closes [#85](https://github.com/posthtml/posthtml-parser/issues/85)
414

515

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthtml-parser",
3-
"version": "0.10.2",
3+
"version": "0.11.0",
44
"description": "Parse HTML/XML to PostHTMLTree",
55
"license": "MIT",
66
"repository": "posthtml/posthtml-parser",

0 commit comments

Comments
 (0)