unascribed / FlexVer

A SemVer-compatible intuitive comparator for free-form versioning strings as seen in the wild, designed to sort versions like people do.
Creative Commons Zero v1.0 Universal
65 stars 10 forks source link

fix(csharp,java,js): removeLeadingZeroes '0' != '00' #21

Closed John-Paul-R closed 1 year ago

John-Paul-R commented 1 year ago

The languages not addressed here use different approaches for handling removing leading zeroes (such that I predict they'd not have the bug), or outright parse to integers.


John-Paul-R commented 1 year ago

Resolves #17