fin-hypergrid / core

A canvas-based super high performant grid renderer API
MIT License
897 stars 144 forks source link

Add Base.prototype.versionAtLeast #777

Closed joneit closed 6 years ago

joneit commented 6 years ago

This PR targets the next release, 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.