Releases: marko-js/htmljs-parser
Releases · marko-js/htmljs-parser
v5.6.2
v5.6.1
Patch Changes
- #182
7c4f4c3
Thanks @DylanPiercey! - Fix regression caused by indented statement parsing.
v5.6.0
Minor Changes
- #180
22bfdda
Thanks @DylanPiercey! - When parsing statements, consume any indented content without errors.
v5.5.4
Patch Changes
- #178
06f4716
Thanks @LuLaValva! - Fix operator-terminated comments in scriptlets
v5.5.3
Patch Changes
- #175
4fcee24
Thanks @LuLaValva! - Add support forsatisfies
v5.5.2
Patch Changes
- #171
aa98807
Thanks @DylanPiercey! - Upgrade dependencies and configs
v5.5.1
Patch Changes
- #168
3a696d0
Thanks @DylanPiercey! - When the preceding character of an expression is a quote, prefer division over regexp state. This improves parsing for inline css grid properties.
v5.5.0
Minor Changes
- #164
13a33a3
Thanks @DylanPiercey! - Allow indented javascript style comments that are not under a parent tag in concise mode.
v5.4.3
Patch Changes
-
#161
be73442
Thanks @DylanPiercey! - Fixes a regression where the parsed text state (used by egscript
,style
) was not properly entering back into text for the closing quote on the string. -
#162
085451c
Thanks @DylanPiercey! - Always consume next character of expression if terminator was preceded by an operator.
v5.4.2
Patch Changes
- #158
fe98530
Thanks @DylanPiercey! - Fixes an regression where string literals inside of parsed text nodes (eg<script>
) were not properly changing the parser state. This caused issues when comment like syntax was embedded within these string literals"