Releases: sanctuary-js/sanctuary-int
Releases · sanctuary-js/sanctuary-int
Version 3.0.0
Changes:
- ⚠️
Int.name
is now 'Int'
rather than 'sanctuary-int/Int'
(#57)
- ⚠️
NonZeroInt.name
is now 'NonZeroInt'
rather than 'sanctuary-int/NonZeroInt'
(#57)
sanctuary-def
dependency upgraded from 0.17.x
to 0.20.x
(#55, #56, #57)
Version 2.0.0
Changes:
- ⚠️ functions are now strictly curried (#44)
- ⚠️ when partially applied,
sub
, quot
, rem
, div
, and mod
are now more useful (#44)
sanctuary-def
dependency upgraded from 0.8.x
to 0.17.x