Releases: marko-js/htmljs-parser
Releases · marko-js/htmljs-parser
v5.0.3
Patch Changes
- #121
b1e68a3Thanks @DylanPiercey! - Fix regression that causes incorrect expression continuations after regexps.
v5.0.2
Patch Changes
-
#119
28fde07Thanks @DylanPiercey! - Support JS line comments inside the open tag (previously just block comments could be used). -
#119
28fde07Thanks @DylanPiercey! - Support JS style comments in HTML bodies (previously allowed in parsed text and concise mode).
v5.0.1
Patch Changes
- #117
8bd3c40Thanks @DylanPiercey! - Fix issue with onCloseTagStart not called for text mode tags (eg style, script, textarea & html-comment).
v5.0.0
Major Changes
- #114
14f3499Thanks @DylanPiercey! - RenameonTagNametoonOpenTagName.
Add a newonOpenTagStartevent (beforeonOpenTagName).
Split theonCloseTagevent into three new events:onClosetTagStart,onCloseTagName&onCloseTagEnd).
v4.0.0
Major Changes
- #112
2ad4628Thanks @DylanPiercey! - Switch character position offsets for newlines to be to similar to vscode. Previously the newline was counted as the first character of the line, now it is the last character of the previous line.
v3.3.6
Patch Changes
- #110
281750aThanks @DylanPiercey! - Rename publish script to release in order to avoid a double publish in the CI
v3.3.3
Patch Changes
- #101
9034f55Thanks @DylanPiercey! - Parse tag variable type as an continuable expression.
v3.3.1
Patch Changes
- #95
c577179Thanks @DylanPiercey! - Switch from semantic-release to changesets