Skip to content

Releases: expo/vscode-expo

1.0.0-rc.2

15 Apr 19:11
Compare
Choose a tag to compare
1.0.0-rc.2 Pre-release
Pre-release

1.0.0-rc.2 (2023-04-15)

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)

Documentation changes

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

1.0.0-rc.1

14 Apr 12:46
Compare
Choose a tag to compare
1.0.0-rc.1 Pre-release
Pre-release

1.0.0-rc.1 (2023-04-14)

New features

  • 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)

Documentation changes

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

0.9.2

25 Oct 21:33
Compare
Choose a tag to compare

0.9.2 (2022-10-25)

Bug fixes

0.9.1

13 Oct 14:10
Compare
Choose a tag to compare

0.9.1 (2022-10-13)

Bug fixes

  • set null as default for exclude glob patterns (#138) (5403474)
  • set language for app manifests and eas to jsonc (#137) (665983b)

Code changes

  • use node lookup method instead of custom code (#134) (866d5c7)

0.9.0

03 Sep 17:46
Compare
Choose a tag to compare

0.9.0 (2022-09-03)

New features

  • add configuration options to the extension (#132) (3b2d38b)

Bug fixes

  • set command category instead of in title (#133) (3dcd3b3)

Other chores

  • add option to disable cache (#130) (f166546)
  • add telemetry to extension (#131) (b61108e)
  • keep running tests even when one fails (7a41f41)
  • make publish runnable from manual tag (50b4c68)
  • remove unsued configuration (11a6ab9)
  • simplify publish workflow (c6abad2)

Documentation changes

0.8.1

31 Aug 16:34
Compare
Choose a tag to compare

0.8.1 (2022-08-31)

Code changes

  • remove old global config manifest code (#124) (5b4d675)
  • update components and minor refactors (#129) (e31dc08)

Other chores

  • add automated eas schema workflow (#126) (6fa5182)
  • bump terser from 5.9.0 to 5.14.2 (#123) (4dc492e)
  • only commit schema changes when actually changed (#125) (55fdf49)

Documentation changes

0.8.0

18 Jul 15:10
Compare
Choose a tag to compare

0.8.0 (2022-07-18)

New features

  • add eas config intellisense (#116) (124aa68)
  • add expo-module.config.json intellisense (#114) (a8024dd)
  • add human-readable regex error messages for expo xdl (#122) (61605be)
  • add intellisense for eas metadata (#108) (d50bd86)
  • prepare the json schemas in repository (#107) (2d567ac)

Bug fixes

  • add workaround for package json fetch from autolinking (#118) (d4812c8)
  • enable expo xdl intellisense on app.config.json (#111) (94cda4b)
  • extend the bundled autolinking workaround (#120) (1475a84)
  • preview modifiers for dynamic config apps (#121) (0c3f357)
  • remove autogenerated xdl schema properties (#100) (a285503)

Other chores

  • add e2e tests for existing functionality (#119) (29c29e8)
  • add publish to open-vsx (#112) (d80c518)
  • always dry-run release on push to main (b9dc3ed)
  • bump eventsource from 1.1.0 to 1.1.1 (#96) (acad5cd)
  • bump follow-redirects from 1.14.5 to 1.14.7 (#85) (5bfeb9d)
  • bump follow-redirects from 1.14.7 to 1.15.1 (#103) (b75e70e)
  • bump minimist from 1.2.5 to 1.2.6 (#93) (31745d4)
  • bump node-fetch from 2.6.6 to 2.6.7 (#88) (7cc64d9)
  • bump semantic-release from 17.4.7 to 19.0.3 (#99) (0d3dd56)
  • bump semver-regex from 3.1.3 to 3.1.4 (#98) (4f24ce9)
  • bump simple-get from 3.1.0 to 3.1.1 (#89) (0a25efc)
  • bump simple-plist from 1.3.0 to 1.3.1 (#97) (ce69fea)
  • bump url-parse from 1.5.3 to 1.5.10 (#92) (0646296)
  • clean metadata from package file (06c4364)
  • fix issue in xdl schema manual update (6100163)
  • make sure fixtures are installed before testing (fbbe1a9)
  • remove build workflow in favor of test (3aff929)
  • update workflows with concurrency (#86) (6304121)
  • upgrade all expo dependencies (#109) (de3494e)
  • upgrade eslint and prettier (#106) (6b56124)
  • upgrade node in workflows and use default setup action (#104) (6b6f0a5)
  • upgrade semantic release and dependencies (#105) (4a7553c)
  • upgrade vsce to 2.9.2 (#110) (21e6213)
  • upgrade vscode test to improve ci stability (#102) (5fc58d5)
  • use allowlist for packaging the plugin (04f79ea)

Documentation changes

  • add marketplace and open-vsx links (cd10333)
  • fix typo in app config file (#82) (b3eaaeb)
  • fix typo in README (5996763)
  • replace oldest supported version with link to workflow (5d8481e)
  • update repo organization to expo (15d0ebb)
  • update vscode casing in the README (d8fd837)
  • update workflow badge in readme (0a97081)
  • use gray for open-vsx badge (0751086)

0.7.4

10 Nov 18:57
Compare
Choose a tag to compare

0.7.4 (2021-11-10)

Bug fixes

  • activate extension after vscode is ready (#76) (0fe92da)
  • config plugin validation by upgrading dependencies (#68) (d3b1853)
  • parse file paths as uri as file explicitly (#78) (de6a331)
  • remove required expo root from app json file (#74) (785bf3a)

Code changes

Other chores

  • add package as release assets for open-source usage (#77) (97d9ad3)
  • bump path-parse from 1.0.6 to 1.0.7 (#60) (a037f53)
  • bump semver-regex from 3.1.2 to 3.1.3 (#70) (be73f8a)
  • bump tmpl from 1.0.4 to 1.0.5 (#69) (74cd121)
  • bump url-parse from 1.5.1 to 1.5.3 (#65) (da50dcd)
  • upgrade all dependencies (#75) (96c90c4)

Documentation changes

0.7.3

06 Aug 17:45
Compare
Choose a tag to compare

0.7.3 (2021-08-06)

Bug fixes

  • missing required libraries and make webpack work with xdl (#59) (1388715)

0.7.1

06 Aug 13:29
Compare
Choose a tag to compare

0.7.1 (2021-08-06)

Bug fixes

  • resolve webpack bundling issues for production (#57) (5033685)

Code changes

  • move vscode-test over to @vscode/test-electron (#58) (28d7722)

Other chores

  • add breaking and revert rules to semantic release (53936a8)
  • bump lock file with new dependencies (82e1eaa)
  • bump postcss from 7.0.32 to 7.0.36 (#54) (721c9c2)

Documentation changes

  • update the title on contributing guide (80b4219)