0.6.0
This release includes a new feature that allows the promotion of a custom Application subclass to a shared singleton instance. The promote
function in AppState can be used to extend the functionalities of the Application class. This is especially useful when the Application subclass needs to conform to a delegate protocol like UIApplicationDelegate
. This enhancement provides developers with greater flexibility in managing application state.
What's Changed
Full Changelog: 0.5.0...0.6.0