v12.0.0
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#158)
- XHRError Exn.Errorwas removed and split to- TimeoutError,- RequestFailedError, and- XHROtherError Exn.Error(#155, @srghma)
New features:
Bugfixes:
Other improvements:
- XMLDocumentand- HTMLDocumentare now understood as- Documentresponses (#157)
- Changed default branch to mainfrommaster
- 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)