v2.0.5: Add typed service lookup entrypoint and tests for Arcane.service

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-06-03 19:37:14 +02:00
parent fe42eac0dc
commit cbb1a78473
7 changed files with 83 additions and 2 deletions
+9
View File
@@ -1,3 +1,12 @@
## 2.0.5
### Arcane Framework
- [NEW] Added `Arcane.service` typed lookup entrypoint for provider-aware
service access:
- `Arcane.service.ofType<T>(context)`
- `Arcane.service.requiredOfType<T>(context)`
## 2.0.4
### Logging Service