Closed lyqyd closed 7 years ago
Remove old tonumber() version comparison and replace it with an iterative tonumber() comparison to check each period-separated component of the version string. Non-numeric characters in version strings will continue to be unsupported.
:+1:
Huh. Looks like you can use whatever you want to use for version strings already. I'll have to update the documentation.
@lyqyd so to clarify I can pass a semver friendly string?
Yes.
Remove old tonumber() version comparison and replace it with an iterative tonumber() comparison to check each period-separated component of the version string. Non-numeric characters in version strings will continue to be unsupported.