Skip to content

Releases: expo/vscode-expo

1.1.0

01 Sep 15:21
Compare
Choose a tag to compare
1.1.0 Pre-release
Pre-release

1.1.0 (2023-09-01)

New features

  • allow expo.* properties as root properties without expo definition (#217) (c71ccbc)

Bug fixes

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

Code changes

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

Other chores

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

1.0.7

24 Jul 14:46
Compare
Choose a tag to compare

1.0.7 (2023-07-24)

Bug fixes

  • add missing bundlerPort for remoteRoot when debugging apps (#204) (ef670d3)

Other chores

  • bump semver from 5.7.1 to 5.7.2 in /test/fixture (#201) (1d890b8)
  • bump tough-cookie from 4.1.2 to 4.1.3 (#200) (05f5905)
  • bump word-wrap from 1.2.3 to 1.2.4 (#202) (4a663d9)
  • bump word-wrap from 1.2.3 to 1.2.4 in /test/fixture (#203) (16743d4)

1.0.6

03 Jul 16:01
Compare
Choose a tag to compare

1.0.6 (2023-07-03)

Bug fixes

  • send the debugger type to inspector proxy (#198) (07fa7e5)

1.0.5

01 Jul 16:06
Compare
Choose a tag to compare

1.0.5 (2023-07-01)

Other chores

  • update debugging snippet using 8081 as default port (#197) (523beb2)

1.0.4

30 Jun 15:50
Compare
Choose a tag to compare

1.0.4 (2023-06-30)

Bug fixes

  • add missing ms-vscode.js-debug dependency and activate in expo monorepos (#196) (27b5550), closes #L2-L5
  • filter duplicate devices on first occurence (#195) (4e47403)

1.0.3

30 Jun 10:37
Compare
Choose a tag to compare

1.0.3 (2023-06-30)

Bug fixes

  • mute react-devtools-core sourcemap missing error (#194) (a4ffd16)

Other chores

  • simplify and automate publish workflow (56645de)
  • treat all fixtures as non-monorepo projects (#192) (ca83156)

1.0.2

26 Jun 17:03
Compare
Choose a tag to compare

1.0.2 (2023-06-26)

Bug fixes

  • replace unreliable workflow detection with multiple connection attempts (#188) (24b358c)

Other chores

  • bump @sideway/formula from 3.0.0 to 3.0.1 in /test/fixture (#169) (1950dcb)
  • bump @xmldom/xmldom from 0.7.5 to 0.7.11 (#184) (ac4b5fb)
  • bump @xmldom/xmldom from 0.7.5 to 0.7.11 in /test/fixture (#182) (9c2ec33)
  • bump semver from 7.3.7 to 7.5.2 (#187) (1607e59)
  • enable contents for drafting releases in release process (022a753)
  • fix broken link in changelog (e89b3f0)
  • revert back to single expo-bot token (493b93b)
  • separate expo-bot and automatic tokens in release process (23b93ce)
  • use expo-bot when cloning during release process (d9cdd74)
  • use expo-bot when releasing new versions (ed510c2)

Documentation changes

  • update link to open-vsx.org (957fce0)

1.0.1

06 Jun 11:51
Compare
Choose a tag to compare

1.0.1 (2023-06-06)

New features

  • add debugger for Expo apps using Hermes (#172) (67f33c2)
  • add expo project cache for efficient json parsing (#141) (01cc8e3)
  • add manifest plugin completion provider (#146) (55a0c83)

Bug fixes

  • always diagnose plugins from an empty modules cache (#168) (d900dc7)

Code changes

  • drop outdated manifest related code (#151) (312cc49)
  • drop superseded utilities from code preview (#161) (bc45d50)
  • drop unused code after dropping most superseded code (#154) (1b2339a)
  • move asset property regex to constant (d63557a)
  • move manifest asset completions to dedicated provider (#153) (52a2e17)
  • move manifest diagnostics to dedicated provider (#145) (634bc2b)
  • move manifest links to dedicated provider (#142) (5759073)
  • reformat package file moving vscode settings below standard npm (91b429f)
  • update tests with new tricks to improve stability and performance (#155) (c7daf51)
  • upgrade various development packages (#158) (38080ab)
  • change publisher to expo (#174) (747f1f7)
  • change the name to vscode-expo-tools to publish under expo (a69e264)

Documentation changes

  • add section about debugging in the readme (#177) (45509b1)

Other chores

  • add current file test launch option (#143) (664baf3)
  • bump decode-uri-component from 0.2.0 to 0.2.2 (#149) (f841233)
  • bump decode-uri-component from 0.2.0 to 0.2.2 in /test/fixture (#150) (22ea7f3)
  • bump http-cache-semantics from 4.1.0 to 4.1.1 (#165) (d12c951)
  • bump json5 from 2.2.1 to 2.2.2 (#157) (e9fb1c9)
  • bump loader-utils from 1.4.0 to 1.4.2 (#148) (fbaf2c8)
  • bump ua-parser-js from 0.7.31 to 0.7.33 in /test/fixture (#163) (7144c18)
  • bump vscode to min 1.67.0 (#144) (40f1d9f)
  • bump webpack from 5.74.0 to 5.76.0 (#167) (74e8a7a)
  • re-enable all manifest diagnostic tests (365d417)
  • upgrade to latest vsce and support prerelease publish (#162) (cbd4360)
  • ci: improve workflow check names in pull requests (2109f57)
  • improve telemetry around debugging (#173) (0a12ac3)
  • fix wrong input property name in publish workflow (b8ed21f)
  • move continue-on-error to failing test in experimental workflow (50c0e3b)
  • swap to coactions/setup-xvfb for more stable headless vscode tests (#176) (f9d24da)

1.0.0-rc.3

28 Apr 12:21
Compare
Choose a tag to compare
1.0.0-rc.3 Pre-release
Pre-release

1.0.0-rc.3 (2023-04-28)

New features

  • add debugger for Expo apps using Hermes (#172) (67f33c2)
  • add expo project cache for efficient json parsing (#141) (01cc8e3)
  • add manifest plugin completion provider (#146) (55a0c83)

Bug fixes

  • always diagnose plugins from an empty modules cache (#168) (d900dc7)

Code changes

  • drop outdated manifest related code (#151) (312cc49)
  • drop superseded utilities from code preview (#161) (bc45d50)
  • drop unused code after dropping most superseded code (#154) (1b2339a)
  • move asset property regex to constant (d63557a (d63557a))
  • move manifest asset completions to dedicated provider (#153) (52a2e17)
  • move manifest diagnostics to dedicated provider (#145) (634bc2b)
  • move manifest links to dedicated provider (#142) (5759073)
  • reformat package file moving vscode settings below standard npm (91b429f (91b429f))
  • update tests with new tricks to improve stability and performance (#155) (c7daf51)
  • upgrade various development packages (#158) (38080ab)

Other chores

  • add current file test launch option (#143) (664baf3)
  • bump decode-uri-component from 0.2.0 to 0.2.2 (#149) (f841233)
  • bump decode-uri-component from 0.2.0 to 0.2.2 in /test/fixture (#150) (22ea7f3)
  • bump http-cache-semantics from 4.1.0 to 4.1.1 (#165) (d12c951)
  • bump json5 from 2.2.1 to 2.2.2 (#157) (e9fb1c9)
  • bump loader-utils from 1.4.0 to 1.4.2 (#148) (fbaf2c8)
  • bump ua-parser-js from 0.7.31 to 0.7.33 in /test/fixture (#163) (7144c18)
  • bump vscode to min 1.67.0 (#144) (40f1d9f)
  • bump webpack from 5.74.0 to 5.76.0 (#167) (74e8a7a)
  • re-enable all manifest diagnostic tests (365d417 (365d417))
  • upgrade to latest vsce and support prerelease publish (#162) (cbd4360)
  • ci: improve workflow check names in pull requests (2109f57)
  • improve telemetry around debugging (#173) (0a12ac3)

Documentation changes

  • add comments for individual chunks of code (#152) (a70da3b)
  • update readme workflow status badge (38eba2b)

1.0.0

28 Apr 12:26
Compare
Choose a tag to compare
1.0.0 Pre-release
Pre-release

1.0.0 (2023-04-28)

Warning
VSCode Marketplace does not support versions like x.x.x-rc.x. Because of that, version 1.0.0 is still a pre-release. It's a duplicate of 1.0.0-rc.3.

New features

  • add debugger for Expo apps using Hermes (#172) (67f33c2)
  • add expo project cache for efficient json parsing (#141) (01cc8e3)
  • add manifest plugin completion provider (#146) (55a0c83)

Bug fixes

  • always diagnose plugins from an empty modules cache (#168) (d900dc7)

Code changes

  • drop outdated manifest related code (#151) (312cc49)
  • drop superseded utilities from code preview (#161) (bc45d50)
  • drop unused code after dropping most superseded code (#154) (1b2339a)
  • move asset property regex to constant (d63557a (d63557a))
  • move manifest asset completions to dedicated provider (#153) (52a2e17)
  • move manifest diagnostics to dedicated provider (#145) (634bc2b)
  • move manifest links to dedicated provider (#142) (5759073)
  • reformat package file moving vscode settings below standard npm (91b429f (91b429f))
  • update tests with new tricks to improve stability and performance (#155) (c7daf51)
  • upgrade various development packages (#158) (38080ab)

Other chores

  • add current file test launch option (#143) (664baf3)
  • bump decode-uri-component from 0.2.0 to 0.2.2 (#149) (f841233)
  • bump decode-uri-component from 0.2.0 to 0.2.2 in /test/fixture (#150) (22ea7f3)
  • bump http-cache-semantics from 4.1.0 to 4.1.1 (#165) (d12c951)
  • bump json5 from 2.2.1 to 2.2.2 (#157) (e9fb1c9)
  • bump loader-utils from 1.4.0 to 1.4.2 (#148) (fbaf2c8)
  • bump ua-parser-js from 0.7.31 to 0.7.33 in /test/fixture (#163) (7144c18)
  • bump vscode to min 1.67.0 (#144) (40f1d9f)
  • bump webpack from 5.74.0 to 5.76.0 (#167) (74e8a7a)
  • re-enable all manifest diagnostic tests (365d417 (365d417))
  • upgrade to latest vsce and support prerelease publish (#162) (cbd4360)
  • ci: improve workflow check names in pull requests (2109f57)
  • improve telemetry around debugging (#173) (0a12ac3)

Documentation changes

  • add comments for individual chunks of code (#152) (a70da3b)
  • update readme workflow status badge (38eba2b)