Skip to content

Commit

Permalink
Merge pull request #349 from fnimick/fnimick/parent-lifetime-check
Browse files Browse the repository at this point in the history
Add option to detect and error on dependency lifetime mismatch
  • Loading branch information
jeffijoe committed Jan 7, 2024
2 parents 65b2de7 + 6d1832b commit 0186da9
Show file tree
Hide file tree
Showing 18 changed files with 563 additions and 186 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v10.0.0

* Add (optional, off by default) strict mode to enforce extra correctness checks in both resolution
and registration
* Reduce the publicly accessible API surface to only that which is needed to use Awilix. This is
potentially a breaking change if you were using any of the internal type definitions.

# v9.0.0

* Upgrade packages
Expand Down
Loading

0 comments on commit 0186da9

Please sign in to comment.