Skip to content

Commit

Permalink
Evaluate transitive Providers! ↩️
Browse files Browse the repository at this point in the history
## Added

- Factory/Singleton now evaluate Provider arguments at runtime

## Changed

- Renamed `BlankProvider` -> `Blank`
- Moved providers into dedicated package

## Fixed

- Broken example in examples/simple_service
  • Loading branch information
scottzach1 committed Jun 4, 2024
1 parent d67eea0 commit 47a87ff
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ 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.1] - 2024-06-04

Evaluate transitive Providers! ↩️

## Added

- Factory/Singleton now evaluate Provider arguments at runtime

## Changed

- Renamed `BlankProvider` -> `Blank`
- Moved providers into dedicated package

## Fixed

- Broken example in examples/simple_service

### Closes

## [v0.0.0] - 2024-06-03

Pre Release! 🚀
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-injection-framework"
version = "0.0.0"
version = "0.0.1"
description = "Another Python Dependency injector framework."
authors = ["Zac Scott <zac.scott11@gmail.com>"]
license = "BSD-3"
Expand Down

0 comments on commit 47a87ff

Please sign in to comment.