typectx v0.11: Speaking the Same Language
Version 0.11 brings a major, but purely syntactic, shift to typectx. I've decided to move away from the "supply chain" metaphor and embrace standard Dependency Injection terminology.
When I first created typectx, I used terms like supplier and product because they fit the mental model of a functional, decoupled supply chain. But over time, it became clear that this bespoke vocabulary was adding an unnecessary learning curve for developers coming from classical DI frameworks like NestJS or Spring.
In v0.11, the underlying engine remains exactly the same—it's still a hyper-minimalistic, functionally pure context container—but the API now speaks a language everyone already knows.
Let's dive into the renames.
