Skip to content

Latest commit

 

History

History
83 lines (37 loc) · 3.59 KB

CHANGELOG.md

File metadata and controls

83 lines (37 loc) · 3.59 KB

Changelog

5.7.0 (2024-12-07)

Features

5.6.1 (2024-11-11)

Bug Fixes

  • area: fix acres being treated as larger than square miles (b57f18e), closes #709

5.6.0 (2024-10-27)

Features

  • add getMeasureKind() function for validating inputs (dd535cc)

5.5.1 (2024-10-24)

Bug Fixes

  • volume: improve definition of cubic yards conversion factor (#695) (5c526ad)

5.5.0 (2024-10-24)

Features

  • mass: add lbs as symbol for pounds (84f8ce0), closes #693

5.4.1 (2024-09-18)

Bug Fixes

5.4.0 (2024-09-11)

Features

  • energy: update "best" array to use SI prefixed units (#679) (994fca7)

5.3.0 (2024-06-04)

Features

  • add a space separating quantity from unit when converting best conversion to string (775d3c1), closes #665
  • support spaces between quantity and unit in convertMany() and ms() (8f7eb2d)

5.2.0 (2024-04-28)

Features

  • support "m" as an alias for minutes (067a398), closes #659

5.1.0 (2024-04-24)

Features

  • length: add US survey foot unit (25e1d47)

5.0.0 (2024-02-19)

⚠ BREAKING CHANGES

  • Exported types have changed, some have been removed. Some supported units were also removed.

Features