mirror of
https://github.com/rowtype-yoga/purescript-fetch.git
synced 2024-11-26 07:41:31 +03:00
29 lines
738 B
Markdown
29 lines
738 B
Markdown
# Changelog
|
|
|
|
Notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
Breaking changes:
|
|
- Switch response headers to `Map CaseInsensitiveString String`
|
|
|
|
New features:
|
|
Bugfixes:
|
|
|
|
Other improvements:
|
|
|
|
## [v1.1.0](https://github.com/rowtype-yoga/purescript-fetch/releases/tag/v1.0.0) - 2022-08-22
|
|
|
|
Breaking changes:
|
|
|
|
New features:
|
|
- Relax constraints to make type signatures simpler (@i-am-the-slime #1)
|
|
|
|
Bugfixes:
|
|
|
|
Other improvements:
|
|
|
|
## [v1.0.0](https://github.com/rowtype-yoga/purescript-fetch/releases/tag/v1.0.0) - 2020-08-21
|
|
|
|
- Initial release
|