This repository was archived by the owner on Aug 10, 2024. It is now read-only.
v0.10.0
Breaking change --------------- - In :py:class:`.Wiring`, :code:`ignore_missing_methods` has been replaced by :code:`attempt_methods`. Bug fix ------- - Using :py:meth:`.inject` on :code:`__init__()` of a :py:class:`.Service`, or any methods injected by default by Antidote, will not raise a double injection error anymore.