splitio / javascript-commons

Other
3 stars 5 forks source link

[SDKS-8264] SemVer class #300

Closed EmilianoSanchez closed 2 months ago

EmilianoSanchez commented 3 months ago

JavaScript commons library

What did you accomplish?

How do we test the changes introduced in this PR?

Extra Notes

In order to support large numbers as numeric identifiers, numerical comparison is done using strings, rather than parsing them into numbers.