Version handling
Methods
-
static compare(vA, vBopt) → {boolean}
-
Compares two versions of an application
Parameters:
Name Type Attributes Default Description vA
string | DuVersion The first version vB
string | DuVersion <optional>
DuAEF.scriptVersion The other version Returns:
boolean - True if vA is more recent than vB (strict, if they're equal it will return false)