posthtml-parser
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -0,3 +1,10 @@ | ||
## <small>0.7.1 (2021-02-15)</small> | ||
* perf: tag name type ([60ec0c1](https://github.com/posthtml/posthtml-parser/commit/60ec0c1)) | ||
## 0.7.0 (2021-02-09) | ||
* 0.7.0 ([5887ed4](https://github.com/posthtml/posthtml-parser/commit/5887ed4)) | ||
* build: default build cjs ([41b7b25](https://github.com/posthtml/posthtml-parser/commit/41b7b25)) | ||
@@ -4,0 +11,0 @@ * build: not generate dts ([662f8d9](https://github.com/posthtml/posthtml-parser/commit/662f8d9)) |
{ | ||
"name": "posthtml-parser", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "Parse HTML/XML to PostHTMLTree", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -20,3 +20,3 @@ import {ParserOptions} from 'htmlparser2'; | ||
export type NodeTag = { | ||
tag: string; | ||
tag?: string | boolean; | ||
attrs?: Attributes; | ||
@@ -23,0 +23,0 @@ content?: Node[]; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
32954
0