Skip to content

Bugfixes, improved backcompat parsing, and experimental language parsing

Compare
Choose a tag to compare
@aaronpk aaronpk released this 27 May 15:33
· 255 commits to main since this release
v0.3.2

This release includes the following fixes:

  • #89 - Fixed parsing empty img alt="" attributes
  • #91 - Ignore rel values from HTML tags that don't allow rel values
  • #57 - Implement hAtom rel=bookmark backcompat
  • #94 - Fixed HTML output when parsing e-* properties
  • #88 - Fix for implied photo parsing
  • #102 - Ignore classes with numbers or capital letters
  • #111 - Improved backcompat parsing
  • #106 - Send Accept: text/html header when using the fetch method
  • #114 - Parse poster attribute for video tags
  • #118 - Fixes parsing elements with missing attributes
  • #97 - Experimental language parsing
  • #121 - Fixed language detection to support HTML fragments
  • #123 - Moved language parsing behind feature flag
  • Tests now use microformats/tests repo