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

Changelog History
Page 1

  • v2022.9.20 Changes

    • directive - add new directive fart to allow complex fat-arrow
  • v2022.7.20 Changes

    • ๐Ÿ›  bugfix - warnings that should be ignored sometimes suppress legitimate warnings
    • ๐Ÿ‘• doc - document jslint directives
    • ๐Ÿ‘• vscode - add extra contextmenu commands "JSLint - Do Not Lint Selected Region", "JSLint - Ignore Current Line"
  • v2022.6.21 Changes

    • ๐Ÿ‘• directive - add new directive subscript for linting of scripts targeting Google Closure Compiler
    • ๐Ÿ›  bugfix - fix expression after "await" mis-identified as statement
    • โš  warning - relax warning about missing catch in try...finally statement
    • ๐Ÿ‘• jslint - allow aliases evil, nomen for jslint-directives eval, name, respectively for backwards-compat
    • ๐Ÿ›  bugfix - fix broken codemirror example
    • ๐Ÿ›  bugfix - fix jslint not-recognizing option-chaining when comparing operands of binary operator
    • ๐Ÿ‘ allow array-literals to directly call [...].flat() and [...].flatMap()
  • v2022.5.20 Changes

    • 0๏ธโƒฃ coverage-report - disable default-coverage of directory node_modules, but allow override with cli-option --include-node-modules=1
    • coverage-report - add function globExclude() to revamp coverage-report to exclude files using glob-pattern-matching
    • add codemirror-example-file jslint_wrapper_codemirror.html
    • โšก๏ธ update codemirror-editor to v5.65.3
    • ๐Ÿ‘• wrapper - add jslint-addon for codemirror
    • ๐Ÿ‘ allow jslint.mjs to auto-export itself to globalThis when given search-param ?window_jslint=1
    • ๐Ÿ‘• wrapper - add jslint-extension for vscode
    • ๐Ÿ›  bugfix - fix jslint falsely believing megastring literals 0 and 1 are similar
    • ๐Ÿ›  bugfix - fix function jstestOnExit() from exiting prematurely and suppressing additional error-messages
  • v2022.3.30 Changes

    • ๐Ÿ‘• website - use localStorage to persist jslint-options selected in ui
    • ๐Ÿ‘• website - add optional debug-mode to use sessionStorage to persist jslint-globals and jslint-source from ui
    • ๐Ÿ‘• jslint - add numeric-separator support
    • ๐ŸŽ jslint - move regexp-literals to module-level so they are explicitly cached, to improve performance
    • ๐Ÿ“ฆ ci - add check for package.json.fileCount
  • v2022.2.20 Changes

    • โœ… test - migrate all tests to use jstestDescribe(), jstestIt()
    • fs - rename jslint-wrapper-files to jslint_wrapper_xxx.xxx
    • ๐Ÿ›  bugfix - fix issue #382 - make fart-related warnings more readable
    • ๐Ÿ›  bugfix - fix issue #382 - fix warnings against destructured fart
    • ๐Ÿ›  bugfix - fix issue #379 - warn against naked-statement in fart.
    • โšก๏ธ update commonjs-wrapper jslint.cjs to load jslint in strict-mode.
  • v2022.2.1-beta Changes

    • ๐Ÿ›  bugfix - fix issue #379 - warn against naked-statement in fart.
    • โšก๏ธ update commonjs-wrapper jslint.cjs to load jslint in strict-mode.
  • v2021.12.20 Changes

    • ๐Ÿ‘• npm - add file jslint.cjs so package @jslint-org/jslint can be published as dual-module
    • jslint - relax warning "function_in_loop"
    • โšก๏ธ update function assertJsonEqual to JSON.stringify 3rd param if its an object
  • v2021.11.20 Changes

    • ๐Ÿ‘• jslint - add top-level-await support
    • ๐Ÿ‘• ci - deprecate/remove jslint.cjs from ci
    • coverage - add cli-options --exclude=aa,bb, --exclude-node-modules=false, --include=aa,bb
    • coverage - dedupe coverage-logic now applied when only one script passed
    • npm - add file .npmignore
    • โš  website - add clickable-links to editor-code in report-warnings and report-functions
  • v2021.10.20 Changes

    • ๐Ÿš€ ci - add release-trigger to publish to @jslint-org/jslint
    • ๐Ÿ›  bugfix - fix coverage-report having incorrect http-link to index.html
    • ๐Ÿ‘• bugfix - fix false warning uninitialized 'bb' in code /*jslint node*/\nlet {aa:bb} = {}; bb();
    • ๐Ÿ›  bugfix - fix issue #358 - switch-statement crashes jslint
    • ci - cache coverage-example node-sqlite3 to speed up ci
    • ๐Ÿ— ci - rename dir .build/ to .artifact/
    • โšก๏ธ ci - update shell-function shRunWithCoverage() to reduce size of string/argument passed to nodejs by using 2-space-indent
    • ๐Ÿ”Œ cli - add cli-command jslint_plugin_vim
    • cli - add cli-command v8_coverage_report
    • ๐Ÿ‘• cli - change cli-option --mode-report to cli-command jslint_report=<filename>
    • coverage - relax requirement for coverageDir to be in cwd
    • ๐Ÿ—„ deprecated - cli - add cli-option --mode-report
    • ๐Ÿ“š doc - add api-documentation
    • fs - merge file asset_codemirror_rollup.css into index.html
    • ๐Ÿ”€ fs - merge file browser.mjs into index.html
    • ๐Ÿ”€ fs - merge file function.html into help.html
    • fs - remove little-used font asset_font_programma_bold.woff2
    • fs - rename files with dashes to files with underscore
    • ๐Ÿ‘• jslint - disable linting of embedded javascript in markdown-files
    • ๐Ÿ‘• jslint - relax regexp-warning against using 'space'
    • ๐Ÿ“ฆ npm - add file package.json and command npm test
    • ๐Ÿ’… style - change naming-convention for non-jslint-core code from underscore to camelCase
    • โœ… test - add mocha-like test-functions jstestDescribe, jstestIt