Releases: purescript/purescript-datetime
Releases · purescript/purescript-datetime
v0.9.1
v0.9.0
v0.8.0
v0.7.0
- Fixed time values (
Hours
,Minutes
,Seconds
,Milliseconds
) by changing the internal representation toNumber
. PreviouslyMilliseconds
would overflow when using functions liketoEpochMilliseconds
. (@nwolverson)
v0.6.0
v0.6.0-rc.1
Initial release candidate of the library intended for the 0.7 compiler.
v0.5.3
- Added
toLocaleString
and variants (@hdgarrood)