v1.0.0-rc1
Pre-release
Pre-release
- [Breaking] Providing types into
fx.App
and invoking functions are now
options passed during application construction. This makes users'
interactions with modules and collections of modules identical. - [Breaking]
TestLifecycle
is now in a separatefxtest
subpackage. - Add
fx.Inject()
to pull values from the container into a struct.