Skip to content

v2021.10.20 - add cli-command v8_coverage_report - and - npm publish to @jslint-org/jslint

Compare
Choose a tag to compare
@kaizhu256 kaizhu256 released this 20 Oct 18:16
· 100 commits to master since this release
dbb0759

What's Changed

  • 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

Full Changelog: v2021.9.20...v2021.10.20