Skip to content

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 22:17

0.10.0 (2026-07-30)

Bug Fixes

  • cli: load generate-client's openapi-typescript import lazily (06b8d2b)
  • downgrade commander to ^14.0.3 (v15 dropped CJS support) (3ec9194)
  • exclude CHANGELOG.md from prettier (3d75819)
  • prettier formatting drift in export command (cli/index.ts, export-entry-runner.ts) (37c2af0)
  • test: isolate e2e.spec.ts fixtures to fix flaky/failing CI (3190e02)

Features

  • ci: add docfy-pr-check-reusable.yml for external consumers (04ef645)
  • ci: add spec-diff script for breaking-change detection (e4ee847)
  • ci: surface breaking-change spec diff in the PR comment (94259da)
  • examples: add docfy-export.ts entry file to basic-nest-app (cbd113c)