-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Added - Wiring via `@wiring.inject` or `wiring.wire()` - Providers for injection - BlankProvider - ExistingSingleton - Singleton - Factory - Overriding with context managers - Simple service example to examples/ ### Changed ### Fixed ### Closes
- Loading branch information
1 parent
7d46ef9
commit 404fabc
Showing
4 changed files
with
86 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [v0.0.0] - 2024-06-03 | ||
|
||
Pre Release! π | ||
|
||
### Added | ||
|
||
- Wiring via `@wiring.inject` or `wiring.wire()` | ||
- Providers for injection | ||
- BlankProvider | ||
- ExistingSingleton | ||
- Singleton | ||
- Factory | ||
- Overriding providers with context managers | ||
- Simple service example to examples/ | ||
|
||
### Changed | ||
|
||
### Fixed | ||
|
||
### Closes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters