Skip to content

Releases: jasonjrr/MVVM.Demo.SwiftUI

4.0.2 - iOS 17 Update (patch 2)

18 Jan 17:24
Compare
Choose a tag to compare

4.0.1 - iOS 17 Update (patch)

29 Nov 20:02
Compare
Choose a tag to compare

Update all ViewModels to be @State properties.

4.0.0 - iOS 17 Update

29 Nov 18:55
34e0254
Compare
Choose a tag to compare
  • iOS 17 Update

Updated the app to use iOS 17 patterns and features.

3.0.0 - iOS 16 Update

20 Apr 15:01
Compare
Choose a tag to compare
* iOS 16 Update

Updated the app to use iOS 16 patterns and features.

* Accessibility updates

* Refactor Color view out of ColorService

Someone on the internet didn't understand abstraction and they were mad that I used Color (the View) inside a service. I refactored it out with this update which really doesn't change much.

* Update README with project architecture description

* Add older OS reference to the README

Minor Pattern Updates

05 Dec 20:00
Compare
Choose a tag to compare
2.1.0

Cleanup signInOrOut publisher

2.0.0

03 Dec 22:29
Compare
Choose a tag to compare
Add Wizard Coordinator Pattern