Skip to content

0.1.2

Choose a tag to compare

@iadev09 iadev09 released this 23 May 21:58
· 2 commits to main since this release

0.1.2 - typed-lifecycle-order

  • Added type-based provider lifecycle ordering with ProviderOrder::before::<T>() and after::<T>().
  • Added shared lifecycle planning for validate, boot, reload, and reverse shutdown.
  • Added Registry::lifecycle_names() for diagnostics before boot.
  • Switched Runnable to explicit async run(self: Arc<Self>, state).
  • Updated examples and README.