Releases: SonarSource/SonarJS
JavaScript Plugin 2.13 RC1
SNAPSHOT version of the plugin to allow users to test the plugin during the vote for release 2.13.
This version brings a new bug-detection rule "Properties of variables with null
or undefined
values should not be accessed".
JavaScript Plugin 2.12 RC1
SNAPSHOT version of the plugin to allow users to test the plugin during the vote for release 2.12.
This version mainly brings:
- JSX support
- First rule using symbolic execution - Conditions should not unconditionally evaluate to "true" or to "false"
- Overall code coverage calculation
- Support of some ES2016 and ES2017 features
JavaScript Plugin 2.11 RC1
SNAPSHOT version of the plugin to allow users to test the plugin during the vote for release 2.11.
This version mainly brings two things: new rules targeting ES2015 and improvement of some existing rules with the help of CFG (control flow graph).
JavaScript Plugin 2.10 RC1
SNAPSHOT version of the plugin to allow users to test the plugin during the vote for release 2.10.
This version provides
- 8 new bug-related rules
- new predefined profile targeting bug-detection and security rules
- exclusion of minified files from analysis
Note that since this version importing js-test-driver reports is not supported.
JavaScript Plugin 2.9 RC1
SNAPSHOT version of the plugin to allow users to test the plugin during the vote for release 2.9.
This version provides better issue location.
[VOTE] JavaScript Plugin 2.8
SNAPSHOT version of the plugin to allow users to test the plugin during the vote for release 2.8.