Do not consider empty href
attributes as redundant
This commit is contained in:
parent
dc43362203
commit
1d9a930fb6
2 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
## Pending
|
||||
|
||||
- [Node.js] Fix assertion failure panic on invalid argument type.
|
||||
- Do not consider empty `href` attributes as redundant.
|
||||
|
||||
## 0.10.7
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"private": true,
|
||||
"dependencies": {
|
||||
"@types/node": "^16.4.13",
|
||||
"@wzlin/html-data": "^2022032722.0.0",
|
||||
"@wzlin/html-data": "2023013104.0.0",
|
||||
"ts-node": "^10.2.0",
|
||||
"typescript": "^4.3.5"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue