UNPKG

678 BMarkdownView Raw
1# CHANGELOG
2
3# 1.1.0
4
5- Fix grunt.fail.errorcount (thanks @bob-gray!): https://github.com/vigetlabs/grunt-complexity/pull/48
6
7# 1.0.1
8
9- Properly count maintainability score
10
11# 1.0.0
12
13- Support ES6 by switching to the `typhonjs-escomplex` variant. (Thanks, @kevde!)
14
15# 0.4.0
16
17- Throw a more detailed error message in event of an empty source file
18(@skoblenick [91dc55f](https://github.com/vigetlabs/grunt-complexity/pull/37/commits/91dc55fa05eea28e78acac2882867c79cc21abc5))
19
20# 0.3.1
21
22- Escape PMD violation method names when reporting anonymous functions
23 (@theoneroof [acfb4e4](https://github.com/theoneroof/grunt-complexity/commit/acfb4e49c363811eb1ee8bae76ebb74442161c76))