Static variables

staticread onlybuild:String

staticread onlyhasBuild:Bool

staticread onlyhasPre:Bool

staticread onlymajor:Int

staticread onlyminor:Int

staticread onlypatch:Int

staticread onlypre:String

Static methods

@:op(A != B)staticdifferent(this:SemVer, other:Version):Bool

@:op(A == B)staticequals(this:SemVer, other:Version):Bool

@:op(A > B)staticgreaterThan(this:SemVer, other:Version):Bool

@:op(A >= B)staticgreaterThanOrEqual(this:SemVer, other:Version):Bool

@:op(A < B)staticlessThan(this:SemVer, other:Version):Bool

@:op(A <= B)staticlessThanOrEqual(this:SemVer, other:Version):Bool

staticnextPre(this:SemVer):Version

staticinlinesatisfies(this:SemVer, rule:VersionRule):Bool

@:tostatictoString(this:SemVer):String

staticwithBuild(this:SemVer, build:String):Version

staticwithPre(this:SemVer, pre:String, ?build:String):Version