Skip to content

Releases: danielstjules/jsinspect

0.6.1

06 Jul 06:45
Compare
Choose a tag to compare
  • Ignore es6 module imports and exports
  • Ignore bower_components

0.6.0

17 Jun 05:33
Compare
Choose a tag to compare
  • Added support for .jsx files
  • Upgraded jsdiff
  • Upgraded acorn
  • Improved tool output

0.5.0

27 Jan 22:08
Compare
Choose a tag to compare
  • jsinspect returns non-zero exit code given matches

0.4.0

17 Dec 08:28
Compare
Choose a tag to compare
  • 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

07 Dec 21:44
Compare
Choose a tag to compare
  • Fixed PMD reporter output to be compatible with Jenkins

0.3.0

21 Nov 05:20
Compare
Choose a tag to compare
  • 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

23 Oct 05:04
Compare
Choose a tag to compare
  • Added --ignore option
  • Added ability to use .jsinspectrc
  • Trim redundant indentation for diffs
  • Improve identifier matching for copy-paste detection

0.1.0

13 Oct 05:40
Compare
Choose a tag to compare
  • Removed literal matching from features

0.0.1

06 Oct 07:31
Compare
Choose a tag to compare
  • Initial alpha release