Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for SwiftUI #9

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Support for SwiftUI #9

wants to merge 5 commits into from

Commits on Jan 2, 2023

  1. Swift Package Manager support

    Sean Levin committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    27ee33c View commit details
    Browse the repository at this point in the history
  2. Support for SwiftUI

    Sean Levin committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    13b6141 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Merge branch 'sal/spm' into sal/swiftui

    Sean Levin committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    ad952f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Better ObservableObject and Binding support

    * objectWillChange happens as a side effect
    * observableValue gets its values changed when updating
    * observableValue can support SwiftUI bindings by offering an optional
    input resource which user implements independently
    Sean Levin committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    d9402f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Configuration menu
    Copy the full SHA
    cd41eb6 View commit details
    Browse the repository at this point in the history