Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 3.12 KB

File metadata and controls

50 lines (27 loc) · 3.12 KB

Changelog

0.1.1 (2026-05-21)

Bug Fixes

  • build: make golangci-lint latest release pass (8c407c4)
  • typescript-fetch: fix instanceOf guards and container-item serialization (72ee877)
  • typescript-fetch: fix multipart requests with container-type params (04321ef)
  • typescript-fetch: fix TypeScript 'every on never' error in oneOf models (f043925)
  • typescript-fetch: restore error prototype chain in error constructors (5d0c569)
  • typescript-fetch: use datatypeWithEnum for interface property types (9562181)

Documentation

  • add convention to not include Copilot co-author trailer in commits (16b0a5d)
  • update README with installation instructions and generator docs (90ee55d)

Automation

  • add windows arm64 & release VERSION injection (cd633d1)
  • release: update workflow (19de66b)

Maintenance

  • samples: add typescript-fetch generated samples (c00f67c)
  • typescript-fetch: bump TypeScript devDependency to 6.0.3 (d651de4)

0.1.0 (2026-02-04)

Features

  • initial implementation with typescript-fetch client template (177ac96)

Bug Fixes

  • embed templates using go:embed (#4) (1265378)
  • improve parser & generator type safety and conflict handling (eb91415)

Automation

  • add quality & coverage checks and release artifacts (6dadba9)
  • update token for release-please action (4fb9343)