PHP Units of Measure v1.3.0 Release Notes

Release Date: 2014-08-24 // over 9 years ago
    • โž• Add support for automatically generating metric-prefixed units from a single base unit
    • ๐Ÿ‘ป Throw an exception on registering units of measure with names or aliases that collide with existing units on that quantity
    • Disallow values that aren't numerical and unit names that aren't strings (ie, type checking)
    • โž• Add new method getSupportedUnits() to Physical Quantities
    • โž• Add new method getAliases() to Units of Measure
    • โž• Add arcminute and arcsecond as angle units
    • โž• Add all SI prefix units to meters, kilograms, seconds, amps, kelvin, candela, pascal, bar, radians, degrees, and arcseconds