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.3.0
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.4.0
Choose a head ref
  • 7 commits
  • 28 files changed
  • 2 contributors

Commits on Mar 7, 2024

  1. refactor: add tests and replace minimatch with picomatch (#248)

    * test: add expo cli invocation tests
    
    * test: add expo manifest tests
    
    * test: add expo manifest plugin tests
    
    * test: add file path tests
    
    * refactor: replace `minimatch` with `picomatch`
    
    * refactor: mark `@expo/config-plugins` as test dependency
    
    * fix: do not return `null` for `./` as file directory
    byCedric authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    519d179 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    6c789b8 View commit details
    Browse the repository at this point in the history
  2. chore: bump all workflow actions to latest versions (#250)

    * chore: bump all workflow actions to latest versions
    
    * refactor: replace outdated node16 action with `gh release upload` command
    byCedric authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    5a4bf25 View commit details
    Browse the repository at this point in the history
  3. chore: use composite action to resolve exact npm package version (#251)

    * chore: use composite action to resolve exact npm package version
    
    * fix: run schema workflows when actions change
    byCedric authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    2d0efa6 View commit details
    Browse the repository at this point in the history
  4. feature: use vscode.workspace.fs API to load Expo projects (#252)

    * test: add tests for expo project and project cache
    
    * refactor: use `vscode.workspace.fs` API to load Expo projects
    
    * refactor: implement new `vscode.workspace.fs` API to load Expo projects
    
    * fix: use `path.posix.join` in `relativeUri` for Windows
    
    * refactor: drop `relativeUri` in favor of `vscode.Uri.joinPath`
    byCedric authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    5a596d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    036af2b View commit details
    Browse the repository at this point in the history
  6. chore: create new release 1.4.0

    ## [1.4.0](1.3.0...1.4.0) (2024-03-08)
    
    ### New features
    
    * use `vscode.workspace.fs` API to load Expo projects ([#252](#252)) ([5a596d1](5a596d1))
    
    ### Code changes
    
    * add tests and replace minimatch with picomatch ([#248](#248)) ([519d179](519d179))
    
    ### Other chores
    
    * bump all workflow actions to latest versions ([#250](#250)) ([5a4bf25](5a4bf25))
    * bump minimal required vscode version ([#249](#249)) ([6c789b8](6c789b8))
    * enable tests for vscode insiders versions ([#253](#253)) ([036af2b](036af2b))
    * use composite action to resolve exact npm package version ([#251](#251)) ([2d0efa6](2d0efa6))
    Expo CI committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    dab0463 View commit details
    Browse the repository at this point in the history
Loading