File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 2.0.0] - ??? :star :
8+ ## [ 2.0.0] - 2023-01-07 :star :
99- Introduces a ` ContainerProtocol ` to improve interoperability between
1010 libraries and alternative implementations of DI containers. The protocol is
1111 inspired by [ punq] ( https://github.com/bobthemighty/punq ) , since its code API
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020- Renames context classes: "GetServiceContext" to "ActivationScope",
2121 "ResolveContext" to "ResolutionContext".
2222- The "add_exact* " methods have been made private, to simplify the public API.
23+ - Adds typehints to GetServiceContext init params; [ guscardvs] ( https://github.com/guscardvs ) ' contribution.
2324
2425## [ 1.1.3] - 2022-03-27 :droplet :
2526- Corrects a bug that would cause false positives when raising exceptions
You can’t perform that action at this time.
0 commit comments