# Changelog All notable changes to this project will be documented in this file. ## [0.3.14] - 2024-12-09 ### Bug Fixes - Remove `dbg!` call ### Example - Add `resolver` example ## [0.3.13] - 2024-12-05 ### Bug Fixes - Remove unneeded `unwrap` ### Features - Add the ability to register a resolver - Automatically implement `injectable` for types - Add the ability to register resolvers ### Example - Add resolver examples ## [0.3.12] - 2024-10-31 ### Features - Defer the creation of the hashmap till needed ## [0.3.11] - 2024-10-02 ### Bug Fixes - Remove unnecessary `Clone` bound ### Testing - Add test to make sure one can clone a service ## [0.3.10] - 2024-10-01 ### Bug Fixes - Fix a bug that remove type from global container ### Features - Add `set_type` function the helpers ## [0.3.9] - 2024-07-25 ### Bug Fixes - Update openssl version ## [0.3.0] - 2024-02-21 ### Bug Fixes - Update dependencies versions ### Features - Add the ability for container to forget an entry ### Miscellaneous Tasks - Update dependencies ### Testing - Test the `forgetting` feature ### Example - Add examples of how the forgetting feature works ## [0.3.1] - 2023-10-03 ### Example - Add an actix web basic example - Add two more examples