Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Releases: axetroy/vscode-deno

v3.0.2

01 Mar 06:44
Compare
Choose a tag to compare

Bug Fixes

  • parse .vscode/settings.json with json5 (b3de3d3)

Reverts

  • Revert "docs: add readme for typescript-deno-plugin" (1be0c24)

v3.0.1

29 Feb 18:02
Compare
Choose a tag to compare

Features

  • re-enable typescript-deno-plugin with workspace's typescript version. close #78 (7a53e70)

v3.0.0

29 Feb 15:13
Compare
Choose a tag to compare

Bug Fixes

  • auto-import in new cache layout (7726fde)
  • fix invalid regexp for Windows (d37c846)
  • fix invalid regexp for Windows (a96e93a)
  • fix windows url path handle (b50548e)
  • get file hash without query (d81850f)
  • module not follow redirect (dc97014)
  • path resolution of Windows (a9e3336)
  • Possible errors caused by optional parameters (f91085c)
  • deps: update dependency vscode-languageserver-textdocument to v1.0.1 (#66) (c49b0fa)

Features

  • adapt Deno new cache layout (1cba5df)
  • add import map file jso validator (2ccfa02)
  • Add memory cache module (c6cd7e8)
  • add new Deno's cache layout parser and test (7308978)
  • auto detect ./vscode/settings.json in typescript plugin #60 (95d73c6)
  • make manifest be a iterator. (8c7b7ce)
  • Requires minimum version of Deno 0.35.0 (35b810c)
  • Resurrected in Deno v0.35.0 🚀 (3aff7ed)
  • set the language of the document automatically (8839799)
  • support @deno-types hint definition. #68 (758c5be)
  • support format range code (498d37f)
  • support Import-Maps in new cache layout. (0c4cccd)

v2.0.4

19 Feb 18:32
Compare
Choose a tag to compare
2.0.4

v2.0.3

19 Feb 16:56
Compare
Choose a tag to compare

Bug Fixes

  • Try to fix the path processing under windows. ref: #61 (8c02221)

v2.0.2

19 Feb 15:56
Compare
Choose a tag to compare

Bug Fixes

  • Auto-Import for Deno module incorrectly. now use http protocol modules instead of relative paths. close #44 (df71fd1)
  • typescript-deno-plugin will be disable when open the file out of workspace. (b0f3aa6)

v2.0.1

18 Feb 09:25
Compare
Choose a tag to compare

Bug Fixes

  • improve typescript-deno-plugin. Make it as unaffected as possible. (a6ad52f)
  • deps: update dependency vscode-languageclient to v6.1.1 (#58) (ae547f9)
  • deps: update dependency vscode-languageserver to v6.1.1 (#57) (e687f20)
  • import module from 'file:///path/to/module/mod.ts' not work (962411d)

Features

  • improve fetch module with progress (1eaeb41)

v2.0.0

14 Feb 10:07
Compare
Choose a tag to compare

Features

  • Deno minimum required v0.33.0 (014192a)
  • remove deno.enable & deno.disable command (#48) (8ecae2c)
  • rename configuration deno.dtsFilepaths to deno.dts_file (#49) (555a230)
  • upgrade Deno formatter (#50) (e872d1c)

v1.23.0

13 Feb 18:52
Compare
Choose a tag to compare

Features

  • add the tips for Deno's minimum version for this extension. (8b5c54b)
  • Now opening the js file will also launch the extension. the same with tsserver. (d4a9beb)
  • support external type definitions with X-TypeScript-Types headers. close #35 (98253dd)

v1.22.0

11 Feb 08:49
Compare
Choose a tag to compare

Bug Fixes

  • module import intelligent no work correctly when import from 'http/server.ts' (055d062)
  • Module index is incorrect. close #47 (d69e90a)

Features

  • Add translations for dutch and german (#42) (ed2b7a4)
  • improve module import intelligent (faf76c9)