Skip to content

v48.0.0

Choose a tag to compare

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

48.0.0 (2026-04-27)

  • feat(injector)!: require explicit @inject for every constructor param (0a45157)

Bug Fixes

  • config: load reflect metadata for benchmarks (1f2d1d1)

Features

  • config: add browser benchmark specs (af67f32)

BREAKING CHANGES

  • constructor parameters without @inject no longer pick up
    positional arguments — they resolve to undefined. resolveByArgs is removed
    from the public API.

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