Skip to content

v5.4.1

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Mar 22:14
· 15 commits to main since this release

Patch Changes

  • #156 72b3379 Thanks @DylanPiercey! - Fix regression where the parser would continue unary keyword expressions even if the keyword was inside a word boundary. Eg <div class=thing_new x> would cause the parser to see the expression as thing_ and new x.