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

Remove irrelevant hookcode, fix ti clean forking with --project-dir arg #402

Merged
merged 5 commits into from
Oct 20, 2020

Commits on Oct 19, 2020

  1. refactor!(tisdk3fixes): remove pre SDK 4.0 compatibility code

    BREAKING CHANGE: Drops compatability code for below SDK 4.X
    ewanharris committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    eba8831 View commit details
    Browse the repository at this point in the history
  2. fix(clean): handle a graceful shutdown correctly

    Fixes TIMOB-27866
    ewanharris committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    6f66cd0 View commit details
    Browse the repository at this point in the history
  3. refactor: remove titanium-sdk module lookup, remove unnecessary versi…

    …on check
    
    node-titanium-sdk is in all supported SDK lines so we can trust that it will be there, this
    check doesn't need to compare an SDK version so we don't need to make sure that we can get
    a semver compliant SDK version
    ewanharris committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    7471a00 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Configuration menu
    Copy the full SHA
    39dca32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a8c59f View commit details
    Browse the repository at this point in the history