Releases: groupe-sii/sonar-web-frontend-reporters
Releases · groupe-sii/sonar-web-frontend-reporters
3.3.0
Added
- eslint: allow the use of eslint-import [@NumminorihSF]
- eslint-angular: allow the use of eslint-import [@ValentinGot]
Updated
- package.json: upgrade
csslint
,eslint
,eslint-plugin-angular
,jshint
,tslint
andtypescript
versions
3.2.0
Added
- cli: add a '-c, --config ' option (Closes #18) [@ValentinGot]
3.1.1
Fixed
- es5: for eslint & eslint-angular, use the
severity
property to retrieve the severity (Closes #16) [@ValentinGot]
3.1.0
Added
- multi-glob: The
src
property can now take an array of globs (Closes #15) @ValentinGot - cli: Add command line usage and version number @ValentinGot
Fixed
- es5: The
.ES5.*
require method couldn't work, documentation has been updated accordingly @ValentinGot - es5:
arr.includes()
method isn't available on ES5 (Closes #14) @ValentinGot - eslint: use the
severity
property to retrieve the severity (Closes #16) @ValentinGot - eslint-angular: use the
severity
property to retrieve the severity (Closes #16) @ValentinGot
3.0.0
3.0.0-beta2
Added
- Add ES5 backward compatibility (Closes #13)
3.0.0-beta
This release removes the Gulp abstraction and create a cleaner and more reusable/maintainable code in full ES6.
Added
- Full ES6
- Command-Line Interface
- Usable in NodeJS
- Refactored all reporters
- Contribution guide
Removed
- Gulp abstraction
2.1.1
Major Release
release matching sonar-plugin one