- Add
purescript-quantities
license to LICENSE - Update copyright range in LICENSE
- [BREAKING]
Quantity
's constructor now takesdouble
instead ofnum
- [BREAKING] Removed
Unit.identity
; useUnit.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
- Add inch and pound units
- Initial version