File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,11 +10,26 @@ All notable changes to this project will be documented in this file.
1010The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
1111and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
1212
13- ## Unreleased
13+ ## [ 1.19.3] ( https://github.com/uber-go/fx/compare/v1.19.2...v1.19.3 ) - 2023-04-17
14+ ### Changed
15+ - Fixed several typos in docs.
16+ - WASM build support.
17+ - Annotating In and Out structs with From/As annotations generated invalid results.
18+ The annotation check now blocks this.
19+ - ` Shutdown ` : Support calling from ` Invoke ` .
20+
1421### Deprecated
1522- Deprecate ` ShutdownTimeout ` option.
1623
17- ## [ 1.19.1] ( https://github.com/uber-go/fx/compare/v1.18.0...v1.19.1 ) - 2023-01-10
24+ ### Fixed
25+ - Respect Shutdowner ExitCode from calling ` Run ` .
26+
27+ ## [ 1.19.2] ( https://github.com/uber-go/fx/compare/v1.19.1...v1.19.2 ) - 2023-02-21
28+
29+ ### Changed
30+ - Update Dig dependency to v1.16.1.
31+
32+ ## [ 1.19.1] ( https://github.com/uber-go/fx/compare/v1.19.0...v1.19.1 ) - 2023-01-10
1833
1934### Changed
2035- Calling ` fx.Stop() ` after the ` App ` has already stopped no longer errors out.
Original file line number Diff line number Diff line change 2121package fx
2222
2323// Version is exported for runtime compatibility checks.
24- const Version = "1.20.0-dev "
24+ const Version = "1.19.3 "
You can’t perform that action at this time.
0 commit comments