package semver

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. semver
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class InvalidSemanticVersionFailure(input: String, parseError: String) extends InvalidSemanticVersionParsingFailure with Product with Serializable
  2. final case class InvalidSemanticVersionLabelFailure(input: String, parseError: String) extends InvalidSemanticVersionParsingFailure with Product with Serializable
  3. sealed abstract class InvalidSemanticVersionParsingFailure extends InvalidInputFailure

    Since

    13 Nov 2017

  4. type SemVer = SemanticVersion

Value Members

  1. val SemVer: SemanticVersion.type
  2. implicit def labelToOptLabel(label: Label): Option[Label]
  3. object ParsingAnomalyIDs
  4. object SemanticVersionParsers

    A fairly straight-forward definition of parsers.

    A fairly straight-forward definition of parsers.

    It supports parsing all values outputed by the pretty printing helper methods: SemanticVersion.uppercase, SemanticVersion.uppercaseWithDots, SemanticVersion.lowercase, SemanticVersion.lowercaseWithDots

    Since

    13 Nov 2017

  5. object syntax

    Since

    13 Nov 2017

Inherited from AnyRef

Inherited from Any

Ungrouped