Skip to content

Releases: awakesecurity/purescript-precise-datetime

v7.0.0

03 May 17:52
eebed2b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.1...v7.0.0

v6.0.1

16 Jun 21:32
ad5a1ba
Compare
Choose a tag to compare
  • 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

04 Mar 21:32
0fbe8d6
Compare
Choose a tag to compare
  • Updated for PureScript 0.14 (#34)

v5.1.1

31 Oct 20:13
Compare
Choose a tag to compare
Fix int conversion in adjust (#33)

v5.1.0

09 Jul 23:58
aa82379
Compare
Choose a tag to compare
  • Add formatPreciseDuration #31

v5.0.4

05 Jul 20:43
0e862a7
Compare
Choose a tag to compare
  • Don't use exponential notation in PreciseDuration toString #30

v5.0.3

03 Jul 23:55
282ce5a
Compare
Choose a tag to compare
  • Revert "Use fixed-point notation in toString (#28)" #29

v5.0.2

03 Jul 20:02
b888045
Compare
Choose a tag to compare
  • Use fixed-point notation in toString #28

v5.0.1

03 Jul 17:09
8b06270
Compare
Choose a tag to compare
  • Mention decimal.js in the README, remove big-integer #26

v5.0.0

27 Jun 17:47
f19c30b
Compare
Choose a tag to compare
  • Updates for 0.12 #25
  • Remove Locale to follow suit with purescript-datetime