Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-04 | refactor!: remove factory & declare_default_factory macros | HampusM | |
BREAKING CHANGE: The factory and the declare_default_factory macros have been removed. They are no longer needed to use factories | |||
2023-09-18 | refactor!: make the async DI container not inside a Arc | HampusM | |
BREAKING CHANGE: The async DI container is no longer inside of a Arc. This affects AsyncBindingBuilder, AsyncBindingScopeConfigurator, AsyncBindingWhenConfigurator & AsyncInjectable | |||
2023-09-18 | refactor: replace threadsafe castable factory Fn impl with method | HampusM | |
2023-09-18 | refactor: make threadsafe castable factory take DI container param | HampusM | |
2023-09-17 | refactor: move castable factory to directory module | HampusM | |
2023-09-17 | refactor!: make the blocking DI container not inside a Rc | HampusM | |
BREAKING CHANGE: The blocking DI container is no longer inside of a Rc. This affects BindingBuilder, BindingScopeConfigurator, BindingWhenConfigurator & Injectable | |||
2023-09-17 | refactor: replace castable factory Fn impl with method | HampusM | |
2023-09-16 | refactor: make castable factory take DI container param | HampusM | |
2023-08-01 | refactor: remove calls to default on unit structs | HampusM | |
2023-01-12 | refactor: fix Clippy lint in threadsafe castable factory | HampusM | |
2023-01-12 | refactor: fix Clippy lints | HampusM | |
2022-11-19 | refactor: reorganize non-public API items | HampusM | |