Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

Releases: dropseed/version-filter

v0.7.3

09 Feb 20:12
Compare
Choose a tag to compare
  • Return the list of matched version in sorted form when doing semver filtering
  • Strip all leading '=' and 'v' characters from version strings

v0.7.2

01 Feb 05:34
Compare
Choose a tag to compare

Tighten up the restrictions for '*' masks to only allow whitespace around the star

v0.7.1

22 Jan 23:33
Compare
Choose a tag to compare

Add Semver validation method

v0.7.0

16 Jan 20:19
Compare
Choose a tag to compare

Add support for "Last + N" matching in masks

v0.6.0

16 Jan 20:18
Compare
Choose a tag to compare

Enable the "Next Best" matching algorithm to find next best releases when anticipated releases do not exist

v0.5.1

09 Dec 19:56
Compare
Choose a tag to compare

Use forked version of python-semanticversion to get NPM consistent caret (^) matching behavior

v0.5.0

20 Jul 04:05
Compare
Choose a tag to compare

Add support for pre-release locking and matching pre-releases by string

v0.4.0

30 Jun 19:41
Compare
Choose a tag to compare
  • 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

31 May 04:51
Compare
Choose a tag to compare

Accept (but ignore) version strings with leading 'v' or '=' characters

v0.2.0

25 May 04:21
Compare
Choose a tag to compare

Add support for pre-release versions