Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NativeScript/ios
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.0.0
Choose a base ref
...
head repository: NativeScript/ios
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.0.1
Choose a head ref
  • 5 commits
  • 6 files changed
  • 3 contributors

Commits on Nov 21, 2025

  1. feat(runtime): improve initialization with context scope management a…

    …nd runtime IDs (#315)
    
    - Add Context::Scope RAII pattern to RunMainScript for proper context handling
    - Introduce atomic runtime ID generation for unique runtime identification
    - Ensures proper context scope management during script execution
    - Runtime IDs use thread-safe atomic operations for main and worker threads
    adrian-niculescu authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    968043e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd2703d View commit details
    Browse the repository at this point in the history
  3. revert: "feat(runtime): improve initialization with context scope man…

    …agement a…" (#317)
    
    This reverts commit 968043e.
    edusperoni authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    9c45bf1 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2025

  1. Configuration menu
    Copy the full SHA
    f748751 View commit details
    Browse the repository at this point in the history
  2. release: 9.0.1

    NathanWalker committed Nov 25, 2025
    Configuration menu
    Copy the full SHA
    966b5de View commit details
    Browse the repository at this point in the history
Loading