Releases: tc39/ecmarkup
Releases · tc39/ecmarkup
Version 16.1.0
The primary feature of this version (by pulling in tc39/ecmarkdown#96) is that now you can click [[FieldNames]]
to highlight other uses of those names within the current algorithm, as already happens for variable names.
Also the variable use/def rule should now work better in the presence of <ins>
/<del>
tags.
Version 16.0.1
Version 16.0.0
The breaking change is
- remove special treatment of "the result of evaluating" in #497
This is only relevant to documents using mark-effects, and is unlikely to affect specifications other than ecma-262 (which will require a small tweak to manually annotate the last remaining two uses of that phrase).
Also includes
- rephrase algorithm lint rules in terms of parsed lines in #498
Version 15.0.4
What's Changed
- expr-parser: "for some" counts as a declaration in #496
Version 15.0.3
Version 15.0.2
What's Changed
- expression parser: skip contents of
<del>
tags in #494
Version 15.0.1
Version 15.0.0
Version 14.1.3
expr-parser: skip tags in records in #480
Version 14.1.2
continue processing ecmarkdown after comments in #479