Skip to content

Releases: azbukagh/BrightProof

v2.2.1

11 Aug 11:57

Choose a tag to compare

Update name

v2.2.0

09 Apr 10:50

Choose a tag to compare

If Major, Minor or Patch starts with 0, an error will be reported.
This makes parser 2-3x slower, so use 2.1.3, if you need more speed.

v2.1.3

31 Mar 18:32

Choose a tag to compare

Now Build is not compared.

SemVer("1.0.0+build") == SemVer("1.0.0+newbuild")
SemVer("1.0.0+build") == SemVer("1.0.0")
SemVer("1.0.0+build") > SemVer("1.0.0-rc.1")

v2.1.1

25 Mar 10:33

Choose a tag to compare

  • GDC 5.3.0 support
  • More speed

v2.0.0

19 Mar 11:12

Choose a tag to compare

  • Own SemVerException for better error handling
  • Update of test program