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: expo/vscode-expo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.2
Choose a base ref
...
head repository: expo/vscode-expo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.3.0
Choose a head ref
  • 3 commits
  • 40 files changed
  • 2 contributors

Commits on Mar 6, 2024

  1. refactor(fixtures): upgrade all fixtures to SDK 50 (#246)

    * refactor: update all fixtures to SDK 50
    
    * chore: update all test snapshot for SDK 50
    
    * fix: use full typescript extension name to avoid confusing vscode
    
    * chore: add debugging fixture with logs and breakpoint test
    byCedric committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    feceea4 View commit details
    Browse the repository at this point in the history
  2. feature: support React Native 0.74 logical device id when debugging (

    …#247)
    
    * fix: filter by unique device name instead of title
    
    * fix: support React Native `0.74` logical device identifier when filtering
    
    * feature: add `sinon-chai` to test bundler related code
    
    * test: add bundler related code test
    
    * fix: resolve bundler related issues from test
    
    * refactor: move `fetch` test functions to test utils
    
    * chore: mark `node-fetch` as both production and development library
    byCedric committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    97555e7 View commit details
    Browse the repository at this point in the history
  3. chore: create new release 1.3.0

    ## [1.3.0](1.2.2...1.3.0) (2024-03-06)
    
    ### New features
    
    * support React Native `0.74` logical device id when debugging ([#247](#247)) ([97555e7](97555e7))
    
    ### Code changes
    
    * **fixtures:** upgrade all fixtures to SDK 50 ([#246](#246)) ([feceea4](feceea4))
    Expo CI committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    c05fe1d View commit details
    Browse the repository at this point in the history
Loading