All Versions
15
Latest Version
Avg Release Cycle
23 days
Latest Release
988 days ago

Changelog History
Page 2

  • v1.2.0 Changes

    November 26, 2020
    • ➕ Added units of electric current
    • ➕ Added units of voltage
    • ➕ Added units of resistance
    • ➕ Added support for Voltage * ElectricCurrent
    • ➕ Added support for ElectricCurrent * Resistance
    • ➕ Added support for Power / ElectricCurrent
    • ➕ Added support for Voltage / ElectricCurrent
    • ➕ Added support for Voltage / Resistance
    • ➕ Added support for Power / Voltage
    • ➕ Added support for ElectricCurrent * Resistance
    • ➕ Added support for Power * Time
    • ➕ Added support for Energy / Time
    • 🛠 Fixed dividing a unit by NoUnit resulting in NoUnit
    • 🛠 Fixed interpreting of µs
    • 🛠 Fixed panics caused in Rust 1.48.0 by switching decimal dependency to decimal_fixes_mirror.
  • v1.1.0 Changes

    November 14, 2020
    • ➕ Added units of frequency
    • ➕ Added support using foot-inch syntax with addition, like 2"+6'4"
    • 👍 Unsupported foot-inch syntax like (6)'4" and 6'4!" now cause errors
    • 🛠 Fixed README.md stating the performance is 1000x slower than it actually is
    • Fixed trailing percentage signs being ignored when allow_trailing_operators is true
    • 🛠 Fixed error caused by consecutive percentage signs
  • v1.0.2 Changes

    October 12, 2020
    • 🛠 Fix parsing of unit Quarter (#1)
    • 👉 Use division instead of multiplication when dividing numbers of the same unit Quarter (#1)
  • v1.0.1 Changes

    August 20, 2020
    • 🛠 Fixed the library not working
    • ➕ Added documentation comments
    • ➕ Added docs.rs documentation link
    • 🛠 Various fixes and improvements
  • v1.0.0 Changes

    August 20, 2020
    • 🎉 Initial release