Skip to content

v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Jul 07:51
3b744f2

1.0.0 (2026-07-12)

⚠ BREAKING CHANGES

  • The Fody-based weaver is removed. Consumers must drop the Stiletto.Fody package and its FodyWeavers.xml entry; the source generator ships in the Stiletto package and runs automatically. 1.0 targets net10.0 only. The public API ([Inject]/[Module]/[Provides]/[Named]/[Singleton]/Container.Create) is unchanged.

Features

  • replace the Fody weaver with a Roslyn source generator (#45) (d0d99a6)

Bug Fixes

  • don't misclassify keys that merely nest Provider/Lazy/Set (#42) (4fd3f92)

Documentation

  • graduate to 1.0.0 and clarify prerelease graduation (#44) (65db585)