Skip to content

1.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@byCedric byCedric released this 28 Apr 12:26
· 109 commits to main since this 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)