Skip to content

Commit a7db894

Browse files
docs(readme): add migration v6
1 parent 0a48410 commit a7db894

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,12 @@ parse('<p> </p>', { trim: true }); // React.createElement('p')
445445

446446
## Migration
447447

448+
### v6
449+
450+
Changed build target from `es5` to `es2016`.
451+
452+
[html-dom-parser](https://github.com/remarkablemark/html-dom-parser) has been upgraded to [v7](https://github.com/remarkablemark/html-dom-parser/releases/tag/v7.0.0) and [domhandler](https://github.com/fb55/domhandler) has been upgraded to [v6](https://github.com/fb55/domhandler/releases/tag/v6.0.1).
453+
448454
### v5
449455

450456
Migrated to TypeScript. CommonJS imports require the `.default` key:

0 commit comments

Comments
 (0)