Skip to content
This repository was archived by the owner on Aug 10, 2024. It is now read-only.

v0.13.0

@Finistere Finistere tagged this 26 Mar 19:20
===================

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.
Assets 2
Loading