SemanticVersion

besom.model.SemanticVersion
See theSemanticVersion companion class

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

ParseTolerant allows for certain version specifications that do not strictly adhere to semver specs to be parsed by this library. It does so by normalizing versions before passing them to parse. It currently trims spaces, removes a "v" prefix, and adds a 0 patch number to versions with only major and minor components specified.

ParseTolerant allows for certain version specifications that do not strictly adhere to semver specs to be parsed by this library. It does so by normalizing versions before passing them to parse. It currently trims spaces, removes a "v" prefix, and adds a 0 patch number to versions with only major and minor components specified.

Attributes