Skip to content

Tags: expo/vscode-expo

Tags

1.5.0

Toggle 1.5.0's commit message
chore: create new release 1.5.0

## [1.5.0](1.4.3...1.5.0) (2024-03-13)

### New features

* add more infers to determine device platform when debugging ([#260](#260)) ([d89a982](d89a982))

### Bug fixes

* add `workspace.fs.stat` error handling when files are missing ([#259](#259)) ([a5c6199](a5c6199))
* use optional chaining when validating relative paths in manifest asset completions ([#258](#258)) ([ee37364](ee37364))

1.4.3

Toggle 1.4.3's commit message
chore: create new release 1.4.3

## [1.4.3](1.4.2...1.4.3) (2024-03-12)

### Bug fixes

* fallback to device name when platform cant be derrived ([4aa895b](4aa895b))

1.4.2

Toggle 1.4.2's commit message
chore: create new release 1.4.2

## [1.4.2](1.4.1...1.4.2) (2024-03-10)

### Bug fixes

* activate extension after startup is finished ([#257](#257)) ([fd07af8](fd07af8))
* use proper vsix file name when adding to github release ([1b88b19](1b88b19))

### Code changes

* only re-fetch config when affected ([#256](#256)) ([f5a2986](f5a2986))

1.4.1

Toggle 1.4.1's commit message
chore: create new release 1.4.1

## [1.4.1](1.4.0...1.4.1) (2024-03-09)

### Bug fixes

* set `GH_TOKEN` when adding artifact to release ([8ef750e](8ef750e))

### Code changes

* project quality of life improvements ([#254](#254)) ([deeca27](deeca27))

1.4.0

Toggle 1.4.0's commit message
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))

1.3.0

Toggle 1.3.0's commit message
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))

1.2.2

Toggle 1.2.2's commit message
chore: create new release 1.2.2

## [1.2.2](1.2.1...1.2.2) (2024-03-06)

### Bug fixes

* add `userAgent` query parameter in debugger ([#237](#237)) ([7c978e5](7c978e5))
* bump `@vscode/test-electron` to `2.3.9` ([913cb7f](913cb7f))
* only change to underlying vscode adapter when starting debug session ([#245](#245)) ([7a3190f](7a3190f)), closes [microsoft/vscode#188979](microsoft/vscode#188979)

### Other chores

* bump @babel/traverse from 7.22.11 to 7.23.2 ([#233](#233)) ([2047870](2047870))
* bump @babel/traverse from 7.22.11 to 7.23.2 in /test/fixture ([#232](#232)) ([51d7292](51d7292))
* bump postcss from 8.4.29 to 8.4.31 in /test/fixture ([#230](#230)) ([a3ecf90](a3ecf90))
* bump react-devtools-core from 4.28.0 to 4.28.4 in /test/fixture ([#234](#234)) ([747d308](747d308))
* **ci:** rotate and update repository secrets ([#236](#236)) ([3fba51a](3fba51a))

1.2.1

Toggle 1.2.1's commit message
chore: create new release 1.2.1

## [1.2.1](1.2.0...1.2.1) (2023-09-04)

### Bug fixes

* resolve the project "realpath" on Windows to avoid drive letter mismatch in sourcemap ([#227](#227)) ([f20d7b7](f20d7b7))

1.2.0

Toggle 1.2.0's commit message
chore: create new release 1.2.0

## [1.2.0](1.1.0...1.2.0) (2023-09-04)

### New features

* diagnose manifest with dirty or changed documents ([#225](#225)) ([82c8dd3](82c8dd3))
* use `npx expo config` to generate preview data ([#223](#223)) ([640de3a](640de3a))

### Bug fixes

* manually resolve absolute file paths with `__dirname` ([7f4951e](7f4951e))
* upgrade `schema-expo-module` script to `expo@49` ([#219](#219)) ([a610842](a610842))

### Code changes

* emphasize bundled `@expo/*` packages and limit imports ([#222](#222)) ([0bd601d](0bd601d))

### Other chores

* disable `global.expect` workaround for `chai` ([324933c](324933c))
* drop `npm run install:fixture` in favor of vscode task for windows ([6a624da](6a624da))
* fail when no tests are found ([8eda594](8eda594))
* re-enable windows tests on ci ([a782b4e](a782b4e))
* test activation and remove useless activation event ([#221](#221)) ([b4dec03](b4dec03))
* unify snapshot behavior on CI and local testing ([#224](#224)) ([bdd2efe](bdd2efe))

1.1.0

Toggle 1.1.0's commit message
chore: create new release 1.1.0

## [1.1.0](1.0.7...1.1.0) (2023-09-01)

### New features

* allow `expo.*` properties as root properties without `expo` definition ([#217](#217)) ([c71ccbc](c71ccbc))

### Bug fixes

* downgrade conventional commit preset for semantic release ([d392f89](d392f89))
* replace yarn with npm due to issues with `@isaacs/cliui` ([#209](#209)) ([f046f1d](f046f1d))

### Code changes

* bump minimum vscode version to `1.78.2` ([#211](#211)) ([602946c](602946c))
* consolidate the testing fixtures ([#218](#218)) ([fe00632](fe00632))
* use mocha instead of jest to avoid crashes and other issues ([#208](#208)) ([92352ac](92352ac))
* use proper `dependencies` instead of `devDependencies` only ([#214](#214)) ([d0f60eb](d0f60eb))

### Other chores

* add missing `permissions` to github workflow when dry-running release ([#205](#205)) ([7a78a92](7a78a92))
* add prerelease support in publish workflow ([6f8240e](6f8240e))
* allow dry-run to test push verification in release workflow ([a9b6c92](a9b6c92))
* clean up log-clutter in test output ([#215](#215)) ([9f03f24](9f03f24))
* clean up typo in `.gitignore` ([3bb248d](3bb248d))
* clean up yarn-specific workarounds ([36093a0](36093a0))
* emphasize the creation of a release instead of publish ([0eed055](0eed055))
* upgrade tooling to latest versions ([#212](#212)) ([0324b10](0324b10))
* use authenticated Expo bot user for schema updates ([c91af9c](c91af9c))