1.4 KiB
1.4 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Added
Deprecated
Removed
Fixed
Security
0.0.14
Added
- Added ChangeLog file and format it according to Keep a Changelog.
- Added reference to Semantic Versioning in the changelog file. (History will be updated on time).
- Version format is now
v0.0.0
instead of0.0.0
. Changes to this are also reflected in the workflos. - Add
Identifiers
andJest
Sections to theREADME.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
- Deprecated the old version format
0.0.0
.