Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

BREAKING: 2.0.0

Compare
Choose a tag to compare
@mrdrogdrog mrdrogdrog released this 10 May 13:04
· 75 commits to main since this release

What's Changed

This update

  • updates minor and build dependencies
  • updates HTMLParser to v9
  • adds an ESM build along to the CJS build
  • bumps the required node version to v12
  • removes the transitive export of htmlparser because using transitive libs is bad practice
  • removes the default export. The function is still there but needs to be imported using brackets.

Full Changelog: v1.4.5...v2.0.0