v1.3.0
- Added
toFractional
,ceilingUnit
andceilingRat
. - Deprecated
toNum
in favor oftoFrational
/floorRat
. - Switched the order of the type variables of
floorRat
for ease of use and consistency with other functions. - Removed
KnownRat unit
constraint fromtimeMul
. - Relaxed dependencies' upper bounds.