Skip to content

v49.0.0

Choose a tag to compare

@github-actions github-actions released this 27 Apr 08:41
· 70 commits to main since this release

49.0.0 (2026-04-27)

  • feat(injector)!: spread runtime args into argsFn callback (5fbcf95)

BREAKING CHANGES

  • argsFn callback signature changed from
    (args: unknown[]) => T to (...args: unknown[]) => T. Update existing
    callers to take positional params, e.g. argsFn(([t]) => ...) becomes
    argsFn((t) => ...).

Co-Authored-By: Claude Opus 4.7 noreply@anthropic.com