Releases: marko-js/htmljs-parser
Releases · marko-js/htmljs-parser
v5.0.4
Patch Changes
- #123
b8bfcd9
Thanks @DylanPiercey! - Comma will now always terminate a tag variable.
v5.0.3
Patch Changes
- #121
b1e68a3
Thanks @DylanPiercey! - Fix regression that causes incorrect expression continuations after regexps.
v5.0.2
Patch Changes
-
#119
28fde07
Thanks @DylanPiercey! - Support JS line comments inside the open tag (previously just block comments could be used). -
#119
28fde07
Thanks @DylanPiercey! - Support JS style comments in HTML bodies (previously allowed in parsed text and concise mode).
v5.0.1
Patch Changes
- #117
8bd3c40
Thanks @DylanPiercey! - Fix issue with onCloseTagStart not called for text mode tags (eg style, script, textarea & html-comment).
v5.0.0
Major Changes
- #114
14f3499
Thanks @DylanPiercey! - RenameonTagName
toonOpenTagName
.
Add a newonOpenTagStart
event (beforeonOpenTagName
).
Split theonCloseTag
event into three new events:onClosetTagStart
,onCloseTagName
&onCloseTagEnd
).
v4.0.0
Major Changes
- #112
2ad4628
Thanks @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
281750a
Thanks @DylanPiercey! - Rename publish script to release in order to avoid a double publish in the CI
v3.3.3
Patch Changes
- #101
9034f55
Thanks @DylanPiercey! - Parse tag variable type as an continuable expression.
v3.3.1
Patch Changes
- #95
c577179
Thanks @DylanPiercey! - Switch from semantic-release to changesets