NPM Build Utilities @ 0.1.3
    Preparing search index...

    Class SemVerExperimental Internal

    For parsing and validating semantic version strings.

    Here temporarily; this will likely move to utility-typescript eventually.

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    major: number

    Version number representing the current major release.

    Incremented “when you make incompatible API changes”.

    minor: number

    Version number representing the current minor release.

    Incremented “when you add functionality in a backward compatible manner”.

    patch: number

    Version number representing the current patch release.

    Incremented “when you make backward compatible bug fixes”.

    console: Logger

    Instance used to log messages and debugging info.

    input: string

    Version string to parse.

    meta?: string

    Build metadata, if any.

    Identifiers MUST comprise only ASCII alphanumerics and hyphens  [0-9A-Za-z-]. Identifiers MUST NOT be empty. Build metadata MUST be  ignored when determining version precedence. Thus two versions that  differ only in the build metadata, have the same precedence.

    prerelease?: string | string[]

    The pre-release version string(s), if any. If an array, the strings are joined with '.'.

    Identifiers MUST comprise only ASCII alphanumerics and hyphens [0-9A-Za-z-]. Identifiers MUST NOT be empty.

    A pre-release version indicates that the version is unstable and might  not satisfy the intended compatibility requirements as denoted by its  associated normal version.

    Accessors

    Methods