Skip to content

Releases: purescript-contrib/purescript-js-date

v8.0.0

27 Apr 23:01
1ea0203
Compare
Choose a tag to compare

Breaking changes:

Other improvements:

v7.0.0

26 Feb 19:55
Compare
Choose a tag to compare

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#28)

New features:

Bugfixes:

Other improvements:

  • Updated docs for parse to discourage its use (#25)
  • Removed note about effect rows (#24)
  • Changed default branch to main from master
  • Updated to comply with Contributors library guidelines by adding new issue and pull request templates, updating documentation, and migrating to Spago for local development and CI (#26)

v6.0.0

25 May 15:19
f332c15
Compare
Choose a tag to compare

Updated for PureScript 0.12

v5.2.0

20 Mar 21:30
Compare
Choose a tag to compare

v5.1.0

16 Jul 11:49
Compare
Choose a tag to compare
  • Added JSDate-specific version of now
  • Added fromInstant

v5.0.1

23 Jun 11:42
Compare
Choose a tag to compare
  • Fixed date construction for years 0 <= y < 100 (@berdario)

v5.0.0

16 May 18:41
Compare
Choose a tag to compare
  • Updated toISOString's effect label from err to exception

v4.0.0

04 Apr 00:12
Compare
Choose a tag to compare
  • Updated for PureScript 0.11

v3.0.0

17 Oct 01:32
Compare
Choose a tag to compare
  • Updated dependencies

v2.0.0

29 Jul 20:27
Compare
Choose a tag to compare
  • Fixed the label for the EXCEPTION effect to err so it can be handled with the canonical error handling functions