WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: ActiveState/langtools

v.0.0.10

05 May 18:47
db91cad

Choose a tag to compare

  • Add Go version support

v0.0.9

01 Jun 21:51

Choose a tag to compare

  • Ignore case when parsing PHP versions.

v0.0.8

27 May 21:36
38fd203

Choose a tag to compare

  • Fix several bugs in SemVer parsing.

v0.0.7

14 May 20:46

Choose a tag to compare

  • Add support for parsing PHP versions.

v0.0.6

11 May 16:00

Choose a tag to compare

  • Fix bug in remove trailing zeros change when the version is all zeros.

v0.0.5

10 May 22:00
ce02157

Choose a tag to compare

  • Remove trailing zeros from parsed package versions because version comparison func version.Compare does not need trailing zeros to compare versions correctly.

v0.0.4

14 Dec 17:49

Choose a tag to compare

  • Added support for parsing Ruby package versions, based on the rubygemstests.

v0.0.3

23 Apr 17:10

Choose a tag to compare

  • Added .String() and .Clone() methods to the Version struct.

  • Used enumer to generate a .String() method for the ParsedAs type.

  • Changed the version.Compare func so that versions of different length compare as equal when both end in one or more segments of zeroes. In other words, 1.0 and 1.0.0 are now treated as equal.

v0.0.2

22 Apr 19:10

Choose a tag to compare

  • Add the pkg/name package for name normalization.

v0.0.1

22 Apr 19:10

Choose a tag to compare

  • Initial release