fx v1.15.0 Release Notes

Release Date: 2021-11-08 // over 2 years ago
  • โž• 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.