- Modern rewrite of parser and file finder
- Finder now excludes node_modules directory and minified javascript
- Updated tests to reflect new parser (Esprima)
- Added 0.6.x support
- Added
commander
dependency - Changed stats(1) to use the commander module
- Fixed error messages for files not found (now throwing)
- Added shebang support
- Removed uglifyjs dep (inlined)
- Fixed single-file stats [saschagehlich]
- Fixed top-level returns
- Fixed: show help when no args are present [criso]
- Fixed mutation of first file's stats
- Added
-I, --ignore-errors
- Fixed uglify error handling
- Initial release