Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-31 | refactor!: remove SomeThreadsafePtrError | HampusM | |
BREAKING CHANGE: SomeThreadsafePtrError has been removed and SomePtrError is now used by both the methods of SomePtr and of SomeThreadsafePtr | |||
2022-10-03 | refactor: remove relying on Rust nightly for better handling of features | HampusM | |
2022-10-02 | refactor: improve management of feature specific items | HampusM | |
2022-10-01 | chore: remove repetition of allowing clippy::module_name_repetitions | HampusM | |
2022-08-29 | feat: implement async functionality | HampusM | |
2022-08-28 | style: add rustfmt config options | HampusM | |
2022-08-27 | refactor!: limit FactoryPtr & AnyFactory to the factory feature | HampusM | |
BREAKING CHANGE: FactoryPtr has been limited to the factory feature | |||
2022-08-27 | refactor!: make DI container have single get function | HampusM | |
BREAKING CHANGE: The DI container get_singleton & get_factory functions have been replaced by the get function now returning a enum | |||
2022-08-01 | docs: add doc comments & deny missing docs | HampusM | |
2022-07-31 | feat: implement binding singletons | HampusM | |
2022-07-31 | refactor!: rename InterfacePtr to TransientPtr | HampusM | |
BREAKING CHANGE: InterfacePtr has been renamed to TransientPtr | |||
2022-07-20 | refactor: reorganize folder hierarchy | HampusM | |