Releases: danielstjules/jsinspect
Releases · danielstjules/jsinspect
0.6.1
- Ignore es6 module imports and exports
- Ignore bower_components
0.6.0
- Added support for .jsx files
- Upgraded jsdiff
- Upgraded acorn
- Improved tool output
0.5.0
- jsinspect returns non-zero exit code given matches
0.4.0
- Added
suppress
option - Default to current directory if no paths are specified
- Updated to acorn 0.10, bringing ES6 loose parsing to jsinspect
0.3.1
- Fixed PMD reporter output to be compatible with Jenkins
0.3.0
- Configs no longer require all keys
- Added pmd reporter
- Added json reporter
- Added config flag for specifying the path to the config file
- Improved identifier matching
0.2.0
- Added --ignore option
- Added ability to use .jsinspectrc
- Trim redundant indentation for diffs
- Improve identifier matching for copy-paste detection
0.1.0
- Removed literal matching from features
0.0.1
- Initial alpha release