- Configurable auto-initialization, #23 @Fedorof.
- Use getfullargspec when executing in Python3, #17 @jaimewyant.
- Fixed race condition in bind_to_constructor, #14 @peick.
- Added
inject.params(arg1=cls1, arg2=cls2)
, deprecatedinject.param
, #12 (thanks @scharf).
- Added
inject.configure_once
andinject.is_configured
, #11.
- Switch from root logger to module logger, #8.
inject.param
decorator.- Small fixes in exceptions.
- Smaller, better, faster version with simpler and cleaner API.
- Second version (never made it to stable).
- Initial release.