All Versions
29
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 3

  • v2021.5.27 Changes

    • โš  ci - fix expectedWarningCode not being validated.
    • ๐Ÿ ci - in windows, disable git-autocrlf.
    • deadcode - replace with assertion-check in function are_similar() - "if (a === b) { return true }".
    • deadcode - replace with assertion-check in function are_similar() superseded by id-check - "if (Array.isArray(b)) { return false; }".
    • deadcode - replace with assertion-check in function are_similar() superseded by is_weird() check - "if (a.arity === "function" && a.arity ===...c".
    • jslint - add directive test_internal_error.
    • ๐Ÿ‘• jslint - add directive unordered to tolerate unordered properties and params.
    • ๐Ÿ‘• jslint - inline-document each warning with cause that can reproduce it - part 1.
    • ๐Ÿ’… style - refactor code moving infix-operators from post-position to pre-position in multiline statements.
    • ๐Ÿ‘• website - add hotkey ctrl-enter to run jslint.
  • v2021.5.26 Changes

    • ci - fix ci silently failing in node-v12 and node-v14.
    • ๐Ÿ‘• cli - add env var JSLINT_CLI to force-trigger cli in jslint.js (used for code-coverage of cli).
    • ๐Ÿ‘• jslint - add "globalThis" to default globals.
    • jslint - add new rules unordered_param_a, unordered_property_a, that warn if parameters and properties are listed in nonascii-order.
    • ๐Ÿ‘• jslint - fix bug where (global) functionage missing properties finally and try.
    • ๐Ÿ‘• jslint - fix bug failing to parse unicode "\u{12345}".
    • ๐Ÿ‘• jslint - fix bug falsely warning against conditional-chaining-operator "?.".
    • ๐Ÿ‘• jslint - remove deadcode for preaction-binary-".".
    • jslint - remove deadcode warning bad_option_a.
    • website - add fork-me ribbon.
    • website - load index.html with example code.
    • ๐Ÿ”€ website - merge file report.js into browser.js.
  • v2021.5.23 Changes

    • doc - add section Changelog.
    • โšก๏ธ doc - update README.md with installation instructions.
    • ๐Ÿ‘• cli - merge shell-function shJslintCli into jslint.js.
    • โšก๏ธ jslint - update default globals with support for "import".
    • ๐Ÿ‘• jslint - sort warnings with higher priority for early_stop.
    • ๐Ÿ‘• jslint - add async/await support.
    • 0๏ธโƒฃ ci - make branch-beta the default branch.
    • ci - validate non-http/file links in *.md files.
    • ci - add shell-functions shCiBranchPromote.
  • v2021.5.21 Changes

    • ๐Ÿš€ this ci-release does not change any core-functionality of file jslint.js.
    • doc - add file CHANGELOG.md.
    • โœ… ci - begin addng regression tests and improve code-coverage.
    • ci - allow pull-requests to run restricted-ci (cannot upload artifacts).
    • ๐Ÿฑ gh-pages - fix missing assets and insecure http-links.
    • ๐Ÿ‘• gh-pages - merge file jslint.css into index.html.
    • ๐Ÿ‘• gh-pages - add files image-jslint-xxx.png.
    • gh-pages - cleanup asset naming-convention.
    • ๐Ÿ›  fix missing fonts in function.html and help.html.
    • โž• add files .gitconfig, Daley-Bold.woff2, Programma-Bold.woff2, icon-folder-open-solid.svg, icon-window-maximize-regular.svg.
    • ๐Ÿ‘• ci - fix http-links after moving to jslint-org.
    • doc - migrate file README to README.md with embedded ci links and screenshots.
    • ๐ŸŽ ci - add macos and windows to ci-matrix.
    • ๐Ÿ‘• ci - ci now fails if jslint-check fails for any of the files in branches.
    • ๐Ÿ‘• ci - add github-workflows to generate code-coverage for jslint.js.
  • v2020.11.6 Changes

    • ๐Ÿ‘• last jslint version before jslint-org migration.
  • v2018.4.25 Changes

    • ๐Ÿ‘• last jslint version written in commonjs.
  • v2017.11.6 Changes

    • ๐Ÿ‘• last jslint version written in es5.
  • v2014.7.8 Changes

    • ๐Ÿ‘• last jslint version before 2 year hiatus.
  • v2013.3.13 Changes

    • ๐Ÿ‘• last jslint version that can lint .html and .css files.