Changelog of @hackage/snumber 0.3.0
0.3.0 (2021-11-05)
- Get type-level
Ord
from the newtype-compare
compatibility library. - Get
SOrdering
fromtype-compare
under the new nameOrderingI
.- It's no longer exported from
Data.SNumber
; depend ontype-compare
or a new-enough version ofbase
.
- It's no longer exported from
0.2.0 (2021-10-24)
- Downgrade the
unSNumber
field selector to be unidirectional.- It could previously be used with record update syntax to construct invalid
SNumbers
out of valid ones. - Migration: Replace record updates of
unSNumber
withN#
.
- It could previously be used with record update syntax to construct invalid
- Add an
SN
pattern synonym for safely extracting anSNumber
value withoutMagicHash
.
0.1.0.0 (2021-09-08)
Initial version.