Bug Fixes
- changed parsing of the command string to ignore extra spaces (#600) (e8e5a72)
- drop lodash.assign (#641) (ad3146f)
- for args that have skipValidation set to
true
, check if the parsed arg istrue
(#619) (658a34c) - upgrade standard, and fix appveyor config so that it works with newest standard (#607) (c301f42)
Chores
Features
Performance Improvements
BREAKING CHANGES
- coerce is now applied as a final step after other parsing is complete