We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in order to reduce memory footprint and gain performance, use hast again for the vdom representation.
hast
The text was updated successfully, but these errors were encountered:
feat: use hast instead of jsdom
f0783da
fixes #11
feat: use hast instead of jsdom (#12)
bee0a0b
chore(release): 1.2.0 [skip ci]
4818922
# [1.2.0](v1.1.3...v1.2.0) (2022-03-16) ### Features * use hast instead of jsdom ([#12](#12)) ([bee0a0b](bee0a0b)), closes [#11](#11)
🎉 This issue has been resolved in version 1.2.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
tripodsan
Successfully merging a pull request may close this issue.
in order to reduce memory footprint and gain performance, use
hast
again for the vdom representation.The text was updated successfully, but these errors were encountered: