Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 512 Bytes

CHANGELOG.md

File metadata and controls

22 lines (15 loc) · 512 Bytes

0.1.1

  • Add purescript-quantities license to LICENSE
  • Update copyright range in LICENSE

0.1.0

  • [BREAKING] Quantity's constructor now takes double instead of num
  • [BREAKING] Removed Unit.identity; use Unit.unity instead
  • [DEPRECATION] Deprecated old prefix syntax (i.e. kilo.gram); use new syntax (kilo(gram)) instead
  • Migrate to null safety
  • Add hour, liter, and mole units
  • Add milli, deci, and micro prefixes

0.0.2

  • Add inch and pound units

0.0.1

  • Initial version