Releases: purescript-contrib/purescript-js-date
Releases · purescript-contrib/purescript-js-date
v8.0.0
Breaking changes:
- Migrate FFI to ES modules (#36 by @JordanMartinez)
Other improvements:
- Added
purs-tidy
formatter (#34 by @thomashoneyman)
v7.0.0
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
frommaster
- 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
v5.2.0
- Added instances for
Eq
,Ord
,Show
(@eric-corumdigital)