v0.2.0
Pre-release
Pre-release
Release v0.2.0 — Rename and Bug Fixes
Changelog
- Project renamed: The library is now called Katch—because it helps you catch exceptions and errors.
- Bug fix:
extractPayloadis now asuspendfunction. Previously, it couldn't safely extract the response body because reading the body requires a suspend context. - New feature: Debug message extraction is now supported. When available, the extracted debug message is exposed as the
messageofClientErrorandServerError.