Breaking changes
- JSDOM is replaced with linkedom, which makes our JavaScript port SSR-friendly. #888
- The deprecated
HTMLProcessor.applyElement
method is deleted. #926
What's Changed
- Add exports in package.json by @tushuhei in #892
- Remove duplicate NodeType definition by @tushuhei in #904
- Replace JSDOM with linkedom by @tushuhei in #905
- Isolate functions only used by tests by @tushuhei in #906
- Delete the deprecated
applyElement
function by @tushuhei in #926
Full Changelog: v0.6.4...v0.7.0