Releases: tc39/ecmarkup
Releases · tc39/ecmarkup
Version 14.1.0
- Allow specifying custom clause numbers by @nicolo-ribaudo in #473
- CSS: Fix very long words being cut off (word-wrap: break-word) by @12Me21 in #474
Version 14.0.1
Pin nwsapi in #472
This prevents updating to a version of a transitive dependency which a bug which stops emu-imports from working.
Version 14.0.0
This release changes the default license, in #462. You should be aware that adopting this version of ecmarkup will change the license under which your specification is being released.
Version 13.0.1
- tweak header name regex in #469
Version 13.0.0
The breaking change is the introduction of a parser for expressions in algorithm steps, in #464, which will reject many badly-formed texts (when using --lint-spec --strict
) which would previously have been accepted. That PR also augments the exported biblio in a backwards-compatible way (old biblios will still load) by the addition of a new "kind" property to algorithm entries.
Other changes:
- Don't link "remainder" unless followed by parentheses in #460
- Stop rejecting +HH:MM UTC offsets as positive-signed real numbers in #463
- Limit references pane width to match the main spec container in #459
- link non-wordchars AOs in #466
- fix rendering of d optional parameters in #465
- allow assets/toc to be specified in metadata with CLI in #467
Full Changelog: v12.1.1...v13.0.0
Version 12.1.1
Version 12.1.0
What's Changed
- Support for SOURCE_DATE_EPOCH in #440
- Look for structured-header
<emu-alg>
inside<ins>
/<del>
in #444 - Stop rejecting expanded-year dates as positive-signed real numbers in #445
- Check against a more complete list of non-Oxford spellings in #446
- Use raw grammar for production matching (fixes #448) in #449
- Better error message for old-style biblios in #451