Skip to content

Latest commit

 

History

History
73 lines (43 loc) · 2.93 KB

CHANGELOG.md

File metadata and controls

73 lines (43 loc) · 2.93 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

3.4.0 - 2019-08-06

  • sonar-web-frontend-reporters: upgrade dependencies to fix security issues @ValentinGot

3.3.0 - 2017-08-08

Added

Updated

  • package.json: upgrade csslint, eslint, eslint-plugin-angular, jshint, tslint and typescript versions

3.2.0 - 2017-01-20

Added

3.1.1 - 2017-01-11

Fixed

  • es5: for eslint & eslint-angular, use the severity property to retrieve the severity (Closes #16) @ValentinGot

3.1.0 - 2016-12-19

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 - 2016-12-09

  • Release first stable version

3.0.0-beta2 - 2016-12-07

  • Add ES5 backward compatibility (Closes #13)

3.0.0-beta - 2016-12-05

Added

  • Full ES6
  • Command-Line Interface
  • Usable in NodeJS
  • Refactored all reporters
  • Contribution guide

Removed

  • Gulp abstraction