Skip to content

Releases: purescript/purescript-datetime

v0.9.1

20 Nov 01:15

Choose a tag to compare

v0.9.0

13 Aug 14:20

Choose a tag to compare

  • Updated dependencies

v0.8.0

02 Aug 15:54

Choose a tag to compare

  • Updated dependencies

v0.7.0

25 Jul 10:53

Choose a tag to compare

  • Fixed time values (Hours, Minutes, Seconds, Milliseconds) by changing the internal representation to Number. Previously Milliseconds would overflow when using functions like toEpochMilliseconds. (@nwolverson)

v0.6.0

30 Jun 00:23

Choose a tag to compare

This release works with versions 0.7.* of the PureScript compiler. It will not work with older versions. If you are using an older version, you should require an older, compatible version of this library.

v0.6.0-rc.1

14 Jun 16:02

Choose a tag to compare

v0.6.0-rc.1 Pre-release
Pre-release

Initial release candidate of the library intended for the 0.7 compiler.

v0.5.3

22 May 19:36

Choose a tag to compare

v0.5.2

13 Apr 00:15

Choose a tag to compare

  • Fixed bug with exceptions being thrown when attempting to use members of the UTC module #14 (@bkyrlach)

v0.5.1

08 Apr 23:16

Choose a tag to compare

  • Fixed methods in Locale to not call the UTC variants #11

v0.5.0

06 Apr 20:02

Choose a tag to compare

  • Update dependencies