Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SemanticVersion

versioning for an artifact as described at: http://semver.org/, of the form major.minor.patch.

Hierarchy

  • SemanticVersion

Index

Properties

Properties

Optional major

major: number

Major version when you make incompatible API changes

Optional minor

minor: number

Minor version when you add functionality in a backwards-compatible manner

Optional patch

patch: number

Patch version when you make backwards-compatible bug fixes

Generated using TypeDoc