Releases: marko-js/htmljs-parser
Releases · marko-js/htmljs-parser
v5.10.2
v5.10.1
Patch Changes
- #216
5d9c02cThanks @DylanPiercey! - Fix regression which incorrectly removed some whitespace in concise mode html blocks.
v5.10.0
Minor Changes
- #213
f64e525Thanks @DylanPiercey! - Add "isValidScriptlet" api.
v5.9.0
Minor Changes
- #199
d647d74Thanks @LuLaValva! - Remove boundary newlines and leading indent from concise mode text.
v5.8.2
Patch Changes
- #209
ae1be31Thanks @DylanPiercey! - Expose extra information about statement and attr value validity.
v5.8.1
Patch Changes
- #207
572cce0Thanks @DylanPiercey! - Use normal enum for TagType which allows easier usage in consuming packages.
v5.8.0
Minor Changes
- #204
9a637a3Thanks @DylanPiercey! - Add expression validator helpers.
v5.7.4
Patch Changes
- #197
9bf68beThanks @DylanPiercey! - Fix issue with arrow functions in type args/params.
v5.7.3
Patch Changes
- #195
442e7ccThanks @DylanPiercey! - Fix issue where arrow functions content was being parsed as types.
v5.7.2
Patch Changes
- #192
eed2eb1Thanks @DylanPiercey! - Fix regression where typescript unary operators were being used in javascript contexts.