- jslint-ecma - Update README.md, documenting supported ES2015+ features.
- jslint-ecma - Unify ES2015-destructure-logic into function prefix_destructure().
- jslint-ci - Add shell-function shGithubPrUpdatePrxxx() to auto-update 'PR-xxx' placeholder to next sequential github issue/pull number.
- jslint-ci - Rename shell-functions shGitPullrequestXxx() to shGithubPrXxx().
- jslint - Update warning infix_in to recommend Object.hasOwn() over hasOwnProperty().
- jslint-ecma - Add ES2025-feature RegExp Modifiers.
- jslint-ecma - Add ES2022-feature RegExp Match Indices.
- jslint-ecma - Add ES2021-feature Logical Assignment Operators.
- jslint-ecma - Add ES2027-feature Temporal.
- jslint-ecma - Expand ES2015-feature-support for destructuring.
- jslint-ecma - Add ES2018-feature Rest/Spread Properties.
- jslint-ecma - Add ES2018-feature s (dotall) flag for regular expressions.
- jslint-ecma - Expand ES2015-feature-support for es-module-import-statement.
- jslint-ecma - Add ES2023-feature ShadowRealm to global-scope.
- jslint-ecma - Add ES2024-feature .isWellFormed(), .toWellFormed() for literal string.
- jslint-ecma - Add ES2022-feature .at() for literal string/array.
- jslint-ecma - Add ES2025-feature Float16Array to global-scope.
- jslint-ecma - Relax warning for ES2025-feature RegExp.escape().
- jslint-ecma - Add ES2021-feature WeakRef to global-scope.
- jslint-ecma - Update ES2015-feature arrow, to continue parsing unwrapped-form with warning, instead of stopping.
- jslint - Relax warning on multiline-method-chaining.
- jslint - Replace all non-return 'stop(...);' with 'return stop(...)'.
- jslint - Unify ES2018-syntax-spread-operator with function prefix_ellipsis().
- jslint - Add ES2018-syntax for object-literal-spread-operator.
- jslint - Add ES2025-syntax 'import ... with {...}'.
- jslint - Allow more methods to be called on literal strings and arrays; make allowed methods for . and ?. consistent.
What's Changed
-
- jslint - Allow more methods to be called on literal strings . . . by @rob-legrand in #494
-
- jslint - Add ES16-syntax "import ... with {...}". by @kaizhu256 in #496
-
- jslint - Add ES2018-syntax for object-literal-spread-operator. by @kaizhu256 in #497
-
- jslint - Relax warning on multiline-method-chaining. by @kaizhu256 in #498
-
- jslint-ecma - Update README.md, documenting supported ES2015+ features. by @kaizhu256 in #499
-
- jslint-ecma - Unify ES2015-destructure-logic into function prefix_destructure(). by @kaizhu256 in #500
-
v2026.6.30 by @kaizhu256 in #501
Full Changelog: v2026.4.30...v2026.6.30