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

Observable property wrapper #25

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

Commits on Oct 18, 2019

  1. Updated project to recommended settings (Xcode 11)

    Niklas Holloh committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    b511562 View commit details
    Browse the repository at this point in the history
  2. Updated deprecated localization options

    Niklas Holloh committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    c95d722 View commit details
    Browse the repository at this point in the history
  3. Fixed compiler warnings about redundant public modifiers

    Niklas Holloh committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    1fc8dba View commit details
    Browse the repository at this point in the history
  4. Updated travis.yml to use the xcode11 os image

    Niklas Holloh committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    c0829e3 View commit details
    Browse the repository at this point in the history
  5. Added support for using Observable as PropertyWrapper and tests

    Niklas Holloh authored and Niklas Holloh committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    96fbbb7 View commit details
    Browse the repository at this point in the history
  6. Fix for incorrect file path after cherry picking the propertyWrapper …

    …implementation
    Niklas Holloh committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    4c980cf View commit details
    Browse the repository at this point in the history
  7. Fixed compiler warning about property wrapper init being renamed from…

    … init(initialValue:) to init(wrappedValue:)
    Niklas Holloh committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    b61678f View commit details
    Browse the repository at this point in the history
  8. Switched from iPhone 7 test target to iPhone 11 as iPhone 7 with late…

    …st iOS is unavailable on travis with xcode11 image
    Niklas Holloh committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    b824f30 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'Xcode11' into ObservablePropertyWrapper

    Niklas Holloh committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    df90318 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

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