Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-16 | refactor!: remove async DI container interface | HampusM | |
BREAKING CHANGE: IAsyncDIContainer have been removed and multiple structs no longer take a DI container generic parameter | |||
2023-08-31 | refactor: pass around BindingOptions instead of name | HampusM | |
2023-08-20 | feat: expose DI container get_bound methods to public API | HampusM | |
2023-08-18 | refactor: replace use_dependency_history with a more generic macro | HampusM | |
2023-08-16 | chore: fix warnings when only the async feature enabled | HampusM | |
2023-08-16 | chore!: remove the factory macro async flag | HampusM | |
BREAKING CHANGE: The factory macro's async flag has been removed | |||
2023-08-15 | fix!: make the factory macro not change its input | HampusM | |
BREAKING CHANGE: The factory macro no longer - Changes the return type to be inside of a TransientPtr - Adds Send + Sync bounds when the threadsafe or the async flag is set - Changes the return type be inside of a BoxFuture when the async flag is set | |||
2023-08-05 | refactor!: remove IDependencyHistory | HampusM | |
BREAKING CHANGE: IDependencyHistory has been removed as part of an effort to simplify the API. This affects IDIContainer, DIContainer, IAsyncDIContainer, AsyncDIContainer, Injectable, AsyncInjectable, BindingBuilder, AsyncBindingBuilder, BindingScopeConfigurator, BindingWhenConfigurator, AsyncBindingScopeConfigurator, AsyncBindingWhenConfigurator and DependencyHistory | |||
2023-08-04 | refactor!: remove SomeThreadsafePtr & move variants to SomePtr | HampusM | |
BREAKING CHANGE: SomeThreadsafePtr has been removed and it's variants have been moved to SomePtr | |||
2023-08-04 | refactor!: remove async_closure macro from API | HampusM | |
BREAKING CHANGE: The async_closure macro has been removed. This is because it is completely out of scope for this crate | |||
2023-08-02 | docs: fix wrong quotes in binding configurators | HampusM | |
2023-08-01 | test: clean up binding configurator unit tests | HampusM | |
2023-01-19 | refactor: remove unnecessary must_use attributes | HampusM | |
2023-01-19 | refactor!: make binding builder & configurator methods take self ownership | HampusM | |
BREAKING CHANGE: The methods of BindingBuilder, AsyncBuilder, BindingScopeConfigurator, AsyncBindingScopeConfigurator, BindingWhenConfigurator, AsyncBindingWhenConfigurator now take ownership of self | |||
2022-11-19 | refactor: reorganize non-public API items | HampusM | |
2022-11-17 | refactor: use the async-lock crate instead of Tokio | HampusM | |
2022-11-07 | fix: make factories work again after Rust nightly-2022-11-07 | HampusM | |
2022-11-06 | refactor: improve cast error handling | HampusM | |
2022-10-30 | docs: add sealed notices to DI container interfaces | HampusM | |
2022-10-29 | refactor!: add dependency history type | HampusM | |
BREAKING CHANGE: Binding builders & configurators now take dependency history type arguments, the DetectedCircular variant of InjectableError now contains a dependency history field & the injectable traits take dependency history instead of a Vec | |||
2022-10-24 | test: add binding configurator unit tests | HampusM | |
2022-10-24 | refactor: rename DI container binding map to DI container storage | HampusM | |
2022-10-23 | test: add binding builder unit tests | HampusM | |
2022-10-23 | refactor!: reduce DI container coupling | HampusM | |
BREAKING CHANGE: You now have to import the DI containers's interfaces to use the DI containers's methods | |||
2022-10-09 | refactor!: reorganize DI containers | HampusM | |
BREAKING CHANGE: DIContainer, AsyncDIContainer & the binding structs have been relocated |