v5.4.1
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 asthing_
andnew x
.