- Allow for local packages without versions numbers
- Added support for Meteor 1.3
- Added support for Meteor 1.2
- Fixed one thing, broke another. Sorry.
- The ability to pass a path to check was broken, this has been fixed.
- Don't fail when hitting an error when examining an unconstrained package
- The version actually used by a project for unconstrained dependencies is now checked.
- Added
--unconstrained
option to always warn of the use of unconstrained dependencies (even if the latest version is being used by the project). - Added
--warn
option to warn about used of deprecated declarations etc. - Added single letter options flags (
-uvw
). - Added check to warn if there's a newer version of packagecheck available.
- Added '--selfupdate' option to update packagecheck to the latest version.
- Performance enhancements.
- Added a --verbose flag
- Added support for use of deprecated
on_use
andon_test
.
- Initial release + bug fixes based on first uses in the wild.