Closed joneit closed 6 years ago
This PR targets the next release, v3.2.0.
v3.2.0
Base.prototype.versionAtLeast = function(version /* string */) { ... return /*boolean*/ }
This new function compares the passed version string to the current version and returns true if the current version is newer. Caveat: Because it's new, it is only useful for arguments >= 3.2.0.
true
3.2.0
This PR targets the next release,
v3.2.0
.This new function compares the passed version string to the current version and returns
true
if the current version is newer. Caveat: Because it's new, it is only useful for arguments >=3.2.0
.