aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
AgeCommit message (Expand)Author
2023-12-22refactor: mock Dependency struct impl instead of IDependencyHEADmasterHampusM
2023-12-22build: enable Syn's extra-traits crate featureHampusM
2023-12-22feat: add support for async constructorsHampusM
2023-10-01build: bump version to 0.5.1HampusM
2023-10-01refactor: make camel cased text snake cased without regexHampusM
2023-09-25docs: fix custom CSS not used by docs.rsHampusM
2023-09-21build: bump versions to 0.5.0HampusM
2023-08-13feat: add internal logging for macrosHampusM
2023-08-02build: improve the fix for the predicates-tree MSRV changeHampusM
2023-08-01build: add temporary fix for predicates-tree MSRV changeHampusM
2023-08-01build: use mockall 0.11.4HampusM
2023-01-30feat: improve macro error messagesHampusM
2022-11-28build: bump versions to 0.4.2v0.4.2HampusM
2022-11-12test: replace the test_util_macros crate with utility-macrosHampusM
2022-11-11test: add unit test for create_caster_fn_identHampusM
2022-11-11test: add unit tests for parsing declare_default_factory macro argsHampusM
2022-11-07build: fix running macros tests on Rust stableHampusM
2022-10-30build: bump versions to 0.4.1v0.4.1HampusM
2022-10-15refactor: improve internals of macros & add unit testsHampusM
2022-10-03refactor: remove relying on Rust nightly for better handling of featuresHampusM
2022-10-02refactor: improve management of feature specific itemsHampusM
2022-10-01build: bump versions to 0.4.0HampusM
2022-08-29feat: implement async functionalityHampusM
2022-08-21build: bump versions to 0.3.0v0.3.0HampusM
2022-08-21docs: change project descriptions to describe it as a frameworkHampusM
2022-08-03refactor: add Cargo feature for preventing circular dependenciesHampusM
2022-08-02chore: change license to MIT or Apache-2.0HampusM
2022-08-02build: change license in manifests to LGPL-2.1-onlyHampusM
2022-08-01refactor: limit the factory macro to the factory featureHampusM
2022-08-01build: bump versions to 0.2.1v0.2.1HampusM
2022-08-01docs: add doc comments & deny missing docsHampusM
2022-07-31build: bump versions to 0.2.0v0.2.0HampusM
2022-07-22build: bump versions to 0.1.1v0.1.1HampusM
2022-07-20refactor: reorganize folder hierarchyHampusM