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 (1.2.X) #66

Merged
merged 11 commits into from
Sep 9, 2016

Commits on Sep 2, 2016

  1. Configuration menu
    Copy the full SHA
    7660d76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa094ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d076d76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb8c796 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32710c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce77d0f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d97e6f9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6df3e6a View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 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 7, 2016
    Configuration menu
    Copy the full SHA
    3a751a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8fbd29 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2016

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