PHP Units of Measure v1.2.0 Release Notes

Release Date: 2014-08-16 // over 9 years ago
    • ⬇️ Drop support for PHP 5.3
    • 🚚 Moved to PSR-4 namespace convention
    • ⬇️ Drop support for an array of names passed in the constructor as a way to specify aliases for UnitOfMeasure objects; addAlias() now required.
    • ➕ Add UnitOfMeasure::nativeUnitFactory() and UnitOfMeasure::linearUnitFactory() convenience factory methods
    • ➕ Add optional spelling for 'metres' and 'litres'
    • ➕ Add Vagrant-based testing virtual machine, for convenience