Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 961 Bytes

CHANGELOG.md

File metadata and controls

49 lines (35 loc) · 961 Bytes

Changelog


Upcoming

Added

Changed

Fixed


0.4.0: 2024-08-10

Added

  • Implemented UnitRescale type.
  • Implemented CanRoot<3> for Volume. Output type is UnitRescale<Length>.
  • Added cc as a symbol for cubic centimeters.
  • Added Quantity::cancel_exponent method.
  • Implemented UnitMixed trait.
  • Implemented UnitUnary trait.

Changed

  • Reworked serde support for compound and anonymous unit types.
  • Simplified trait bounds for unit operations.
  • Renamed types and traits in dimension module.

Fixed

  • Removed accidental requirements for standard library features on dependencies.

0.3.1: 2024-08-05

Fixed

  • Corrected missed std:: usage in dim! macro.

0.3.0: 2024-08-05

Added

  • Implemented unit tests and error type for Quantity<Time> conversions.
  • Added stable and unstable as feature groups.

Changed

  • Enabled no_std.

0.2.0: 2024-08-04

  • Published.