8.0.0
Migrate
- Node.js 12 is no longer supported, use Node 14.14+ or later
- if you passed a file, please pass it in options:
{file: file}
- if you used
complex-types.d.ts
, please useindex.d.ts
instead
Change
- 5414bb6 Update to
parse5@7
by @wooorm in #17 - 409ad69 Replace
complex-types.d.ts
withindex.d.ts
- d1d95a1 Remove support for
file
as parameter
Fix
- b83ec5f Fix to reexport
Raw
frommdast-util-to-hast
- e66705a Fix rcdata, rawtext, script data, and plaintext states
- 8e7f703 Add improved error message for MDX nodes
- 9910e6b Fix to deep clone unknown nodes
Misc
- 2ff6c95 Add improved docs
Full Changelog: 7.2.3...8.0.0