Releases: awakesecurity/purescript-precise-datetime
Releases · awakesecurity/purescript-precise-datetime
v6.0.1
- Switched to GitHub actions for CI (#36, #37)
- Removed unused names that now warn on PureScript 0.14.1 (#35)
- Updated implementation for
adjust
to make it more precise (#38)
v6.0.0
- Updated for PureScript 0.14 (#34)
v5.1.1
Fix int conversion in adjust (#33)
v5.1.0
- Add formatPreciseDuration #31
v5.0.4
- Don't use exponential notation in PreciseDuration toString #30
v5.0.3
- Revert "Use fixed-point notation in toString (#28)" #29
v5.0.2
- Use fixed-point notation in toString #28
v5.0.1
- Mention decimal.js in the README, remove big-integer #26
v5.0.0
- Updates for 0.12 #25
- Remove
Locale
to follow suit with purescript-datetime