File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## Unreleased
8
- - No changes yet.
7
+ ## [ 1.17.0] - 2023-05-02
8
+ ### Added
9
+ - Allow using ` dig.As ` with ` dig.Group ` .
10
+ - Add ` FillInvokeInfo ` Option and ` InvokeInfo ` struct to help
11
+ extract the types requested by an ` Invoke ` statement.
12
+ - To get visibility into constructor and decorator calls, introduce
13
+ ` WithCallback ` Option to provide callback functions.
14
+
15
+ [ 1.17.0 ] : https://github.com/uber-go/dig/compare/v1.16.1...v1.17.0
9
16
10
17
## [ 1.16.1] - 2023-01-10
11
18
### Fixed
You can’t perform that action at this time.
0 commit comments