Skip to content

Latest commit

 

History

History
85 lines (47 loc) · 2.88 KB

CHANGELOG.md

File metadata and controls

85 lines (47 loc) · 2.88 KB

Changelog

Notable changes to this project are documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Breaking changes:

New features:

Bugfixes:

Other improvements:

v8.0.0 - 2022-04-27

Breaking changes:

  • Migrate FFI to ES modules (#36 by @JordanMartinez)

New features:

Bugfixes:

Other improvements:

  • Added purs-tidy formatter (#34 by @thomashoneyman)

v7.0.0 - 2021-02-26

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 - 2018-05-25

  • Updated for PureScript 0.12

v5.2.0 - 2018-03-20

  • Added instances for Eq, Ord, and Show (@eric-corumdigital)

v5.1.0 - 2017-07-16

  • Added JSDate-specific version of now
  • Added fromInstant

v5.0.1 - 2017-06-23

  • Fixed date construction for years 0 <= y < 100 (@berdario)

v5.0.0 - 2017-05-16

  • Updated toISOString's effect label from err to exception

v4.0.0 - 2017-04-04

  • Updated for PureScript 0.11

v3.0.0 - 2016-10-17

  • Updated dependencies

v2.0.0 - 2016-07-29

  • Fixed the label for the EXCEPTION effect to err so it can be handled with the canonical error handling functions

v1.2.0 - 2016-07-22

  • Added parse function corresponding to invoking the Date constructor with a string.

v1.1.0 - 2016-07-13

  • Added IsForeign instance for JSDate

v1.0.0 - 2016-06-09

Initial release.