Skip to content

v4.0.0

Latest

Choose a tag to compare

@caleb531 caleb531 released this 24 Jan 00:39
· 4 commits to main since this release
ba51ac4

YVS v4 is technically a major release, but actually a pretty straightforward one. There are no API changes beyond dropping Node 18 support. There are also several important fixes, so if you are using Node 20 and greater, then upgrading is highly recommended and should be very smooth.

  • Dropped Node 18 support
  • Fixed a bug where calling getReferencesMatchingPhrase would fail with the error Cannot read properties of undefined (reading 'toLowerCase')
  • Added proper handling for elements that have class attributes without values (when parsing HTML for reference content)