This repository was archived by the owner on Mar 24, 2020. It is now read-only.
Releases: dropseed/version-filter
Releases · dropseed/version-filter
v0.7.3
v0.7.2
Tighten up the restrictions for '*' masks to only allow whitespace around the star
v0.7.1
Add Semver validation method
v0.7.0
Add support for "Last + N" matching in masks
v0.6.0
Enable the "Next Best" matching algorithm to find next best releases when anticipated releases do not exist
v0.5.1
Use forked version of python-semanticversion to get NPM consistent caret (^) matching behavior
v0.5.0
Add support for pre-release locking and matching pre-releases by string
v0.4.0
- Do two-staging parsing of version strings to be more accurate and robust
- Fix a couple of documentation bugs with the package name vs project name
v0.3.0
Accept (but ignore) version strings with leading 'v' or '=' characters
v0.2.0
Add support for pre-release versions