All major changes to the project will be noted here
- Strict mode
- Default behavior will now follow
strict
mode, treating theconfig
as source of truth - Strict mode will ignore any version/force overrides for
require
calls
- Having default for config options
- Allowing config to have single version or array of versions for each dependency
- Ability to require sub-paths via
requirey
- Appveyor tests to ensure windows support
- Made the
satisfier
method private
shelljs
from devDependency (was unused)
installAll
,install
andRequirer
interfaces