Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

29 lines (23 loc) · 1.2 KB

hiqdev/php-units

1.0.0 - 2019-01-17

  • Implemented units conversion through root unit (@SilverFire)
  • Added more supported units: minute, hour, day, week, month, year, bps, kbps, mbps, gbps, kb, mb, gb, item (@hiqsol)
  • AbstractQuantity implements JsonSerializable interface now (@hiqsol)
  • Added Quantity::isPositive(), isNegative() methods (@hiqsol)
  • Other minor enhancements and fixes (@SilverFire, @hiqsol)
  • Enhanced tests coverage (@hiqsol)

0.1.0 - 2017-03-31

  • Added Quantity implementation and tests (@hiqsol)
  • Added Unit implementation and tests (@hiqsol)

[Development started] - 2017-03-23