Skip to content

Commit 99388e6

Browse files
committed
html-to-text version 9.0.3
#269
1 parent 5ddab20 commit 99388e6

File tree

5 files changed

+23
-10
lines changed

5 files changed

+23
-10
lines changed

package-lock.json

+12-8
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
@@ -39,7 +39,7 @@
3939
"eslint-plugin-filenames": "^1.3.2",
4040
"eslint-plugin-import": "^2.26.0",
4141
"eslint-plugin-jsdoc": "^39.6.4",
42-
"mocha": "^10.1.0",
42+
"mocha": "^10.2.0",
4343
"rimraf": "^3.0.2",
4444
"rollup": "^2.79.1"
4545
}

packages/base/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"dependencies": {
1313
"@selderee/plugin-htmlparser2": "^0.10.0",
1414
"deepmerge": "^4.2.2",
15+
"dom-serializer": "^2.0.0",
1516
"htmlparser2": "^8.0.1",
1617
"selderee": "^0.10.0"
1718
}

packages/html-to-text/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## Version 9.0.3
4+
5+
* document the usage of metadata object;
6+
* explicitly mention `dom-serializer` dependency: [#269](https://github.com/html-to-text/node-html-to-text/issues/269).
7+
8+
All commits: [9.0.2...9.0.3](https://github.com/html-to-text/node-html-to-text/compare/9.0.2...9.0.3)
9+
310
## Version 9.0.2
411

512
* support multi-character code points in `encodeCharacters` option: [#267](https://github.com/html-to-text/node-html-to-text/issues/267).

packages/html-to-text/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-to-text",
3-
"version": "9.0.2",
3+
"version": "9.0.3",
44
"description": "Advanced html to plain text converter",
55
"keywords": [
66
"html",
@@ -50,6 +50,7 @@
5050
"dependencies": {
5151
"@selderee/plugin-htmlparser2": "^0.10.0",
5252
"deepmerge": "^4.2.2",
53+
"dom-serializer": "^2.0.0",
5354
"htmlparser2": "^8.0.1",
5455
"selderee": "^0.10.0"
5556
},

0 commit comments

Comments
 (0)