Skip to content

Tags: kaizhu256/jslint

Tags

1000.0.1-test-3

Toggle 1000.0.1-test-3's commit message
version.increment

1000.0.1-test-2

Toggle 1000.0.1-test-2's commit message
filecount

1000.0.1-test-1

Toggle 1000.0.1-test-1's commit message
test-package

v1000.0.1-test-6

Toggle v1000.0.1-test-6's commit message
publish

v1000.0.1-test-5

Toggle v1000.0.1-test-5's commit message
increment

v1000.0.1-test-4

Toggle v1000.0.1-test-4's commit message
increment

v1000.0.1-test-1

Toggle v1000.0.1-test-1's commit message
test-package

v2021.5.27

Toggle v2021.5.27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request jslint-org#297 from kaizhu256/v2021.5.27

v2021.5.27

v2021.5.26

Toggle v2021.5.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v2021.5.26 (jslint-org#295)

## v2021.5.26
- coverage - increase regression testing and coverage to 98.41% (almost 100% baby!)
- 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

Toggle v2021.5.23's commit message
## v2021.5.23

- doc - add section Changelog
- doc - update README.md with installtion 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
- ci - make branch-beta the default branch.
- ci - validate non-http/file links in *.md files.
- ci - add shell-functions shCiBranchPromote.