Skip to content

v1.15.0

Compare
Choose a tag to compare
@sywhang sywhang released this 08 Nov 20:32
· 242 commits to master since this release
d53f55f

Added

  • Add fx.Annotate to allow users to provide parameter and result tags easily without
    having to create fx.In or fx.Out structs.
  • Add fx.As that allows users to annotate a constructor to provide its result type(s) as
    interface(s) that they implement instead of the types themselves.

Fixed

  • Fix fxevent.Stopped not being logged when App.Stop is called.
  • Fix fxevent.Started or fxevent.Stopped not being logged when start or
    stop times out.