Skip to content

Releases: hiqdev/php-units

1.0.0

17 Jan 17:21
Compare
Choose a tag to compare
  • 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

31 Mar 12:49
Compare
Choose a tag to compare
  • Added Quantity implementation and tests (@hiqsol)
  • Added Unit implementation and tests (@hiqsol)