Skip to content

Releases: rowtype-yoga/purescript-yoga-http-api

v0.3.0

02 Mar 20:44

Choose a tag to compare

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