Skip to content

v5.13.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 16:19
· 8 commits to main since this release

Minor Changes

  • #234 d67f9e6 Thanks @DylanPiercey! - In HTML mode, a whitespace-preceded >= in an unenclosed attribute value is now parsed as a comparison operator (eg <if=count >= 10>), and a whitespace-preceded > that looks like a split comparison (eg <if=count > 10>) now reports an error suggesting parentheses instead of silently ending the tag.

Patch Changes

  • #234 c2e874c Thanks @DylanPiercey! - In HTML mode, a "</" after a whitespace-terminated unenclosed attribute value is now treated as a close tag instead of being consumed as a less-than operator, and a close tag found before the open tag is closed reports a targeted error suggesting parentheses.