Changelog for http-rfc7807-0.2.0.0
For latest version of this document see ChangeLog.md on GitHub.
0.2.0.0
-
(breaking change) Function
rfc7807ServerErrorsets the value oftitlefield is set to HTTP reason from Servant'sServerErrorby default. User can still override it as before, but this is a breaking change as it changes the expected output. -
(breaking change) Type variable
bodyis now first in the definition ofrfc7807ServerError. If you've usedTypeApplicationswhen callingrfc7807ServerErrorfunction then this may be a breaking change for you. -
(change) Support
servant-server-0.15in addition to currently supported versions. We are planning to drop the support once again in next major release. See @servant-server-1.16 ChangeLog to see what it entails. -
Documentation updates
0.1.0.0
Initial release