This repository was archived by the owner on Aug 10, 2024. It is now read-only.
v0.13.0
=================== Breaking Change --------------- - `_with_kwargs()` class method has been replaced by `Service.parameterized` and `Factory.parameterized` with a cleaner design. Now parameters must be explicitly defined in their respective configuration. Those will be verified to ensure they don't have any injections or default values, as sanity checks. Otherwise passing the default value as a parameter or relying on the actual default would not point to the same dependency value.