Release notes for v0.11.0

This commit is contained in:
Connor Prussin 2021-03-04 09:39:26 -08:00
parent ab8c1fe88c
commit 2611d498b8
No known key found for this signature in database
GPG Key ID: C72452E036D53A6A

View File

@ -1,3 +1,12 @@
0.11.0 / 2021-03-04
===================
- Dependency version bumps
- Fix `Utils.replacePlus` to replace all occurrences (thanks **@tmciver**)
- Update to purescript 0.14 (thanks **@realvictorprm**)
- Expose original request url as a part of `Request` (thanks **@paluh**)
- Bind to 0.0.0.0 instead of 'localhost'
- Add spago configuration (thanks **@drewolson**)
0.10.0 / 2019-12-03
===================
- Update response functions to return `MonadAff m => m Repsonse` (thanks **@drewolson**)