All Versions
31
Latest Version
Avg Release Cycle
67 days
Latest Release
961 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v6.1.0 Changes
- โ Add semver.compareBuild function
- ๐ Support
*
in semver.intersects
-
v6.0 Changes
๐ Fix
intersects
logic.This is technically a bug fix, but since it is also a change to behavior that may require users updating their code, it is marked as a major version increment.
-
v5.7.1
August 12, 2019 -
v5.7 Changes
- โ Add
minVersion
method
- โ Add
-
v5.6 Changes
- ๐ Move boolean
loose
param to an options object, with backwards-compatibility protection. - โ Add ability to opt out of special prerelease version handling with
the
includePrerelease
option flag.
- ๐ Move boolean
-
v5.5 Changes
- โ Add version coercion capabilities
-
v5.4 Changes
- โ Add intersection checking
-
v5.3 Changes
- โ Add
minSatisfying
method
- โ Add
-
v5.2 Changes
- โ Add
prerelease(v)
that returns prerelease components
- โ Add
-
v5.1 Changes
- โ Add Backus-Naur for ranges
- โ Remove excessively cute inspection methods