Skip to content

Releases: tc39/ecmarkup

Version 9.1.0

23 Aug 20:05
Compare
Choose a tag to compare

Adds two new lint rules, which may break your build if you are using --lint-spec --strict.

Version 9.0.2

23 Aug 16:06
Compare
Choose a tag to compare
v9.0.2

Version 9.0.2

Version 9.0.1

23 Aug 16:01
Compare
Choose a tag to compare
v9.0.1

Version 9.0.1

v3.9.2: Don't emit ECMA-style title boilerplate unless stage or versi…

19 Dec 23:26
Compare
Choose a tag to compare
  • Now won't emit ECMA-style boilerplate if you omit version and stage frontmatter attributes. This makes Ecmarkup play nicer for documents that just want a title (eg. the Ecmarkup docs themselves).

3.9.0

19 Dec 20:41
Compare
Choose a tag to compare
  • Update the biblio file to latest spec draft (this also has the effect of fixing clause xrefs to titles containing unprocessed ecmarkup).
  • Exit with 1 when there are build failures.
  • Spaces after !/? annotations in algorithms are now non-breaking.
  • Added a new type of note - Editor's note! <emu-note type=editor>Note to the editors!</emu-note>.

Version 3.2.6

09 May 20:54
Compare
Choose a tag to compare
  • Autolinks to dfns may now contain extra spaces and linebreaks where the term contains a space (eg. "strict\nmode" will autolink to "strict mode".
  • Dfns containing one or more spaces will link to terms with only one space (eg. "strict\nmode" will autolink to "strict mode")

Version 3.2.4

09 May 17:50
Compare
Choose a tag to compare
  • Allows auto-linking outside of clauses (#90, #91).
  • Fix a minor JSDom upgrade-related bug.

Version 3.2.3

06 May 22:12
Compare
Choose a tag to compare

This release simply updates JSDom to 9.0.0 which brings with it some pretty major performance wins.

Version 3.2.2

29 Apr 19:16
Compare
Choose a tag to compare

These notes describe all the changes since version 3.0.0.

  • No longer auto-link terms and algorithms inside anchors and var tags.
  • Pre+code blocks have their leading and trailing whitespace trimmed and indentation normalized based on the initial indentation level. This means you don't have to start your code sample on the same line as the pre+code tags.
  • Added .ins and .del classes for table rows and list items (#81)
  • Updated to Grammarkdown 1.0.1 (fixed a few grammar rendering issues).
  • Added a namespace element to clauses. Anything defined in a namespaced clause is defining within the namespace only. This is useful for when you want to include some example productions or algorithms that have the same name as actual productions or algorithms located elsewhere in the spec (eg. ECMA262's Notational Conventions clause).
  • Updated biblio to ES2016.
  • Numerous bug fixes.

Version 2.8.0

21 Oct 23:01
Compare
Choose a tag to compare

This release adds a quick search box to the floating menu that will fuzzily search clause numbers and titles, abstract operation names, and grammar production names. A global shortcut "" is available to begin searching. Press enter to select the top item.