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

[TIMOB-23812] Handle class properties correctly #65

Merged
merged 10 commits into from
Sep 9, 2016

Commits on Aug 31, 2016

  1. Configuration menu
    Copy the full SHA
    7bf4b35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    970fbf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8aedcd6 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2016

  1. Configuration menu
    Copy the full SHA
    948ce7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9923b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b89f637 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d05595 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2016

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

Commits on Sep 9, 2016

  1. [TIMOB-23812] Favor getter method generation for certain properties

    More of a hacky workaround to maintain api compatibility for all
    methods that were replaced with properties in iOS 10. This checks
    against a predefined list of properties and based on that, decides
    wether a js property or method should be generated.
    janvennemann committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    e41637c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6f23d9 View commit details
    Browse the repository at this point in the history