FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Releases · plotdb/semver · GitHub

/ semver Public

Releases: plotdb/semver

0.0.4

Choose a tag to compare

Filter
zbryikt released this 24 Jul 05:23
  • features:
  • add compare for version comparison / sorting (with npm-compatible prerelease ordering)
  • add max-satisfying for resolving the latest version in a list satisfying a range
  • add valid / valid-range for syntax check
  • bug fix:
  • fix fit: a version with a larger higher-significance component but smaller
    lower component was wrongly rejected (e.g. fit(\"1.5.0\", \"^1.3.2\") returned false)
  • fix fit: prerelease versions no longer satisfy release-only ranges;
    caret now locks the left-most non-zero component (npm semantics)
  • fix parse: build metadata (1.2.3+build.1) is now captured separately instead of
    corrupting the patch component; it never affects precedence (semver spec)
  • tweaks:
  • add build / test npm scripts; rewrite test with assertions

0.0.3

Choose a tag to compare

Filter
zbryikt released this 25 Mar 15:13
  • fix bug: prevent error when parsing undefined

0.0.2

Choose a tag to compare

Filter
zbryikt released this 22 Jan 00:03
  • add main and browser field in package.json.
  • upgrade modules
  • release with compact directory structure

0.0.1

Choose a tag to compare

Filter
zbryikt released this 16 Jan 14:15

init commit


Back | FazBrowse Home | New Git URL