Skip to content

Releases: tc39/ecmarkup

Version 16.0.1

25 Jan 20:20
Compare
Choose a tag to compare

What's Changed

  • Fix some minor issues and inconsistencies in string handling in #501
  • Match synthesized selectable counter markers to the context list in #504
  • Exempt script and style element contents from inspection in #511
  • "one of" is an alias for "either" in #514

Version 16.0.0

27 Nov 18:28
Compare
Choose a tag to compare

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

20 Oct 02:15
Compare
Choose a tag to compare

What's Changed

  • expr-parser: "for some" counts as a declaration in #496

Version 15.0.3

20 Oct 01:48
Compare
Choose a tag to compare

What's Changed

  • relax restrictions on '...' in parameter lists in #495
  • spelling rules only apply to whole words in 9ef61ed

Version 15.0.2

17 Oct 22:44
Compare
Choose a tag to compare

What's Changed

  • expression parser: skip contents of <del> tags in #494

Version 15.0.1

17 Oct 21:31
Compare
Choose a tag to compare

What's Changed

  • lint spelling of "non-empty" in #484
  • handle a couple of entity edge cases in #489
  • formatter: render numeric character references like named ones in #490
  • do not include deleted params in header signature in #492

Version 15.0.0

08 Sep 02:58
Compare
Choose a tag to compare

No API changes, but #481 and #483 are almost certain to require integration work in consumers using the formatter or linter respectively, so I'm calling this major.

  • formatter: render HTML entities in #481
  • lint for used-but-not-declared and declared-but-not-used variables in algorithms in #483
  • lint against unknown step attributes in #482

Version 14.1.3

31 Aug 17:36
Compare
Choose a tag to compare

expr-parser: skip tags in records in #480

Version 14.1.2

30 Aug 15:39
Compare
Choose a tag to compare

continue processing ecmarkdown after comments in #479

Version 14.1.1

19 Aug 21:05
Compare
Choose a tag to compare

expr-parser: handle negated calls in #478