-
Notifications
You must be signed in to change notification settings - Fork 22
Comparing changes
Open a pull request
base repository: expo/vscode-expo
base: 1.3.0
head repository: expo/vscode-expo
compare: 1.4.0
- 7 commits
- 28 files changed
- 2 contributors
Commits on Mar 7, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 519d179 - Browse repository at this point
Copy the full SHA 519d179View commit details
Commits on Mar 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6c789b8 - Browse repository at this point
Copy the full SHA 6c789b8View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 5a4bf25 - Browse repository at this point
Copy the full SHA 5a4bf25View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 2d0efa6 - Browse repository at this point
Copy the full SHA 2d0efa6View commit details -
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`
Configuration menu - View commit details
-
Copy full SHA for 5a596d1 - Browse repository at this point
Copy the full SHA 5a596d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 036af2b - Browse repository at this point
Copy the full SHA 036af2bView commit details -
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 committedMar 8, 2024 Configuration menu - View commit details
-
Copy full SHA for dab0463 - Browse repository at this point
Copy the full SHA dab0463View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.3.0...1.4.0