Skip to content

Releases: marko-js/htmljs-parser

v5.0.3

19 Jul 14:32
b877225
Compare
Choose a tag to compare

Patch Changes

v5.0.2

08 Jul 22:26
c91aa55
Compare
Choose a tag to compare

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

27 Jun 22:20
112cf54
Compare
Choose a tag to compare

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

22 Jun 16:26
963c28d
Compare
Choose a tag to compare

Major Changes

  • #114 14f3499 Thanks @DylanPiercey! - Rename onTagName to onOpenTagName.
    Add a new onOpenTagStart event (before onOpenTagName).
    Split the onCloseTag event into three new events: onClosetTagStart, onCloseTagName & onCloseTagEnd).

v4.0.0

20 Jun 21:04
b79698c
Compare
Choose a tag to compare

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

01 Jun 20:31
e6317f3
Compare
Choose a tag to compare

Patch Changes

v3.3.3

04 May 20:57
Compare
Choose a tag to compare

Patch Changes

v3.3.1

26 Apr 19:45
Compare
Choose a tag to compare

Patch Changes

v3.3.0

14 Apr 17:01
873e5fa
Compare
Choose a tag to compare

3.3.0 (2022-04-14)

Features

  • add typescript keywords, avoid multi line expressions (873e5fa)

v3.2.3

05 Apr 04:06
9e8ebcf
Compare
Choose a tag to compare
v3.2.3 Pre-release
Pre-release

3.2.3 (2022-04-05)

Bug Fixes

  • bring back expression eol operator continuation (9e8ebcf)