Skip to content

v0.6.0

Compare
Choose a tag to compare
@djbe djbe released this 04 Dec 16:57
· 292 commits to main since this release

New Features

  • Added application services to the app delegate.
  • Added ViewModel protocol with helpers.

Breaking

  • AppDelegate: all UIAppDelegate implementations are now public instead of open. To add an override please use application services.
  • Config: renamed teardown() to teardownForReset().