diff --git a/CHANGELOG.md b/CHANGELOG.md index 90aa956..9b349df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Added **ChangeLog** file and format it according to [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). -- Added reference to **Semantic Versioning** in the changelog file. (History will be updated on time) +- Added reference to **Semantic Versioning** in the changelog file. (History will be updated on time). - Version format is now `v0.0.0` instead of `0.0.0`. Changes to this are also reflected in the workflos. - Add `Identifiers` and `Jest` Sections to the `README.md` file. +- feat: Add new Error `InitializationError` to reflect errors during initialization of a dependency. +- feat: Add initialization error handling and refactor Inject. +- feat: After injecting a dependency, the lazzy loading getter will be replaced with the dependency itself. +- feat: remove the use of a private property to store the injected dependencies. Now the dependencies are stored in the property itself. +- test: Add tests for the new features. + ### Deprecated