All Versions
31
Latest Version
Avg Release Cycle
67 days
Latest Release
961 days ago

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
  • 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.
  • v5.5 Changes

    • โž• Add version coercion capabilities
  • v5.4 Changes

    • โž• Add intersection checking
  • v5.3 Changes

    • โž• Add minSatisfying method
  • v5.2 Changes

    • โž• Add prerelease(v) that returns prerelease components
  • v5.1 Changes

    • โž• Add Backus-Naur for ranges
    • โœ‚ Remove excessively cute inspection methods