Skip to content

3.2.0

Compare
Choose a tag to compare
@heikomat heikomat released this 23 Feb 09:56
· 42 commits to develop since this release

New Features

  • new Flag --assume-local-modules-satisfy-non-semver-dependency-versions (aka
    --trust-local-modules). Setting this makes minstall assume that a local
    module satisfies every requested version of that module that is not valid
    semver (like github-urls and tag-names)

Bugfixes

  • Fixes a bug where in rare cases minstall was wrongfully printing error-messages about installed packages not being found
  • Added a workaround to work around snyamathi/semver-intersect#7
  • If an error occurs during installation, then minstall will now actually fail with exit-code 1