New Features
- ✨ Exclude Prereleases from Exclusive Matching (#108) @JustinGrote
Prereleases will no longer be included if they match an exclusive upper bound. For example, 'Module!<2.0.0' will no longer match 2.0.0-alpha1 , even though it is technically appropriate according to semver. You can specify-StrictSemVer
to override this helpful behavior.
Contributors
Thanks @Jaykul for raising this discussion during PowerShell Summit.