Skip to content

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 02:36
· 14 commits to main since this release

   🚨 Breaking Changes

  • Hierarchical infinite query keys for granular invalidation  -  by @7nohe (e2163)

   🚀 Features

  • Upgrade hey-api generator to v0.73  -  by @7nohe (41e1b)
  • Generate queryOptions/infiniteQueryOptions factories and dedicated infinite query keys  -  by @7nohe and Claude Fable 5 (8486a)
  • Declare @tanstack/react-query as a peer dependency and widen commander range  -  by @7nohe (43e0f)
  • Make initialPageParam and getNextPageParam overridable in infinite query hooks  -  by @7nohe (a85f3)
  • Complete the infinite query family and surface SDK errors  -  by @7nohe (36202)
  • Add --omitInitialPageParam to send no initial page param  -  by @7nohe (f6014)

   🐞 Bug Fixes

  • Emit package declarations  -  by @aqin236 (45def)
  • Adapt ts-morph pipeline to hey-api 0.92+ SDK semantics  -  by @7nohe and Claude Fable 5 (07ed7)
  • Restore v2-compatible Options type and operation JSDoc in generated hooks  -  by @7nohe and Claude Fable 5 (adab0)
  • Preserve blank initial page parameter  -  by @7nohe (fab67)
  • Emit package declaration files  -  by @7nohe in #194 (0864f)
  • Emit package declaration files  -  by @7nohe (058c6)
  • Improve generated request handling  -  by @7nohe (08f76)
  • codegen:
    • Anchor tsconfig detection at generation cwd, not install dir  -  by @7nohe (d1066)
  • deps:
    • Bump transitive dependencies to patched versions  -  by @7nohe (2c573)
    • Close remaining same-major overrides (cross-spawn, esbuild)  -  by @7nohe (f2d4d)
    • Upgrade vitest 1.x to 3.x  -  by @7nohe (2ef76)
    • Upgrade vite 5.x to 6.x across examples  -  by @7nohe (07fdd)
    • Upgrade next.js 14.x to 15.x in nextjs-app  -  by @7nohe (d2984)
    • Upgrade astro 4.x to 6.x and starlight to 0.40 in docs  -  by @7nohe (2a6c7)
    • Bump fast-xml-parser to 5.x, exclude .claude from coverage  -  by @7nohe (c489a)
    • Upgrade next.js 15.x to 16.x in nextjs-app  -  by @7nohe (e7c3e)
    • Remove global esbuild override flagged by Codex review  -  by @7nohe (a742d)
    • Close Dependabot alerts across root, examples, and docs  -  by @7nohe in #198 (6f9e8)
    • Bump pinned devalue override and drop npm-run-all  -  by @7nohe (c2d1c)
  • examples:
    • Correct client config key and error typing in react-app  -  by @7nohe (e6513)
    • Correct client config key and error typing in react-app"  -  by @7nohe (5362a)
  • nextjs-app:
    View changes on GitHub