Releases: tc39/ecmarkup
Releases · tc39/ecmarkup
Release list
Version 25.0.2
What's Changed
- Add "internal method" awareness to JS menu searching by @gibson042 in #727
Version 25.0.1
What's Changed
- Include the URL path prefix (e.g.,
/ecma262/) in all redirections by @gibson042 in #713 - Handle <ins>/<del> tags in operation return types by @gibson042 in #723
- support del params by @bakkot in #724
- Remove the EMU-ANNEX exception in
checkVariableUsageby @gibson042 in #716
Version 25.0.0
What's Changed
- Internal method linking in #711
Version 24.2.1
What's Changed
- add an exception to the for-each-of lint rule for interval iteration by @michaelficarra in #709
Full Changelog: v24.2.0...v24.2.1
Version 24.2.0
What's Changed
- reject AO headers with duplicate parameter names by @michaelficarra in #689
- add support for IfAbruptCloseIterators when marking exit steps by @michaelficarra in #688
- add new lints matching some ECMA-262 editorial conventions by @michaelficarra in #693
- Improve searchbox event handling by @gibson042 in #695
- add lint rule to catch for-each-in by @michaelficarra in #691
- add a new lint for preferring
throwoverreturn ThrowCompletion(...)by @michaelficarra in #692 - Document
--no-minifyby @gibson042 in #700 - Update styles to cycle through decimal/alpha/roman until nesting level 9 by @linusg in #699
- When formatting, replace inline ASCII quotes with typographic quotes by @gibson042 in #701
- Verify code formatting in CI by @gibson042 in #704
- mark generated baselines to hide them from diffs by @michaelficarra in #706
- isolate pin storage by path by @michaelficarra in #705
- Make a sticky preference for single-page vs. multi-page views by @gibson042 in #694
- DRY out the search result ::before styles by @gibson042 in #697
- Unify and improve cancellation buttons by @gibson042 in #696
New Contributors
Full Changelog: v24.1.0...v24.2.0
Version 24.1.0
What's Changed
- Disallow mutating variables after they are captured by @nicolo-ribaudo in #680
- Lint against re-declaring parameters by @nicolo-ribaudo in #679
- run minifiers on ecmarkup outputs and assets by @michaelficarra in #681
- fix issues with minify feature by @michaelficarra in #685
- add a visual indicator to AC bodies by @michaelficarra in #684
- add optional marker for early exits in algorithm steps by @michaelficarra in #683
Version 24.0.0
What's Changed
- Breaking: now requires node 24+
- convert tests to TypeScript in #672
- add type="built-in function" in #676
Full Changelog: v23.0.2...v24.0.0
Version 23.0.2
What's Changed
- fix search to handle existence of concrete method biblio entries in #670
Version 23.0.1
What's Changed
- switch to trusted publishing in #669
Version 23.0.0
What's Changed
- [breaking] Improve linking for abstract&concrete methods by @nicolo-ribaudo in #666
- do not apply padding to normative-optional ul/ol/span in #668