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.
- multi-glob: The
src
property can now take an array of globs (Closes #15) @ValentinGot - cli: Add command line usage and version number @ValentinGot
- 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
- Release first stable version
- Add ES5 backward compatibility (Closes #13)
- Full ES6
- Command-Line Interface
- Usable in NodeJS
- Refactored all reporters
- Contribution guide
- Gulp abstraction