Skip to content

v54.0.0

Choose a tag to compare

@github-actions github-actions released this 02 May 13:07
· 4 commits to main since this release

54.0.0 (2026-05-02)

  • feat(metadata)!: convert @once to factory with onRepeat callback (4402af6)

BREAKING CHANGES

  • @once is now a decorator factory — call sites must
    use @once() instead of @once. The factory accepts an optional
    { onRepeat } callback that fires on each repeat call with
    { index, args }.

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