Skip to content

v12.0.0

Compare
Choose a tag to compare
@thomashoneyman thomashoneyman released this 26 Feb 21:20
· 10 commits to main since this release
5be197e

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#158)
  • XHRError Exn.Error was removed and split to TimeoutError, RequestFailedError, and XHROtherError Exn.Error (#155, @srghma)

New features:

Bugfixes:

Other improvements:

  • XMLDocument and HTMLDocument are now understood as Document responses (#157)
  • 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 (#153)