Skip to content

v0.14.0

Choose a tag to compare

@github-actions github-actions released this 11 Apr 21:18
fe2e1f7

0.14.0 (2026-04-11)

⚠ BREAKING CHANGES

  • example: migrate polymorphic fixtures to open_api_polymorphic_property
  • polymorphic: replace three-macro shape with open_api_polymorphic_property, close GH-30 via allOf siblings

Features

  • example: add docker-compose.test.yml with tmpfs Postgres (873ff59)
  • example: add Makefile for local vitest integration tier (9b473dc)
  • example: add mix openapi.dump task for vitest SDK generation (979256c)
  • example: add PORT env override to dev endpoint config (6662a7d)
  • example: add vitest integration tests and TypeScript client samples (e6cc7ca)
  • example: migrate polymorphic fixtures to open_api_polymorphic_property (4d569e1)
  • example: pivot vitest tier to production-style ky + zod + vite-plugin stack (25ddd47)
  • example: scaffold vitest integration-tests package and config (530e22c)
  • example: serve OpenAPI spec at GET /api/openapi (cefe25e)
  • polymorphic: replace three-macro shape with open_api_polymorphic_property, close GH-30 via allOf siblings (1f76b7b), closes #30