Skip to content

v23.1.0

Choose a tag to compare

@Iku-turso Iku-turso released this 07 May 12:10
· 3 commits to master since this release

23.1.0 (2026-05-07)

Features

  • injectable: Override-as-injectable via instantiationDecoratorToken (635d0a0)
  • injectable: Tag-keyed dispatch for every targeted decorator/callback (65c3998)
  • injectable: Walk specificTokenOf chain at decorator dispatch sites (27534bd)

Performance Improvements

  • injectable: Direct-store v2-default no-args injects, closing the v1/v2 gap (cdb18b9)
  • injectable: Skip decorator dispatch and direct-store singletons in hot paths (5c489c2)
  • injectable: Trim per-call overhead in inject, injectMany and register hot loops (f14a99c)