Releases: rowtype-yoga/purescript-yoga-http-api
Releases · rowtype-yoga/purescript-yoga-http-api
v0.3.0
Support response types without body and/or headers
- Add ToResponseRL instances for headers-only and empty record response shapes
- Add IsUnitBody type-level Boolean class for dispatching on body presence
- Add RenderResponseContent class for OpenAPI schema generation with/without body
- Update error message to list all 4 valid response forms