From b61c49171a776045d89e6cbaad82326070e2db78 Mon Sep 17 00:00:00 2001 From: axetroy Date: Mon, 23 Nov 2020 17:57:15 +0800 Subject: [PATCH] refactor: improve default preset --- 4_generator/template_default.go | 24 +- CHANGELOG.md | 67 +- __test__/vscode-deno.CHANGELOG.md | 1841 ++++++++++++++--------------- 3 files changed, 944 insertions(+), 988 deletions(-) diff --git a/4_generator/template_default.go b/4_generator/template_default.go index fdd48c38..bd9cfa75 100644 --- a/4_generator/template_default.go +++ b/4_generator/template_default.go @@ -1,6 +1,8 @@ package generator -const DEFAULT_TEMPLATE = `# {{ .Version }} +const DEFAULT_TEMPLATE = ` +# {{ .Version }} + {{- define "body" -}} {{range . -}} - {{if .Field.Header.Scope }}**{{ unescape .Field.Header.Scope }}**: {{ end }}{{ unescape .Field.Header.Subject }}({{ hashURL .Hash}}) (thanks @{{ unescape .Author.Name }}){{if .Field.Footer }} {{if .Field.Footer.Closes }}, Closes: {{ stringsJoin .Field.Footer.Closes "," }} {{- end }} {{- end}} @@ -8,29 +10,29 @@ const DEFAULT_TEMPLATE = `# {{ .Version }} {{- end -}} {{if .Feat}} -### New feature: +### 🔥 New feature: {{ template "body" .Feat }} -{{- end -}} +{{ end }} {{if .Fix}} -### Bugs fixed: +### 🐛 Bugs fixed: {{ template "body" .Fix }} -{{- end -}} +{{ end }} {{if .Perf}} -### Performance improves: +### ⚡️ Performance improves: {{ template "body" .Perf }} -{{- end -}} +{{ end }} {{if .BreakingChanges}} -### BREAKING CHANGES: +### ❤️ BREAKING CHANGES: {{ range .BreakingChanges -}} - {{if .Field.Footer.BreakingChange.Title}}{{ unescape .Field.Footer.BreakingChange.Title }}{{ else }}{{ unescape .Field.Title }}{{ end }} {{ unescape .Field.Footer.BreakingChange.Content }} {{- end -}} -{{- end}} +{{ end }} -### Commits({{ len .Commits }}): +### 💪 Commits({{ len .Commits }}): {{range .Commits -}} -- [{{- hashURL .Hash -}}] - {{ unescape .Field.Title }} +- {{ hashURL .Hash}} - {{ unescape .Field.Title }} {{ end }}` diff --git a/CHANGELOG.md b/CHANGELOG.md index a5465215..b2a71a52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Unreleased ========== -### New feature: +### 🔥 New feature: - link commit for generation([`b9432db`](https://github.com/axetroy/changelog/commit/b9432db1d1f5afe170296b9e0bfebee1aa62fabb)) (thanks @axetroy) - add full preset template([`7553570`](https://github.com/axetroy/changelog/commit/7553570590b571bd33e10a4f80ec5639d0613042)) (thanks @axetroy) @@ -14,7 +14,7 @@ Unreleased - support version range. eg v2.0.0~v1.0.0([`a65a4a8`](https://github.com/axetroy/changelog/commit/a65a4a8bd0122e41c7b20c98676e9def76e786d3)) (thanks @axetroy) - parse commit message and generate to template([`7f67e78`](https://github.com/axetroy/changelog/commit/7f67e783926fed647d2ad5414f31448eea106fc3)) (thanks @axetroy) -### Bugs fixed: +### 🐛 Bugs fixed: - improve ssh git url parser([`9993ee6`](https://github.com/axetroy/changelog/commit/9993ee600c84cf77d3a0c634e8fa83c2580e137f)) (thanks @axetroy) - commit range not include commit of tag([`f8df0ba`](https://github.com/axetroy/changelog/commit/f8df0ba654c8faf67eccf98262cd55807e53e597)) (thanks @axetroy) @@ -22,35 +22,36 @@ Unreleased - if empty argument for command line([`9c79fd9`](https://github.com/axetroy/changelog/commit/9c79fd91bbf88f7861b4aca89ced8384cf2b9bcd)) (thanks @axetroy) - **ci**: remove unsued code([`66bcf8f`](https://github.com/axetroy/changelog/commit/66bcf8f43db85409e0392c93f2e347ed91699e81)) (thanks @axetroy) -### Commits(30): +### 💪 Commits(31): -- \[[`9993ee6`](https://github.com/axetroy/changelog/commit/9993ee600c84cf77d3a0c634e8fa83c2580e137f)] - fix: improve ssh git url parser -- \[[`b9432db`](https://github.com/axetroy/changelog/commit/b9432db1d1f5afe170296b9e0bfebee1aa62fabb)] - feat: link commit for generation -- \[[`7553570`](https://github.com/axetroy/changelog/commit/7553570590b571bd33e10a4f80ec5639d0613042)] - feat: add full preset template -- \[[`7068672`](https://github.com/axetroy/changelog/commit/706867220fa9ca537855f359d3e04d0c3762b793)] - update readme -- \[[`ec6a957`](https://github.com/axetroy/changelog/commit/ec6a957752fbca9faa261d8694826779e2cbec1f)] - feat: support changelog for git submodule -- \[[`f540d6f`](https://github.com/axetroy/changelog/commit/f540d6f7123334dac558a37c6ac056fed1021cda)] - refactor: rename transform to transformer -- \[[`441ad13`](https://github.com/axetroy/changelog/commit/441ad1322b1fecaca89a170ecebaf2955a77d630)] - feat: add writer step -- \[[`f8df0ba`](https://github.com/axetroy/changelog/commit/f8df0ba654c8faf67eccf98262cd55807e53e597)] - fix: commit range not include commit of tag -- \[[`8c177e0`](https://github.com/axetroy/changelog/commit/8c177e032e8bdb1b76d135981ea10e7053f3ef34)] - feat: add formatter for markdown output -- \[[`a47fe84`](https://github.com/axetroy/changelog/commit/a47fe84d2141635d82c2dc49500bfc2a81c03535)] - docs: update how it works -- \[[`0e4fb09`](https://github.com/axetroy/changelog/commit/0e4fb09789732fec5b09b247e208d61794c3da0d)] - feat: add --file flag to generate file -- \[[`3aa0aee`](https://github.com/axetroy/changelog/commit/3aa0aee2584036da1c63dea9bb399cb83b48a8db)] - feat: support custom tmeplate and preset -- \[[`e118cbf`](https://github.com/axetroy/changelog/commit/e118cbfafd201b945848f15303fdb261e251f058)] - fix: unescape template -- \[[`3d14c9c`](https://github.com/axetroy/changelog/commit/3d14c9cf2dc7d51e348fddc7764d8aba1691fac9)] - feat: support tag ranges -- \[[`44ce3cd`](https://github.com/axetroy/changelog/commit/44ce3cd8d68b786a3aac6b5daba90e7f12b75200)] - docs: update readme -- \[[`9c79fd9`](https://github.com/axetroy/changelog/commit/9c79fd91bbf88f7861b4aca89ced8384cf2b9bcd)] - fix: if empty argument for command line -- \[[`0b6ba0c`](https://github.com/axetroy/changelog/commit/0b6ba0c3fc49139467025eaebbe16c158a0cce65)] - refactor: Refactor the software architecture to make it clearer and simpler -- \[[`66bcf8f`](https://github.com/axetroy/changelog/commit/66bcf8f43db85409e0392c93f2e347ed91699e81)] - fix(ci): remove unsued code -- \[[`89fecf5`](https://github.com/axetroy/changelog/commit/89fecf5588f1133f70a8aaf6db3488184ba2ceb2)] - refactor: remove unsued code -- \[[`a65a4a8`](https://github.com/axetroy/changelog/commit/a65a4a8bd0122e41c7b20c98676e9def76e786d3)] - feat: support version range. eg v2.0.0~v1.0.0 -- \[[`6301c2f`](https://github.com/axetroy/changelog/commit/6301c2f01d881ae861e6c4459a411a5f48c74ba0)] - update help information -- \[[`770ed02`](https://github.com/axetroy/changelog/commit/770ed02d43c4593ab9db8e71a9f93987812d97bc)] - update -- \[[`585445d`](https://github.com/axetroy/changelog/commit/585445d917d4cb74d80b1c385b446f7e09a1606c)] - cache tags -- \[[`b47e49c`](https://github.com/axetroy/changelog/commit/b47e49cf8efac3f5aba9df0149295694424beaf1)] - filter tag with semver version -- \[[`7f67e78`](https://github.com/axetroy/changelog/commit/7f67e783926fed647d2ad5414f31448eea106fc3)] - feat: parse commit message and generate to template -- \[[`b907117`](https://github.com/axetroy/changelog/commit/b907117bca3d6306955070b933361ecb0da0627e)] - update ci -- \[[`ef5b38a`](https://github.com/axetroy/changelog/commit/ef5b38ad50dd150cbdbeff031f6898d9d0aff35a)] - update ci linter version -- \[[`dd55cc8`](https://github.com/axetroy/changelog/commit/dd55cc85d6a3b9c482ba376fa862f20b6de11d5b)] - fix lint -- \[[`26408cc`](https://github.com/axetroy/changelog/commit/26408ccef0f6256ca70edda59e4ab1d1c15fca72)] - init -- \[[`824d351`](https://github.com/axetroy/changelog/commit/824d3511bf90e8fda3d1c7be679274d71ce73f52)] - Initial commit +- [`1292dfc`](https://github.com/axetroy/changelog/commit/1292dfc0e39abf24262e94cd9076d91808dd0cc4) - refactor: update template +- [`9993ee6`](https://github.com/axetroy/changelog/commit/9993ee600c84cf77d3a0c634e8fa83c2580e137f) - fix: improve ssh git url parser +- [`b9432db`](https://github.com/axetroy/changelog/commit/b9432db1d1f5afe170296b9e0bfebee1aa62fabb) - feat: link commit for generation +- [`7553570`](https://github.com/axetroy/changelog/commit/7553570590b571bd33e10a4f80ec5639d0613042) - feat: add full preset template +- [`7068672`](https://github.com/axetroy/changelog/commit/706867220fa9ca537855f359d3e04d0c3762b793) - update readme +- [`ec6a957`](https://github.com/axetroy/changelog/commit/ec6a957752fbca9faa261d8694826779e2cbec1f) - feat: support changelog for git submodule +- [`f540d6f`](https://github.com/axetroy/changelog/commit/f540d6f7123334dac558a37c6ac056fed1021cda) - refactor: rename transform to transformer +- [`441ad13`](https://github.com/axetroy/changelog/commit/441ad1322b1fecaca89a170ecebaf2955a77d630) - feat: add writer step +- [`f8df0ba`](https://github.com/axetroy/changelog/commit/f8df0ba654c8faf67eccf98262cd55807e53e597) - fix: commit range not include commit of tag +- [`8c177e0`](https://github.com/axetroy/changelog/commit/8c177e032e8bdb1b76d135981ea10e7053f3ef34) - feat: add formatter for markdown output +- [`a47fe84`](https://github.com/axetroy/changelog/commit/a47fe84d2141635d82c2dc49500bfc2a81c03535) - docs: update how it works +- [`0e4fb09`](https://github.com/axetroy/changelog/commit/0e4fb09789732fec5b09b247e208d61794c3da0d) - feat: add --file flag to generate file +- [`3aa0aee`](https://github.com/axetroy/changelog/commit/3aa0aee2584036da1c63dea9bb399cb83b48a8db) - feat: support custom tmeplate and preset +- [`e118cbf`](https://github.com/axetroy/changelog/commit/e118cbfafd201b945848f15303fdb261e251f058) - fix: unescape template +- [`3d14c9c`](https://github.com/axetroy/changelog/commit/3d14c9cf2dc7d51e348fddc7764d8aba1691fac9) - feat: support tag ranges +- [`44ce3cd`](https://github.com/axetroy/changelog/commit/44ce3cd8d68b786a3aac6b5daba90e7f12b75200) - docs: update readme +- [`9c79fd9`](https://github.com/axetroy/changelog/commit/9c79fd91bbf88f7861b4aca89ced8384cf2b9bcd) - fix: if empty argument for command line +- [`0b6ba0c`](https://github.com/axetroy/changelog/commit/0b6ba0c3fc49139467025eaebbe16c158a0cce65) - refactor: Refactor the software architecture to make it clearer and simpler +- [`66bcf8f`](https://github.com/axetroy/changelog/commit/66bcf8f43db85409e0392c93f2e347ed91699e81) - fix(ci): remove unsued code +- [`89fecf5`](https://github.com/axetroy/changelog/commit/89fecf5588f1133f70a8aaf6db3488184ba2ceb2) - refactor: remove unsued code +- [`a65a4a8`](https://github.com/axetroy/changelog/commit/a65a4a8bd0122e41c7b20c98676e9def76e786d3) - feat: support version range. eg v2.0.0~v1.0.0 +- [`6301c2f`](https://github.com/axetroy/changelog/commit/6301c2f01d881ae861e6c4459a411a5f48c74ba0) - update help information +- [`770ed02`](https://github.com/axetroy/changelog/commit/770ed02d43c4593ab9db8e71a9f93987812d97bc) - update +- [`585445d`](https://github.com/axetroy/changelog/commit/585445d917d4cb74d80b1c385b446f7e09a1606c) - cache tags +- [`b47e49c`](https://github.com/axetroy/changelog/commit/b47e49cf8efac3f5aba9df0149295694424beaf1) - filter tag with semver version +- [`7f67e78`](https://github.com/axetroy/changelog/commit/7f67e783926fed647d2ad5414f31448eea106fc3) - feat: parse commit message and generate to template +- [`b907117`](https://github.com/axetroy/changelog/commit/b907117bca3d6306955070b933361ecb0da0627e) - update ci +- [`ef5b38a`](https://github.com/axetroy/changelog/commit/ef5b38ad50dd150cbdbeff031f6898d9d0aff35a) - update ci linter version +- [`dd55cc8`](https://github.com/axetroy/changelog/commit/dd55cc85d6a3b9c482ba376fa862f20b6de11d5b) - fix lint +- [`26408cc`](https://github.com/axetroy/changelog/commit/26408ccef0f6256ca70edda59e4ab1d1c15fca72) - init +- [`824d351`](https://github.com/axetroy/changelog/commit/824d3511bf90e8fda3d1c7be679274d71ce73f52) - Initial commit diff --git a/__test__/vscode-deno.CHANGELOG.md b/__test__/vscode-deno.CHANGELOG.md index d51db00f..24a420fd 100644 --- a/__test__/vscode-deno.CHANGELOG.md +++ b/__test__/vscode-deno.CHANGELOG.md @@ -1,293 +1,281 @@ v4.0.0 ====== -### New feature: +### 🔥 New feature: - deprecated([`7729788`](https://github.com//axetroy/vscode-deno/commit/7729788c37ae23fe206ca218a0bbf8253063077c)) (thanks @axetroy) -### Commits(16): - -- \[[`151641e`](https://github.com//axetroy/vscode-deno/commit/151641e25161696d786241c4474e226345542d13)] - 4.0.0 -- \[[`d30f167`](https://github.com//axetroy/vscode-deno/commit/d30f16792ed4f6a3a6f0d5257c36d078ff6f4062)] - docs: update changelog -- \[[`7729788`](https://github.com//axetroy/vscode-deno/commit/7729788c37ae23fe206ca218a0bbf8253063077c)] - feat: deprecated -- \[[`6d13713`](https://github.com//axetroy/vscode-deno/commit/6d1371328a843e0c937ea80ae81fb07400a9826a)] - Revert "deprecated" -- \[[`bf08694`](https://github.com//axetroy/vscode-deno/commit/bf0869485d8e072fc6a6ebaeffbad67b5a0c1824)] - deprecated -- \[[`a6cb403`](https://github.com//axetroy/vscode-deno/commit/a6cb40348f3134d38e1cf2caad36c2a215dee362)] - refactor: rename function name -- \[[`76b550c`](https://github.com//axetroy/vscode-deno/commit/76b550c7b9dba489ed3741ae35644157b7d1f145)] - refactor: do not create json module -- \[[`5981863`](https://github.com//axetroy/vscode-deno/commit/59818639db59210d363f5b1eec96585d51112a4c)] - Update dependency execa to v4.0.1 (#175) -- \[[`86f527c`](https://github.com//axetroy/vscode-deno/commit/86f527c3f2c296fae2c6a634f74e88d618c9a170)] - Update dependency eslint to v7 (#176) -- \[[`2d16ba4`](https://github.com//axetroy/vscode-deno/commit/2d16ba4f5273da31509bc55da0244faaaf2a0c58)] - Update dependency @types/node to v12.12.38 (#173) -- \[[`777fe9e`](https://github.com//axetroy/vscode-deno/commit/777fe9eafdd103adcf94b214b21c96ed45bd52eb)] - Update dependency jest to v26.0.1 (#171) -- \[[`25b190b`](https://github.com//axetroy/vscode-deno/commit/25b190bf790d930962ab63faa285b0b51cbca9b3)] - Revert "refactor: remove unused extension" -- \[[`479ecd2`](https://github.com//axetroy/vscode-deno/commit/479ecd2268b9b3edc087043cca6b4fce954959c0)] - Revert "refactor: update" -- \[[`cde4dda`](https://github.com//axetroy/vscode-deno/commit/cde4dda61a565370285cce8f14a3962c8b5d3f63)] - refactor: update -- \[[`c20037d`](https://github.com//axetroy/vscode-deno/commit/c20037dd95a828230277f12ff2e8c4b73bd05425)] - refactor: remove unused extension -- \[[`8066121`](https://github.com//axetroy/vscode-deno/commit/80661212a635fb5abc458c1f4a13209535ed52ef)] - refactor: move configuration to Core module - - v3.7.0 - ====== - - ### New feature: +### 💪 Commits(16): + +- [`151641e`](https://github.com//axetroy/vscode-deno/commit/151641e25161696d786241c4474e226345542d13) - 4.0.0 +- [`d30f167`](https://github.com//axetroy/vscode-deno/commit/d30f16792ed4f6a3a6f0d5257c36d078ff6f4062) - docs: update changelog +- [`7729788`](https://github.com//axetroy/vscode-deno/commit/7729788c37ae23fe206ca218a0bbf8253063077c) - feat: deprecated +- [`6d13713`](https://github.com//axetroy/vscode-deno/commit/6d1371328a843e0c937ea80ae81fb07400a9826a) - Revert "deprecated" +- [`bf08694`](https://github.com//axetroy/vscode-deno/commit/bf0869485d8e072fc6a6ebaeffbad67b5a0c1824) - deprecated +- [`a6cb403`](https://github.com//axetroy/vscode-deno/commit/a6cb40348f3134d38e1cf2caad36c2a215dee362) - refactor: rename function name +- [`76b550c`](https://github.com//axetroy/vscode-deno/commit/76b550c7b9dba489ed3741ae35644157b7d1f145) - refactor: do not create json module +- [`5981863`](https://github.com//axetroy/vscode-deno/commit/59818639db59210d363f5b1eec96585d51112a4c) - Update dependency execa to v4.0.1 (#175) +- [`86f527c`](https://github.com//axetroy/vscode-deno/commit/86f527c3f2c296fae2c6a634f74e88d618c9a170) - Update dependency eslint to v7 (#176) +- [`2d16ba4`](https://github.com//axetroy/vscode-deno/commit/2d16ba4f5273da31509bc55da0244faaaf2a0c58) - Update dependency @types/node to v12.12.38 (#173) +- [`777fe9e`](https://github.com//axetroy/vscode-deno/commit/777fe9eafdd103adcf94b214b21c96ed45bd52eb) - Update dependency jest to v26.0.1 (#171) +- [`25b190b`](https://github.com//axetroy/vscode-deno/commit/25b190bf790d930962ab63faa285b0b51cbca9b3) - Revert "refactor: remove unused extension" +- [`479ecd2`](https://github.com//axetroy/vscode-deno/commit/479ecd2268b9b3edc087043cca6b4fce954959c0) - Revert "refactor: update" +- [`cde4dda`](https://github.com//axetroy/vscode-deno/commit/cde4dda61a565370285cce8f14a3962c8b5d3f63) - refactor: update +- [`c20037d`](https://github.com//axetroy/vscode-deno/commit/c20037dd95a828230277f12ff2e8c4b73bd05425) - refactor: remove unused extension +- [`8066121`](https://github.com//axetroy/vscode-deno/commit/80661212a635fb5abc458c1f4a13209535ed52ef) - refactor: move configuration to Core module + +v3.7.0 +====== -- remove JSON import statement. Now, you cannot import JSON module.([`23ff6f3`](https://github.com//axetroy/vscode-deno/commit/23ff6f3fa6a5388273f2aeaedd8029b5d18b3e7d)) (thanks @axetroy) +### 🔥 New feature: +- remove JSON import statement. Now, you cannot import JSON module.([`23ff6f3`](https://github.com//axetroy/vscode-deno/commit/23ff6f3fa6a5388273f2aeaedd8029b5d18b3e7d)) (thanks @axetroy) - added unstable settings option (#167)([`1a4a230`](https://github.com//axetroy/vscode-deno/commit/1a4a230c57a670632c43f947305e7f5fa11d1531)) (thanks @Luca Casonato) -### Commits(16): - -- \[[`6ab3817`](https://github.com//axetroy/vscode-deno/commit/6ab38172ee6a8398b27ba0f0207dd1feb87ce854)] - 3.7.0 -- \[[`4e36065`](https://github.com//axetroy/vscode-deno/commit/4e36065947b3b1361f280a79dade27af7a7ae327)] - docs: update changelog -- \[[`2f7845f`](https://github.com//axetroy/vscode-deno/commit/2f7845f1f898428bfa7867cb49a3db31d939de95)] - docs: update i18n -- \[[`23ff6f3`](https://github.com//axetroy/vscode-deno/commit/23ff6f3fa6a5388273f2aeaedd8029b5d18b3e7d)] - feat: remove JSON import statement. Now, you cannot import JSON module. -- \[[`8ea4cf2`](https://github.com//axetroy/vscode-deno/commit/8ea4cf2671b61515c0675b71679bbe601ae9da67)] - docs: update readme -- \[[`9ab4dd4`](https://github.com//axetroy/vscode-deno/commit/9ab4dd48eb863ac39a0ad1b161e870c8aee68598)] - docs: update i18n -- \[[`c7009d7`](https://github.com//axetroy/vscode-deno/commit/c7009d7512fc51c2d3dcdef91bac3564b15db88b)] - refactor: sort deps tree viewer -- \[[`1a4a230`](https://github.com//axetroy/vscode-deno/commit/1a4a230c57a670632c43f947305e7f5fa11d1531)] - feat: added unstable settings option (#167) -- \[[`27e9871`](https://github.com//axetroy/vscode-deno/commit/27e9871b6ad9cae59ee7a4aab54afba74d49a70c)] - chore(deps): update dependency jest to v26 (#170) -- \[[`859de1e`](https://github.com//axetroy/vscode-deno/commit/859de1ecb836d684aa21b0f8ba0bb748b8c45d59)] - chore(deps): update typescript-eslint monorepo to v2.31.0 (#169) -- \[[`4279482`](https://github.com//axetroy/vscode-deno/commit/4279482c390101f2cf69b2b88d991078cfff3446)] - chore(deps): update dependency jest to v25.5.4 (#168) -- \[[`b71977e`](https://github.com//axetroy/vscode-deno/commit/b71977e0a7ea8aed647183b95592f266c40e209b)] - chore(deps): update dependency jest to v25.5.3 (#165) -- \[[`502f5fe`](https://github.com//axetroy/vscode-deno/commit/502f5fe4894ab2163bc80f3c77e53623674721b1)] - chore(deps): update dependency jest to v25.5.2 (#163) -- \[[`62279e9`](https://github.com//axetroy/vscode-deno/commit/62279e924b01388e28faf1a7ee9ee82fd498ce08)] - chore(deps): update dependency jest to v25.5.1 (#162) -- \[[`14603bd`](https://github.com//axetroy/vscode-deno/commit/14603bdb1e072954deec6b19c6ce6233747f41f1)] - test: fix test case -- \[[`6414b9a`](https://github.com//axetroy/vscode-deno/commit/6414b9a613e909cc905ce6939d6330d4e593776c)] - refactor: improve code - - v3.6.2 - ====== - - ### Bugs fixed: +### 💪 Commits(16): + +- [`6ab3817`](https://github.com//axetroy/vscode-deno/commit/6ab38172ee6a8398b27ba0f0207dd1feb87ce854) - 3.7.0 +- [`4e36065`](https://github.com//axetroy/vscode-deno/commit/4e36065947b3b1361f280a79dade27af7a7ae327) - docs: update changelog +- [`2f7845f`](https://github.com//axetroy/vscode-deno/commit/2f7845f1f898428bfa7867cb49a3db31d939de95) - docs: update i18n +- [`23ff6f3`](https://github.com//axetroy/vscode-deno/commit/23ff6f3fa6a5388273f2aeaedd8029b5d18b3e7d) - feat: remove JSON import statement. Now, you cannot import JSON module. +- [`8ea4cf2`](https://github.com//axetroy/vscode-deno/commit/8ea4cf2671b61515c0675b71679bbe601ae9da67) - docs: update readme +- [`9ab4dd4`](https://github.com//axetroy/vscode-deno/commit/9ab4dd48eb863ac39a0ad1b161e870c8aee68598) - docs: update i18n +- [`c7009d7`](https://github.com//axetroy/vscode-deno/commit/c7009d7512fc51c2d3dcdef91bac3564b15db88b) - refactor: sort deps tree viewer +- [`1a4a230`](https://github.com//axetroy/vscode-deno/commit/1a4a230c57a670632c43f947305e7f5fa11d1531) - feat: added unstable settings option (#167) +- [`27e9871`](https://github.com//axetroy/vscode-deno/commit/27e9871b6ad9cae59ee7a4aab54afba74d49a70c) - chore(deps): update dependency jest to v26 (#170) +- [`859de1e`](https://github.com//axetroy/vscode-deno/commit/859de1ecb836d684aa21b0f8ba0bb748b8c45d59) - chore(deps): update typescript-eslint monorepo to v2.31.0 (#169) +- [`4279482`](https://github.com//axetroy/vscode-deno/commit/4279482c390101f2cf69b2b88d991078cfff3446) - chore(deps): update dependency jest to v25.5.4 (#168) +- [`b71977e`](https://github.com//axetroy/vscode-deno/commit/b71977e0a7ea8aed647183b95592f266c40e209b) - chore(deps): update dependency jest to v25.5.3 (#165) +- [`502f5fe`](https://github.com//axetroy/vscode-deno/commit/502f5fe4894ab2163bc80f3c77e53623674721b1) - chore(deps): update dependency jest to v25.5.2 (#163) +- [`62279e9`](https://github.com//axetroy/vscode-deno/commit/62279e924b01388e28faf1a7ee9ee82fd498ce08) - chore(deps): update dependency jest to v25.5.1 (#162) +- [`14603bd`](https://github.com//axetroy/vscode-deno/commit/14603bdb1e072954deec6b19c6ce6233747f41f1) - test: fix test case +- [`6414b9a`](https://github.com//axetroy/vscode-deno/commit/6414b9a613e909cc905ce6939d6330d4e593776c) - refactor: improve code + +v3.6.2 +====== + +### 🐛 Bugs fixed: - file protocol import statement not work. close #146([`67897bc`](https://github.com//axetroy/vscode-deno/commit/67897bc762b1c1b2997b36292ca91eb777a3e9bf)) (thanks @axetroy) - - not deno project also show deno deps tree view.([`81303df`](https://github.com//axetroy/vscode-deno/commit/81303df0e2cc8a942d4a5cd4a7c157b7bebeac5e)) (thanks @axetroy) -### Commits(22): - -- \[[`0e880a2`](https://github.com//axetroy/vscode-deno/commit/0e880a2cc505bd43ef9ad9179257091e5fce9ae1)] - 3.6.2 -- \[[`8a9ea10`](https://github.com//axetroy/vscode-deno/commit/8a9ea10773c0d86cbd551459530e53e4a7207894)] - docs: update changelog -- \[[`67897bc`](https://github.com//axetroy/vscode-deno/commit/67897bc762b1c1b2997b36292ca91eb777a3e9bf)] - fix: file protocol import statement not work. close #146 -- \[[`2ba8078`](https://github.com//axetroy/vscode-deno/commit/2ba80781ac7d17ba6839bc8ebb02768381eeb038)] - refactor: improve code -- \[[`85514ef`](https://github.com//axetroy/vscode-deno/commit/85514ef43afc12bbc36706bb880cc9e659b56e48)] - refactor: fix typo -- \[[`30b78ef`](https://github.com//axetroy/vscode-deno/commit/30b78ef050607193bd13073b02430a1b1dbab935)] - refactor: update i18n -- \[[`5c785cc`](https://github.com//axetroy/vscode-deno/commit/5c785cc5ddec22633adf69c1c7b699802e6a5c26)] - refactor: remove unused i18n -- \[[`ea23992`](https://github.com//axetroy/vscode-deno/commit/ea23992271cfa590af21708049439cfcc7af0ce5)] - chore(deps): update dependency jest to v25.5.0 (#161) -- \[[`81303df`](https://github.com//axetroy/vscode-deno/commit/81303df0e2cc8a942d4a5cd4a7c157b7bebeac5e)] - fix: not deno project also show deno deps tree view. -- \[[`bcd1ace`](https://github.com//axetroy/vscode-deno/commit/bcd1ace67d2662470017b766f97733fa0c155145)] - chore(deps): update typescript-eslint monorepo to v2.30.0 (#160) -- \[[`e29effc`](https://github.com//axetroy/vscode-deno/commit/e29effc9dd4b2dac1f07f423e37d498f41b5007b)] - refactor: remove unused code -- \[[`eedf35d`](https://github.com//axetroy/vscode-deno/commit/eedf35dce8416a0aace42293c75669c70a60c4d7)] - docs: fix typo (#158) -- \[[`6e61355`](https://github.com//axetroy/vscode-deno/commit/6e61355623e58d8fdaf427bbedf67bc1f67f9f91)] - chore(deps): update dependency coveralls to v3.1.0 (#159) -- \[[`8ac253e`](https://github.com//axetroy/vscode-deno/commit/8ac253ee24eac80b08f96f2ed33dfec98d866aa8)] - chore(deps): update dependency vscode to v1.1.37 (#156) -- \[[`1e1ccae`](https://github.com//axetroy/vscode-deno/commit/1e1ccae2980c60441250cbc0ec829f34e3a57c69)] - chore(deps): update dependency coveralls to v3.0.14 (#157) -- \[[`e0faaa5`](https://github.com//axetroy/vscode-deno/commit/e0faaa5a2986bdd38aba63703ed7d8d1654de8c0)] - chore(deps): update typescript-eslint monorepo to v2.29.0 (#151) -- \[[`1b1cd98`](https://github.com//axetroy/vscode-deno/commit/1b1cd98fa6876d7263be705b58d5acfd59e509bb)] - chore(deps): update dependency @types/node to v12.12.37 (#154) -- \[[`d905710`](https://github.com//axetroy/vscode-deno/commit/d905710a9d3c42e8fe1871f6197403525a708bb5)] - chore(deps): update dependency prettier to v2.0.5 (#152) -- \[[`4a1630f`](https://github.com//axetroy/vscode-deno/commit/4a1630fcf9f7b9040cb320316e26574c904c4aaf)] - chore(deps): update dependency coveralls to v3.0.13 (#153) -- \[[`73fc185`](https://github.com//axetroy/vscode-deno/commit/73fc185c6ebf77448c750946f342533b7aea84ad)] - chore(deps): update dependency jest to v25.4.0 (#150) -- \[[`94e38e9`](https://github.com//axetroy/vscode-deno/commit/94e38e9e32849d451ca95418bd6368747fac3fed)] - chore(deps): update dependency @types/node to v12.12.36 (#149) -- \[[`96ed751`](https://github.com//axetroy/vscode-deno/commit/96ed751842ed53496c954fbea2021744235e9bce)] - refactor: improve code - - v3.6.1 - ====== - - ### Bugs fixed: +### 💪 Commits(22): + +- [`0e880a2`](https://github.com//axetroy/vscode-deno/commit/0e880a2cc505bd43ef9ad9179257091e5fce9ae1) - 3.6.2 +- [`8a9ea10`](https://github.com//axetroy/vscode-deno/commit/8a9ea10773c0d86cbd551459530e53e4a7207894) - docs: update changelog +- [`67897bc`](https://github.com//axetroy/vscode-deno/commit/67897bc762b1c1b2997b36292ca91eb777a3e9bf) - fix: file protocol import statement not work. close #146 +- [`2ba8078`](https://github.com//axetroy/vscode-deno/commit/2ba80781ac7d17ba6839bc8ebb02768381eeb038) - refactor: improve code +- [`85514ef`](https://github.com//axetroy/vscode-deno/commit/85514ef43afc12bbc36706bb880cc9e659b56e48) - refactor: fix typo +- [`30b78ef`](https://github.com//axetroy/vscode-deno/commit/30b78ef050607193bd13073b02430a1b1dbab935) - refactor: update i18n +- [`5c785cc`](https://github.com//axetroy/vscode-deno/commit/5c785cc5ddec22633adf69c1c7b699802e6a5c26) - refactor: remove unused i18n +- [`ea23992`](https://github.com//axetroy/vscode-deno/commit/ea23992271cfa590af21708049439cfcc7af0ce5) - chore(deps): update dependency jest to v25.5.0 (#161) +- [`81303df`](https://github.com//axetroy/vscode-deno/commit/81303df0e2cc8a942d4a5cd4a7c157b7bebeac5e) - fix: not deno project also show deno deps tree view. +- [`bcd1ace`](https://github.com//axetroy/vscode-deno/commit/bcd1ace67d2662470017b766f97733fa0c155145) - chore(deps): update typescript-eslint monorepo to v2.30.0 (#160) +- [`e29effc`](https://github.com//axetroy/vscode-deno/commit/e29effc9dd4b2dac1f07f423e37d498f41b5007b) - refactor: remove unused code +- [`eedf35d`](https://github.com//axetroy/vscode-deno/commit/eedf35dce8416a0aace42293c75669c70a60c4d7) - docs: fix typo (#158) +- [`6e61355`](https://github.com//axetroy/vscode-deno/commit/6e61355623e58d8fdaf427bbedf67bc1f67f9f91) - chore(deps): update dependency coveralls to v3.1.0 (#159) +- [`8ac253e`](https://github.com//axetroy/vscode-deno/commit/8ac253ee24eac80b08f96f2ed33dfec98d866aa8) - chore(deps): update dependency vscode to v1.1.37 (#156) +- [`1e1ccae`](https://github.com//axetroy/vscode-deno/commit/1e1ccae2980c60441250cbc0ec829f34e3a57c69) - chore(deps): update dependency coveralls to v3.0.14 (#157) +- [`e0faaa5`](https://github.com//axetroy/vscode-deno/commit/e0faaa5a2986bdd38aba63703ed7d8d1654de8c0) - chore(deps): update typescript-eslint monorepo to v2.29.0 (#151) +- [`1b1cd98`](https://github.com//axetroy/vscode-deno/commit/1b1cd98fa6876d7263be705b58d5acfd59e509bb) - chore(deps): update dependency @types/node to v12.12.37 (#154) +- [`d905710`](https://github.com//axetroy/vscode-deno/commit/d905710a9d3c42e8fe1871f6197403525a708bb5) - chore(deps): update dependency prettier to v2.0.5 (#152) +- [`4a1630f`](https://github.com//axetroy/vscode-deno/commit/4a1630fcf9f7b9040cb320316e26574c904c4aaf) - chore(deps): update dependency coveralls to v3.0.13 (#153) +- [`73fc185`](https://github.com//axetroy/vscode-deno/commit/73fc185c6ebf77448c750946f342533b7aea84ad) - chore(deps): update dependency jest to v25.4.0 (#150) +- [`94e38e9`](https://github.com//axetroy/vscode-deno/commit/94e38e9e32849d451ca95418bd6368747fac3fed) - chore(deps): update dependency @types/node to v12.12.36 (#149) +- [`96ed751`](https://github.com//axetroy/vscode-deno/commit/96ed751842ed53496c954fbea2021744235e9bce) - refactor: improve code + +v3.6.1 +====== -- In Deno's cache module, `x-typescript-types` and redirects are not parsed correctly. close #147([`a3a957f`](https://github.com//axetroy/vscode-deno/commit/a3a957f617617e19ea69e0941f961b57589574fc)) (thanks @axetroy) +### 🐛 Bugs fixed: +- In Deno's cache module, `x-typescript-types` and redirects are not parsed correctly. close #147([`a3a957f`](https://github.com//axetroy/vscode-deno/commit/a3a957f617617e19ea69e0941f961b57589574fc)) (thanks @axetroy) - **deps**: update dependency semver to v7.3.2 (#144)([`8496c84`](https://github.com//axetroy/vscode-deno/commit/8496c845e17d44e313b9e5139d7e993a865dd956)) (thanks @renovate[bot]) - - **deps**: update dependency semver to v7.3.1 (#143)([`16a112b`](https://github.com//axetroy/vscode-deno/commit/16a112b69318b2ac1fd3cea6de8c4dcd75874e8e)) (thanks @renovate[bot]) -### Commits(9): +### 💪 Commits(9): -- \[[`19fdd52`](https://github.com//axetroy/vscode-deno/commit/19fdd5222adb5baec93af4a6693cc365dfb6dbec)] - 3.6.1 -- \[[`963e134`](https://github.com//axetroy/vscode-deno/commit/963e134f2b10b8d709d100952d493e1ed8a3c888)] - docs: update changelog -- \[[`a3a957f`](https://github.com//axetroy/vscode-deno/commit/a3a957f617617e19ea69e0941f961b57589574fc)] - fix: In Deno's cache module, `x-typescript-types` and redirects are not parsed correctly. close #147 -- \[[`072573c`](https://github.com//axetroy/vscode-deno/commit/072573cdd8cb5ec6cf6492bd2062a84de4b4d5de)] - chore(deps): update dependency ts-jest to v25.4.0 (#148) -- \[[`ffdf7ff`](https://github.com//axetroy/vscode-deno/commit/ffdf7ffb0913c9711d73b467f95df2f53bc0ac46)] - refactor: improve code -- \[[`09a57a2`](https://github.com//axetroy/vscode-deno/commit/09a57a2d7ff217071cc6022fb01a6b12c7de7b5e)] - docs: update example -- \[[`8496c84`](https://github.com//axetroy/vscode-deno/commit/8496c845e17d44e313b9e5139d7e993a865dd956)] - fix(deps): update dependency semver to v7.3.2 (#144) -- \[[`16a112b`](https://github.com//axetroy/vscode-deno/commit/16a112b69318b2ac1fd3cea6de8c4dcd75874e8e)] - fix(deps): update dependency semver to v7.3.1 (#143) -- \[[`cc79850`](https://github.com//axetroy/vscode-deno/commit/cc79850fb5287034802d0e0654a472ee5b00335e)] - refactor: improve file_walker +- [`19fdd52`](https://github.com//axetroy/vscode-deno/commit/19fdd5222adb5baec93af4a6693cc365dfb6dbec) - 3.6.1 +- [`963e134`](https://github.com//axetroy/vscode-deno/commit/963e134f2b10b8d709d100952d493e1ed8a3c888) - docs: update changelog +- [`a3a957f`](https://github.com//axetroy/vscode-deno/commit/a3a957f617617e19ea69e0941f961b57589574fc) - fix: In Deno's cache module, `x-typescript-types` and redirects are not parsed correctly. close #147 +- [`072573c`](https://github.com//axetroy/vscode-deno/commit/072573cdd8cb5ec6cf6492bd2062a84de4b4d5de) - chore(deps): update dependency ts-jest to v25.4.0 (#148) +- [`ffdf7ff`](https://github.com//axetroy/vscode-deno/commit/ffdf7ffb0913c9711d73b467f95df2f53bc0ac46) - refactor: improve code +- [`09a57a2`](https://github.com//axetroy/vscode-deno/commit/09a57a2d7ff217071cc6022fb01a6b12c7de7b5e) - docs: update example +- [`8496c84`](https://github.com//axetroy/vscode-deno/commit/8496c845e17d44e313b9e5139d7e993a865dd956) - fix(deps): update dependency semver to v7.3.2 (#144) +- [`16a112b`](https://github.com//axetroy/vscode-deno/commit/16a112b69318b2ac1fd3cea6de8c4dcd75874e8e) - fix(deps): update dependency semver to v7.3.1 (#143) +- [`cc79850`](https://github.com//axetroy/vscode-deno/commit/cc79850fb5287034802d0e0654a472ee5b00335e) - refactor: improve file_walker - v3.6.0 - ====== +v3.6.0 +====== - ### New feature: +### 🔥 New feature: - ignore typescript compile options which ignore by Deno([`b48fed0`](https://github.com//axetroy/vscode-deno/commit/b48fed01dcbd4d5d1bd08e6d060e5217c094b9e6)) (thanks @axetroy) -### Bugs fixed: +### 🐛 Bugs fixed: - import map with trailing slash (#142)([`d5ecc7e`](https://github.com//axetroy/vscode-deno/commit/d5ecc7e2ead8df65fcbc30d1e1d08431b91b177e)) (thanks @Chuah Chee Shian) - **deps**: update dependency semver to v7.3.0 (#140)([`13e3947`](https://github.com//axetroy/vscode-deno/commit/13e3947928f1999963c6e2166f5c3e57d61aa67d)) (thanks @renovate[bot]) - **deps**: update dependency semver to v7.2.2 (#137)([`d9bd9c8`](https://github.com//axetroy/vscode-deno/commit/d9bd9c8df4ffbe0c8446909717a3ce751c43f5eb)) (thanks @renovate[bot]) -### Commits(12): - -- \[[`8d1d3f7`](https://github.com//axetroy/vscode-deno/commit/8d1d3f78af035c2808d7098239c542bec944196c)] - 3.6.0 -- \[[`41fbefe`](https://github.com//axetroy/vscode-deno/commit/41fbefeece6325a21125dd727d3c6a852588ee07)] - docs: update changelog -- \[[`d5ecc7e`](https://github.com//axetroy/vscode-deno/commit/d5ecc7e2ead8df65fcbc30d1e1d08431b91b177e)] - fix: import map with trailing slash (#142) -- \[[`ef5dadf`](https://github.com//axetroy/vscode-deno/commit/ef5dadf53f2a43423aef3c73d27fcaf0f5046c24)] - chore: update ci -- \[[`423231e`](https://github.com//axetroy/vscode-deno/commit/423231e0001bf1fcfb6403b273993c82c359a018)] - chore(deps): update typescript-eslint monorepo to v2.28.0 (#138) -- \[[`13e3947`](https://github.com//axetroy/vscode-deno/commit/13e3947928f1999963c6e2166f5c3e57d61aa67d)] - fix(deps): update dependency semver to v7.3.0 (#140) -- \[[`85b68d7`](https://github.com//axetroy/vscode-deno/commit/85b68d706dc30393bece9dcb140878dfb2834060)] - docs: update readme -- \[[`d9bd9c8`](https://github.com//axetroy/vscode-deno/commit/d9bd9c8df4ffbe0c8446909717a3ce751c43f5eb)] - fix(deps): update dependency semver to v7.2.2 (#137) -- \[[`6881e33`](https://github.com//axetroy/vscode-deno/commit/6881e33ff4cc9247d33051273ba8c48cc45666fe)] - refactor: improve module resolver -- \[[`b48fed0`](https://github.com//axetroy/vscode-deno/commit/b48fed01dcbd4d5d1bd08e6d060e5217c094b9e6)] - feat: ignore typescript compile options which ignore by Deno -- \[[`7072f56`](https://github.com//axetroy/vscode-deno/commit/7072f56770b019dfb3ba8e6cf347ea8d8cfb4566)] - chore(deps): update dependency husky to v4.2.5 (#135) -- \[[`c5cf550`](https://github.com//axetroy/vscode-deno/commit/c5cf550257187e72c85f9144d4695d573d68f5e3)] - chore(deps): update dependency husky to v4.2.4 (#133) - - v3.5.1 - ====== +### 💪 Commits(12): + +- [`8d1d3f7`](https://github.com//axetroy/vscode-deno/commit/8d1d3f78af035c2808d7098239c542bec944196c) - 3.6.0 +- [`41fbefe`](https://github.com//axetroy/vscode-deno/commit/41fbefeece6325a21125dd727d3c6a852588ee07) - docs: update changelog +- [`d5ecc7e`](https://github.com//axetroy/vscode-deno/commit/d5ecc7e2ead8df65fcbc30d1e1d08431b91b177e) - fix: import map with trailing slash (#142) +- [`ef5dadf`](https://github.com//axetroy/vscode-deno/commit/ef5dadf53f2a43423aef3c73d27fcaf0f5046c24) - chore: update ci +- [`423231e`](https://github.com//axetroy/vscode-deno/commit/423231e0001bf1fcfb6403b273993c82c359a018) - chore(deps): update typescript-eslint monorepo to v2.28.0 (#138) +- [`13e3947`](https://github.com//axetroy/vscode-deno/commit/13e3947928f1999963c6e2166f5c3e57d61aa67d) - fix(deps): update dependency semver to v7.3.0 (#140) +- [`85b68d7`](https://github.com//axetroy/vscode-deno/commit/85b68d706dc30393bece9dcb140878dfb2834060) - docs: update readme +- [`d9bd9c8`](https://github.com//axetroy/vscode-deno/commit/d9bd9c8df4ffbe0c8446909717a3ce751c43f5eb) - fix(deps): update dependency semver to v7.2.2 (#137) +- [`6881e33`](https://github.com//axetroy/vscode-deno/commit/6881e33ff4cc9247d33051273ba8c48cc45666fe) - refactor: improve module resolver +- [`b48fed0`](https://github.com//axetroy/vscode-deno/commit/b48fed01dcbd4d5d1bd08e6d060e5217c094b9e6) - feat: ignore typescript compile options which ignore by Deno +- [`7072f56`](https://github.com//axetroy/vscode-deno/commit/7072f56770b019dfb3ba8e6cf347ea8d8cfb4566) - chore(deps): update dependency husky to v4.2.5 (#135) +- [`c5cf550`](https://github.com//axetroy/vscode-deno/commit/c5cf550257187e72c85f9144d4695d573d68f5e3) - chore(deps): update dependency husky to v4.2.4 (#133) + +v3.5.1 +====== - ### Bugs fixed: +### 🐛 Bugs fixed: - add more test case for import_map. ref #132([`e4b1d6a`](https://github.com//axetroy/vscode-deno/commit/e4b1d6aee4f55f17f00ef204048e77285f5b5ee3)) (thanks @axetroy) -### Commits(4): +### 💪 Commits(4): -- \[[`cc94bf2`](https://github.com//axetroy/vscode-deno/commit/cc94bf250b7734b3e8faaf395ba3e2751b2167c4)] - 3.5.1 -- \[[`b7e2c14`](https://github.com//axetroy/vscode-deno/commit/b7e2c14f19bfdf91583239a85a3747cdc7753bb1)] - docs: update changelog -- \[[`e4b1d6a`](https://github.com//axetroy/vscode-deno/commit/e4b1d6aee4f55f17f00ef204048e77285f5b5ee3)] - fix: add more test case for import_map. ref #132 -- \[[`8f5ddf1`](https://github.com//axetroy/vscode-deno/commit/8f5ddf196eab9f8d86469e2b4866e5c38cc07496)] - docs: update readme +- [`cc94bf2`](https://github.com//axetroy/vscode-deno/commit/cc94bf250b7734b3e8faaf395ba3e2751b2167c4) - 3.5.1 +- [`b7e2c14`](https://github.com//axetroy/vscode-deno/commit/b7e2c14f19bfdf91583239a85a3747cdc7753bb1) - docs: update changelog +- [`e4b1d6a`](https://github.com//axetroy/vscode-deno/commit/e4b1d6aee4f55f17f00ef204048e77285f5b5ee3) - fix: add more test case for import_map. ref #132 +- [`8f5ddf1`](https://github.com//axetroy/vscode-deno/commit/8f5ddf196eab9f8d86469e2b4866e5c38cc07496) - docs: update readme - v3.5.0 - ====== +v3.5.0 +====== - ### New feature: +### 🔥 New feature: - compatible deno cache command since Deno v0.40.0([`7309b0c`](https://github.com//axetroy/vscode-deno/commit/7309b0c3b58bd1a2ed4fc5af65fa0bd3f4626336)) (thanks @axetroy) - - support deno-types compile hint (#129)([`9be33a4`](https://github.com//axetroy/vscode-deno/commit/9be33a41c8d94c49a1420d124dcdad74b7778ee9)) (thanks @艾斯特洛) -### Bugs fixed: +### 🐛 Bugs fixed: - refresh diagnostic not work([`f8e8e70`](https://github.com//axetroy/vscode-deno/commit/f8e8e706f9ef2e45b78aafd5a7b28ddd03c80679)) (thanks @axetroy) -### Commits(8): +### 💪 Commits(8): -- \[[`5088826`](https://github.com//axetroy/vscode-deno/commit/508882629e66987efe0c2c1de24eccc7e494f9a1)] - 3.5.0 -- \[[`d6f099e`](https://github.com//axetroy/vscode-deno/commit/d6f099e695f66c9cb19c70c8dcf3c539e553b2b1)] - docs: update changelog -- \[[`f8e8e70`](https://github.com//axetroy/vscode-deno/commit/f8e8e706f9ef2e45b78aafd5a7b28ddd03c80679)] - fix: refresh diagnostic not work -- \[[`7309b0c`](https://github.com//axetroy/vscode-deno/commit/7309b0c3b58bd1a2ed4fc5af65fa0bd3f4626336)] - feat: compatible deno cache command since Deno v0.40.0 -- \[[`9be33a4`](https://github.com//axetroy/vscode-deno/commit/9be33a41c8d94c49a1420d124dcdad74b7778ee9)] - feat: support deno-types compile hint (#129) -- \[[`3270344`](https://github.com//axetroy/vscode-deno/commit/3270344fc16ebc479056877c397b0c1ebc7f8c60)] - chore(deps): update dependency @types/node to v12.12.35 (#131) -- \[[`d2f6ff5`](https://github.com//axetroy/vscode-deno/commit/d2f6ff559f67d971c407aa881bf8512ae7f20347)] - chore(deps): update dependency jest to v25.3.0 (#130) -- \[[`b85da47`](https://github.com//axetroy/vscode-deno/commit/b85da47a524196f9f7f296b1226ad52d6a8bcb1e)] - docs: update changelog +- [`5088826`](https://github.com//axetroy/vscode-deno/commit/508882629e66987efe0c2c1de24eccc7e494f9a1) - 3.5.0 +- [`d6f099e`](https://github.com//axetroy/vscode-deno/commit/d6f099e695f66c9cb19c70c8dcf3c539e553b2b1) - docs: update changelog +- [`f8e8e70`](https://github.com//axetroy/vscode-deno/commit/f8e8e706f9ef2e45b78aafd5a7b28ddd03c80679) - fix: refresh diagnostic not work +- [`7309b0c`](https://github.com//axetroy/vscode-deno/commit/7309b0c3b58bd1a2ed4fc5af65fa0bd3f4626336) - feat: compatible deno cache command since Deno v0.40.0 +- [`9be33a4`](https://github.com//axetroy/vscode-deno/commit/9be33a41c8d94c49a1420d124dcdad74b7778ee9) - feat: support deno-types compile hint (#129) +- [`3270344`](https://github.com//axetroy/vscode-deno/commit/3270344fc16ebc479056877c397b0c1ebc7f8c60) - chore(deps): update dependency @types/node to v12.12.35 (#131) +- [`d2f6ff5`](https://github.com//axetroy/vscode-deno/commit/d2f6ff559f67d971c407aa881bf8512ae7f20347) - chore(deps): update dependency jest to v25.3.0 (#130) +- [`b85da47`](https://github.com//axetroy/vscode-deno/commit/b85da47a524196f9f7f296b1226ad52d6a8bcb1e) - docs: update changelog - v3.4.2 - ====== +v3.4.2 +====== - ### Bugs fixed: +### 🐛 Bugs fixed: - if `x-typescript-types` do not exist. then fallback to origin file([`05496e3`](https://github.com//axetroy/vscode-deno/commit/05496e3022e371c5be7e821c9f778c8ed7cfbc77)) (thanks @axetroy) - - **deps**: update dependency semver to v7.2.1 (#128)([`90f4ad2`](https://github.com//axetroy/vscode-deno/commit/90f4ad2f94db9762f23fdd9b79d73572cf1db5e2)) (thanks @renovate[bot]) -### Commits(10): +### 💪 Commits(10): -- \[[`3944ed0`](https://github.com//axetroy/vscode-deno/commit/3944ed00b08ad7bba23edffec4d62017730c08d6)] - 3.4.2 -- \[[`05496e3`](https://github.com//axetroy/vscode-deno/commit/05496e3022e371c5be7e821c9f778c8ed7cfbc77)] - fix: if `x-typescript-types` do not exist. then fallback to origin file -- \[[`5ea1d19`](https://github.com//axetroy/vscode-deno/commit/5ea1d19bc23434154ab1c255e2e6f3425bc3e2ea)] - refactor: add extension support for resolvedModule -- \[[`90f4ad2`](https://github.com//axetroy/vscode-deno/commit/90f4ad2f94db9762f23fdd9b79d73572cf1db5e2)] - fix(deps): update dependency semver to v7.2.1 (#128) -- \[[`1f03dd7`](https://github.com//axetroy/vscode-deno/commit/1f03dd71d22ba75f3b00a32b9bb59ed700e22b6b)] - chore(deps): update typescript-eslint monorepo to v2.27.0 (#127) -- \[[`d1b204a`](https://github.com//axetroy/vscode-deno/commit/d1b204a5e0406c6985ba6a610e62081b1b1bb9a6)] - chore(deps): update dependency prettier to v2.0.4 (#126) -- \[[`57d7d87`](https://github.com//axetroy/vscode-deno/commit/57d7d877a7977b9b9c26a3d19db73915cb0c7bc0)] - chore(deps): update dependency ts-jest to v25.3.1 (#123) -- \[[`6bc4aa0`](https://github.com//axetroy/vscode-deno/commit/6bc4aa0fdb250c0bfe7cc5cf636cd4da1461e9f5)] - chore(deps): update dependency jest to v25.2.7 (#121) -- \[[`0e7c226`](https://github.com//axetroy/vscode-deno/commit/0e7c226affa587e7520a2a0b40843bff0b2121a5)] - chore(deps): update dependency @types/jest to v25.2.1 (#120) -- \[[`1c461d9`](https://github.com//axetroy/vscode-deno/commit/1c461d9943f083955f2e5c86216ccc3541ca6aab)] - chore(deps): update dependency jest to v25.2.6 (#119) +- [`3944ed0`](https://github.com//axetroy/vscode-deno/commit/3944ed00b08ad7bba23edffec4d62017730c08d6) - 3.4.2 +- [`05496e3`](https://github.com//axetroy/vscode-deno/commit/05496e3022e371c5be7e821c9f778c8ed7cfbc77) - fix: if `x-typescript-types` do not exist. then fallback to origin file +- [`5ea1d19`](https://github.com//axetroy/vscode-deno/commit/5ea1d19bc23434154ab1c255e2e6f3425bc3e2ea) - refactor: add extension support for resolvedModule +- [`90f4ad2`](https://github.com//axetroy/vscode-deno/commit/90f4ad2f94db9762f23fdd9b79d73572cf1db5e2) - fix(deps): update dependency semver to v7.2.1 (#128) +- [`1f03dd7`](https://github.com//axetroy/vscode-deno/commit/1f03dd71d22ba75f3b00a32b9bb59ed700e22b6b) - chore(deps): update typescript-eslint monorepo to v2.27.0 (#127) +- [`d1b204a`](https://github.com//axetroy/vscode-deno/commit/d1b204a5e0406c6985ba6a610e62081b1b1bb9a6) - chore(deps): update dependency prettier to v2.0.4 (#126) +- [`57d7d87`](https://github.com//axetroy/vscode-deno/commit/57d7d877a7977b9b9c26a3d19db73915cb0c7bc0) - chore(deps): update dependency ts-jest to v25.3.1 (#123) +- [`6bc4aa0`](https://github.com//axetroy/vscode-deno/commit/6bc4aa0fdb250c0bfe7cc5cf636cd4da1461e9f5) - chore(deps): update dependency jest to v25.2.7 (#121) +- [`0e7c226`](https://github.com//axetroy/vscode-deno/commit/0e7c226affa587e7520a2a0b40843bff0b2121a5) - chore(deps): update dependency @types/jest to v25.2.1 (#120) +- [`1c461d9`](https://github.com//axetroy/vscode-deno/commit/1c461d9943f083955f2e5c86216ccc3541ca6aab) - chore(deps): update dependency jest to v25.2.6 (#119) - v3.4.1 - ====== +v3.4.1 +====== - ### Bugs fixed: +### 🐛 Bugs fixed: - Tsserver crashes in some cases([`11563b4`](https://github.com//axetroy/vscode-deno/commit/11563b4df4e84b0c92bc256f2be6bf0dd6fc9954)) (thanks @axetroy) -### Commits(9): +### 💪 Commits(9): -- \[[`783ade5`](https://github.com//axetroy/vscode-deno/commit/783ade54521dccefade9245c9a1cf2df6fcac29f)] - 3.4.1 -- \[[`27e717e`](https://github.com//axetroy/vscode-deno/commit/27e717e06e5a7792a043d7887a366129b9cd43f8)] - docs: update changelog -- \[[`a2d7da1`](https://github.com//axetroy/vscode-deno/commit/a2d7da11eaf1513368f6504fd4a1311436a6cde8)] - chore(deps): update dependency @types/node to v12.12.34 (#115) -- \[[`0f98dd8`](https://github.com//axetroy/vscode-deno/commit/0f98dd855f04e0db9732bab121c733ec7d2ac5f8)] - chore(deps): update typescript-eslint monorepo to v2.26.0 (#114) -- \[[`c981837`](https://github.com//axetroy/vscode-deno/commit/c9818379d2f3a28447436e7640a3898298cfb756)] - chore(deps): update dependency jest to v25.2.4 (#112) -- \[[`63e4874`](https://github.com//axetroy/vscode-deno/commit/63e48741f33f296dca26748f40af02ff2123dae5)] - chore(deps): update dependency ts-jest to v25.3.0 (#113) -- \[[`078065c`](https://github.com//axetroy/vscode-deno/commit/078065ccaa2f96cb0ec9e812c9e9eabf9b7b16fe)] - docs: add example for react -- \[[`11563b4`](https://github.com//axetroy/vscode-deno/commit/11563b4df4e84b0c92bc256f2be6bf0dd6fc9954)] - fix: Tsserver crashes in some cases -- \[[`cfd9623`](https://github.com//axetroy/vscode-deno/commit/cfd96231db3b50946791a22cad76505f7fe8aa56)] - chore(deps): update dependency @types/node to v12.12.32 (#110) +- [`783ade5`](https://github.com//axetroy/vscode-deno/commit/783ade54521dccefade9245c9a1cf2df6fcac29f) - 3.4.1 +- [`27e717e`](https://github.com//axetroy/vscode-deno/commit/27e717e06e5a7792a043d7887a366129b9cd43f8) - docs: update changelog +- [`a2d7da1`](https://github.com//axetroy/vscode-deno/commit/a2d7da11eaf1513368f6504fd4a1311436a6cde8) - chore(deps): update dependency @types/node to v12.12.34 (#115) +- [`0f98dd8`](https://github.com//axetroy/vscode-deno/commit/0f98dd855f04e0db9732bab121c733ec7d2ac5f8) - chore(deps): update typescript-eslint monorepo to v2.26.0 (#114) +- [`c981837`](https://github.com//axetroy/vscode-deno/commit/c9818379d2f3a28447436e7640a3898298cfb756) - chore(deps): update dependency jest to v25.2.4 (#112) +- [`63e4874`](https://github.com//axetroy/vscode-deno/commit/63e48741f33f296dca26748f40af02ff2123dae5) - chore(deps): update dependency ts-jest to v25.3.0 (#113) +- [`078065c`](https://github.com//axetroy/vscode-deno/commit/078065ccaa2f96cb0ec9e812c9e9eabf9b7b16fe) - docs: add example for react +- [`11563b4`](https://github.com//axetroy/vscode-deno/commit/11563b4df4e84b0c92bc256f2be6bf0dd6fc9954) - fix: Tsserver crashes in some cases +- [`cfd9623`](https://github.com//axetroy/vscode-deno/commit/cfd96231db3b50946791a22cad76505f7fe8aa56) - chore(deps): update dependency @types/node to v12.12.32 (#110) - v3.4.0 - ====== +v3.4.0 +====== - ### New feature: +### 🔥 New feature: - add diagnostic for checking valid import statement([`b2f070a`](https://github.com//axetroy/vscode-deno/commit/b2f070a85058432542fe9721be2d3aa66e6901b3)) (thanks @axetroy) -### Bugs fixed: +### 🐛 Bugs fixed: - importmap not work when set to a relative path. close #103([`0e8398f`](https://github.com//axetroy/vscode-deno/commit/0e8398f0892f1a705cff6c4f8721e7b3f71dc948)) (thanks @axetroy) -### Commits(4): +### 💪 Commits(4): -- \[[`0347042`](https://github.com//axetroy/vscode-deno/commit/0347042c4628baa35c0142148fa6acabf83c8452)] - 3.4.0 -- \[[`8831fac`](https://github.com//axetroy/vscode-deno/commit/8831fac0f6c60f6f7192b334d751b9d253f03af3)] - docs: update changelog -- \[[`b2f070a`](https://github.com//axetroy/vscode-deno/commit/b2f070a85058432542fe9721be2d3aa66e6901b3)] - feat: add diagnostic for checking valid import statement -- \[[`0e8398f`](https://github.com//axetroy/vscode-deno/commit/0e8398f0892f1a705cff6c4f8721e7b3f71dc948)] - fix: importmap not work when set to a relative path. close #103 +- [`0347042`](https://github.com//axetroy/vscode-deno/commit/0347042c4628baa35c0142148fa6acabf83c8452) - 3.4.0 +- [`8831fac`](https://github.com//axetroy/vscode-deno/commit/8831fac0f6c60f6f7192b334d751b9d253f03af3) - docs: update changelog +- [`b2f070a`](https://github.com//axetroy/vscode-deno/commit/b2f070a85058432542fe9721be2d3aa66e6901b3) - feat: add diagnostic for checking valid import statement +- [`0e8398f`](https://github.com//axetroy/vscode-deno/commit/0e8398f0892f1a705cff6c4f8721e7b3f71dc948) - fix: importmap not work when set to a relative path. close #103 - v3.3.1 - ====== +v3.3.1 +====== - ### Bugs fixed: +### 🐛 Bugs fixed: - Triple-Slash Directive does not work. ref #102([`e381390`](https://github.com//axetroy/vscode-deno/commit/e381390ac9461f9bdc7b67a9228e071d64d2ac3b)) (thanks @axetroy) - - output target of compileOption now is esnext([`fcbd234`](https://github.com//axetroy/vscode-deno/commit/fcbd234c5a426efac91fc7b4456b1ea63828fc3c)) (thanks @axetroy) - - Synchronization Deno error code([`4b6efd4`](https://github.com//axetroy/vscode-deno/commit/4b6efd41a0d5be3d2b681e0be8e20398a66cae92)) (thanks @axetroy) - - auto import module not working properly in some edge cases([`71b518b`](https://github.com//axetroy/vscode-deno/commit/71b518bf229546c4015763cfea3a30ab7739f7cc)) (thanks @axetroy) - - **deps**: update dependency vscode-languageclient to v6.1.3 (#101)([`f5a743c`](https://github.com//axetroy/vscode-deno/commit/f5a743c51e789f79540244fc5599291fca9741ab)) (thanks @renovate[bot]) - - **deps**: update dependency vscode-languageclient to v6.1.2 (#99)([`550f0bc`](https://github.com//axetroy/vscode-deno/commit/550f0bcf21b9d9a83107c65367a1bd375ccbdb1e)) (thanks @renovate[bot]) -### Commits(20): - -- \[[`1809e70`](https://github.com//axetroy/vscode-deno/commit/1809e70c29c62b0e9a71f42754f9e14c773de36a)] - 3.3.1 -- \[[`a7881b9`](https://github.com//axetroy/vscode-deno/commit/a7881b9affe5d14ce3f0446a8f4600729227a490)] - docs: update changelog -- \[[`e381390`](https://github.com//axetroy/vscode-deno/commit/e381390ac9461f9bdc7b67a9228e071d64d2ac3b)] - fix: Triple-Slash Directive does not work. ref #102 -- \[[`806c591`](https://github.com//axetroy/vscode-deno/commit/806c5919400e4ed9d7edd4d963af66e6ecdca2d8)] - chore(deps): update dependency jest to v25.2.3 (#109) -- \[[`10c54f5`](https://github.com//axetroy/vscode-deno/commit/10c54f51cf4129a2392b476d75daec384a8dd690)] - chore(deps): update dependency jest to v25.2.1 (#108) -- \[[`fcbd234`](https://github.com//axetroy/vscode-deno/commit/fcbd234c5a426efac91fc7b4456b1ea63828fc3c)] - fix: output target of compileOption now is esnext -- \[[`b3c0cec`](https://github.com//axetroy/vscode-deno/commit/b3c0cec21a60c03a56ee41d64f54b90e696a0dc2)] - refactor: merge -- \[[`4b6efd4`](https://github.com//axetroy/vscode-deno/commit/4b6efd41a0d5be3d2b681e0be8e20398a66cae92)] - fix: Synchronization Deno error code -- \[[`71b518b`](https://github.com//axetroy/vscode-deno/commit/71b518bf229546c4015763cfea3a30ab7739f7cc)] - fix: auto import module not working properly in some edge cases -- \[[`5278331`](https://github.com//axetroy/vscode-deno/commit/5278331f89331c25e368780b6924a2c7c9877252)] - update -- \[[`3827164`](https://github.com//axetroy/vscode-deno/commit/382716416853a2dd0a9abaad246255ec0f5b864a)] - update -- \[[`76f0ee6`](https://github.com//axetroy/vscode-deno/commit/76f0ee6663905ac43e1200e257edc166066ba0e0)] - update -- \[[`a3ba1cb`](https://github.com//axetroy/vscode-deno/commit/a3ba1cbb7594f6ea49a038d39c56cd9ab7a5d142)] - update -- \[[`cfd2147`](https://github.com//axetroy/vscode-deno/commit/cfd2147d2c6fec16c85f779008be416f624c223a)] - refactor: format code -- \[[`b6f71b2`](https://github.com//axetroy/vscode-deno/commit/b6f71b2045f16d3f1b5cff2b323caf8e39bfa952)] - Merge branch 'master' into renovate/prettier-2.x -- \[[`ded9f89`](https://github.com//axetroy/vscode-deno/commit/ded9f89bc423420919bb79ab47ca3f2119fdbb7f)] - chore(deps): update dependency prettier to v2 -- \[[`f5a743c`](https://github.com//axetroy/vscode-deno/commit/f5a743c51e789f79540244fc5599291fca9741ab)] - fix(deps): update dependency vscode-languageclient to v6.1.3 (#101) -- \[[`23820f0`](https://github.com//axetroy/vscode-deno/commit/23820f0eb9edef013c39f3a2255acfa492d2b6ca)] - chore(deps): update dependency coveralls to v3.0.11 (#100) -- \[[`550f0bc`](https://github.com//axetroy/vscode-deno/commit/550f0bcf21b9d9a83107c65367a1bd375ccbdb1e)] - fix(deps): update dependency vscode-languageclient to v6.1.2 (#99) -- \[[`2cbae37`](https://github.com//axetroy/vscode-deno/commit/2cbae372322d31d443957a069312155375d149d5)] - chore(deps): update typescript-eslint monorepo to v2.24.0 (#98) - - v3.3.0 - ====== - - ### New feature: +### 💪 Commits(20): + +- [`1809e70`](https://github.com//axetroy/vscode-deno/commit/1809e70c29c62b0e9a71f42754f9e14c773de36a) - 3.3.1 +- [`a7881b9`](https://github.com//axetroy/vscode-deno/commit/a7881b9affe5d14ce3f0446a8f4600729227a490) - docs: update changelog +- [`e381390`](https://github.com//axetroy/vscode-deno/commit/e381390ac9461f9bdc7b67a9228e071d64d2ac3b) - fix: Triple-Slash Directive does not work. ref #102 +- [`806c591`](https://github.com//axetroy/vscode-deno/commit/806c5919400e4ed9d7edd4d963af66e6ecdca2d8) - chore(deps): update dependency jest to v25.2.3 (#109) +- [`10c54f5`](https://github.com//axetroy/vscode-deno/commit/10c54f51cf4129a2392b476d75daec384a8dd690) - chore(deps): update dependency jest to v25.2.1 (#108) +- [`fcbd234`](https://github.com//axetroy/vscode-deno/commit/fcbd234c5a426efac91fc7b4456b1ea63828fc3c) - fix: output target of compileOption now is esnext +- [`b3c0cec`](https://github.com//axetroy/vscode-deno/commit/b3c0cec21a60c03a56ee41d64f54b90e696a0dc2) - refactor: merge +- [`4b6efd4`](https://github.com//axetroy/vscode-deno/commit/4b6efd41a0d5be3d2b681e0be8e20398a66cae92) - fix: Synchronization Deno error code +- [`71b518b`](https://github.com//axetroy/vscode-deno/commit/71b518bf229546c4015763cfea3a30ab7739f7cc) - fix: auto import module not working properly in some edge cases +- [`5278331`](https://github.com//axetroy/vscode-deno/commit/5278331f89331c25e368780b6924a2c7c9877252) - update +- [`3827164`](https://github.com//axetroy/vscode-deno/commit/382716416853a2dd0a9abaad246255ec0f5b864a) - update +- [`76f0ee6`](https://github.com//axetroy/vscode-deno/commit/76f0ee6663905ac43e1200e257edc166066ba0e0) - update +- [`a3ba1cb`](https://github.com//axetroy/vscode-deno/commit/a3ba1cbb7594f6ea49a038d39c56cd9ab7a5d142) - update +- [`cfd2147`](https://github.com//axetroy/vscode-deno/commit/cfd2147d2c6fec16c85f779008be416f624c223a) - refactor: format code +- [`b6f71b2`](https://github.com//axetroy/vscode-deno/commit/b6f71b2045f16d3f1b5cff2b323caf8e39bfa952) - Merge branch 'master' into renovate/prettier-2.x +- [`ded9f89`](https://github.com//axetroy/vscode-deno/commit/ded9f89bc423420919bb79ab47ca3f2119fdbb7f) - chore(deps): update dependency prettier to v2 +- [`f5a743c`](https://github.com//axetroy/vscode-deno/commit/f5a743c51e789f79540244fc5599291fca9741ab) - fix(deps): update dependency vscode-languageclient to v6.1.3 (#101) +- [`23820f0`](https://github.com//axetroy/vscode-deno/commit/23820f0eb9edef013c39f3a2255acfa492d2b6ca) - chore(deps): update dependency coveralls to v3.0.11 (#100) +- [`550f0bc`](https://github.com//axetroy/vscode-deno/commit/550f0bcf21b9d9a83107c65367a1bd375ccbdb1e) - fix(deps): update dependency vscode-languageclient to v6.1.2 (#99) +- [`2cbae37`](https://github.com//axetroy/vscode-deno/commit/2cbae372322d31d443957a069312155375d149d5) - chore(deps): update typescript-eslint monorepo to v2.24.0 (#98) + +v3.3.0 +====== -- remove `deno.dts_file` configuration (#94)([`f06e852`](https://github.com//axetroy/vscode-deno/commit/f06e852b60883e7499a5c7976d026511bd6dd0ad)) (thanks @艾斯特洛) +### 🔥 New feature: +- remove `deno.dts_file` configuration (#94)([`f06e852`](https://github.com//axetroy/vscode-deno/commit/f06e852b60883e7499a5c7976d026511bd6dd0ad)) (thanks @艾斯特洛) - add copy to clipboard message([`4dd4b8d`](https://github.com//axetroy/vscode-deno/commit/4dd4b8dc2be31a4d0b628fac638981013284b36a)) (thanks @axetroy) -### Bugs fixed: +### 🐛 Bugs fixed: - cannot resolve module if location headers is relative or absolute path. close #97([`75d6027`](https://github.com//axetroy/vscode-deno/commit/75d602755f81a0c22331e08b1c97fdf6782fd9ac)) (thanks @axetroy) -### BREAKING CHANGES: +### ❤️ BREAKING CHANGES: - no more use `deno.dts_file` anymore We think this configuration item is redundant @@ -314,283 +302,266 @@ v4.0.0 ``` -### Commits(14): - -- \[[`cc209c7`](https://github.com//axetroy/vscode-deno/commit/cc209c77093f4702a446131b175e27d9b45a3aca)] - 3.3.0 -- \[[`f9879b7`](https://github.com//axetroy/vscode-deno/commit/f9879b726c08dc7ecce1ca0fad341fe56ca80b0c)] - test: improve test case -- \[[`3a4eec6`](https://github.com//axetroy/vscode-deno/commit/3a4eec610a63bc5b55a691c56fa82392a4463145)] - docs: update changelog -- \[[`011cbb3`](https://github.com//axetroy/vscode-deno/commit/011cbb325d8fd9e5d1db71529ff22a4940bd8f42)] - refactor: improve module resolver -- \[[`75d6027`](https://github.com//axetroy/vscode-deno/commit/75d602755f81a0c22331e08b1c97fdf6782fd9ac)] - fix: cannot resolve module if location headers is relative or absolute path. close #97 -- \[[`42e9fb5`](https://github.com//axetroy/vscode-deno/commit/42e9fb5c16e475b0aa51ad5ff4d3a26c21cab26a)] - chore(deps): update dependency @types/node to v12.12.30 (#96) -- \[[`f06e852`](https://github.com//axetroy/vscode-deno/commit/f06e852b60883e7499a5c7976d026511bd6dd0ad)] - feat: remove `deno.dts_file` configuration (#94) -- \[[`445ea65`](https://github.com//axetroy/vscode-deno/commit/445ea650942ea4e95094efcf5226f04c8249c83b)] - docs: update readme -- \[[`427a3ca`](https://github.com//axetroy/vscode-deno/commit/427a3cab0bcc1c217e923ca614d425fac5fef203)] - refactor: improve code -- \[[`4dd4b8d`](https://github.com//axetroy/vscode-deno/commit/4dd4b8dc2be31a4d0b628fac638981013284b36a)] - feat: add copy to clipboard message -- \[[`1967ae3`](https://github.com//axetroy/vscode-deno/commit/1967ae3e67635ba789a20fb1cc0f6545248375c8)] - refactor: bump to vscode^1.43.0 -- \[[`033cdb4`](https://github.com//axetroy/vscode-deno/commit/033cdb4911bdd983cc06ac3b8bfd5060df3adfd7)] - refactor: improve code -- \[[`ccc6510`](https://github.com//axetroy/vscode-deno/commit/ccc6510ed398cecb9dd204c25b371dbb484d800f)] - chore(deps): update typescript-eslint monorepo to v2.23.0 (#92) -- \[[`a6be8c5`](https://github.com//axetroy/vscode-deno/commit/a6be8c563a72b5dda6bbf5d89838b073dc488596)] - refactor: improve hash_meta - - v3.2.1 - ====== +### 💪 Commits(14): + +- [`cc209c7`](https://github.com//axetroy/vscode-deno/commit/cc209c77093f4702a446131b175e27d9b45a3aca) - 3.3.0 +- [`f9879b7`](https://github.com//axetroy/vscode-deno/commit/f9879b726c08dc7ecce1ca0fad341fe56ca80b0c) - test: improve test case +- [`3a4eec6`](https://github.com//axetroy/vscode-deno/commit/3a4eec610a63bc5b55a691c56fa82392a4463145) - docs: update changelog +- [`011cbb3`](https://github.com//axetroy/vscode-deno/commit/011cbb325d8fd9e5d1db71529ff22a4940bd8f42) - refactor: improve module resolver +- [`75d6027`](https://github.com//axetroy/vscode-deno/commit/75d602755f81a0c22331e08b1c97fdf6782fd9ac) - fix: cannot resolve module if location headers is relative or absolute path. close #97 +- [`42e9fb5`](https://github.com//axetroy/vscode-deno/commit/42e9fb5c16e475b0aa51ad5ff4d3a26c21cab26a) - chore(deps): update dependency @types/node to v12.12.30 (#96) +- [`f06e852`](https://github.com//axetroy/vscode-deno/commit/f06e852b60883e7499a5c7976d026511bd6dd0ad) - feat: remove `deno.dts_file` configuration (#94) +- [`445ea65`](https://github.com//axetroy/vscode-deno/commit/445ea650942ea4e95094efcf5226f04c8249c83b) - docs: update readme +- [`427a3ca`](https://github.com//axetroy/vscode-deno/commit/427a3cab0bcc1c217e923ca614d425fac5fef203) - refactor: improve code +- [`4dd4b8d`](https://github.com//axetroy/vscode-deno/commit/4dd4b8dc2be31a4d0b628fac638981013284b36a) - feat: add copy to clipboard message +- [`1967ae3`](https://github.com//axetroy/vscode-deno/commit/1967ae3e67635ba789a20fb1cc0f6545248375c8) - refactor: bump to vscode^1.43.0 +- [`033cdb4`](https://github.com//axetroy/vscode-deno/commit/033cdb4911bdd983cc06ac3b8bfd5060df3adfd7) - refactor: improve code +- [`ccc6510`](https://github.com//axetroy/vscode-deno/commit/ccc6510ed398cecb9dd204c25b371dbb484d800f) - chore(deps): update typescript-eslint monorepo to v2.23.0 (#92) +- [`a6be8c5`](https://github.com//axetroy/vscode-deno/commit/a6be8c563a72b5dda6bbf5d89838b073dc488596) - refactor: improve hash_meta + +v3.2.1 +====== - ### New feature: +### 🔥 New feature: - copy url if click code_lens([`e3829d8`](https://github.com//axetroy/vscode-deno/commit/e3829d85c355866097f1b24f845e9accc1fd8904)) (thanks @axetroy) - - make Deno declaration file read-only([`fba8d89`](https://github.com//axetroy/vscode-deno/commit/fba8d89f70bbf42f0ea34eff4173ed0de00ef271)) (thanks @axetroy) -### Bugs fixed: +### 🐛 Bugs fixed: - auto-import not work for some modules. close #44([`11d38b3`](https://github.com//axetroy/vscode-deno/commit/11d38b3f46b8521ec1ea89565f11ec65a9d2cb1d)) (thanks @axetroy) - If query exists in url, module will not be parsed correctly([`a8965b5`](https://github.com//axetroy/vscode-deno/commit/a8965b5a5742b8ae473d3da85f8fe4829aee82ba)) (thanks @axetroy) -### Commits(18): - -- \[[`a4e1a14`](https://github.com//axetroy/vscode-deno/commit/a4e1a144949d22cfb06491bd459a21ef011264b9)] - test: fix test -- \[[`5c7604f`](https://github.com//axetroy/vscode-deno/commit/5c7604f6ed4649b4471a606805196c49e780109d)] - docs: update changelog -- \[[`11d38b3`](https://github.com//axetroy/vscode-deno/commit/11d38b3f46b8521ec1ea89565f11ec65a9d2cb1d)] - fix: auto-import not work for some modules. close #44 -- \[[`7cd9a55`](https://github.com//axetroy/vscode-deno/commit/7cd9a554d7655b9b18535de59cbe94ee93260a3f)] - refactor: improve code -- \[[`de9506c`](https://github.com//axetroy/vscode-deno/commit/de9506c33577268c069df98eed81a5c8aaf46793)] - refactor: improve code -- \[[`8e489b5`](https://github.com//axetroy/vscode-deno/commit/8e489b51052e402c175ef121ee58e78788822055)] - refactor: re-enable noUnusedLocals in tsconfig.json -- \[[`3d642bd`](https://github.com//axetroy/vscode-deno/commit/3d642bd53f7a9af74cac7ec63c62ed18439f8a00)] - refactor: remove unused code -- \[[`e3829d8`](https://github.com//axetroy/vscode-deno/commit/e3829d85c355866097f1b24f845e9accc1fd8904)] - feat: copy url if click code_lens -- \[[`1a2b7b6`](https://github.com//axetroy/vscode-deno/commit/1a2b7b6c4e392b6b266d797b088f22f08d245043)] - refactor: improve code -- \[[`a8965b5`](https://github.com//axetroy/vscode-deno/commit/a8965b5a5742b8ae473d3da85f8fe4829aee82ba)] - fix: If query exists in url, module will not be parsed correctly -- \[[`e871c18`](https://github.com//axetroy/vscode-deno/commit/e871c182d1b210853788fc2ef251089b015d04e7)] - chore(deps): update dependency @types/jest to v25.1.4 (#90) -- \[[`fba8d89`](https://github.com//axetroy/vscode-deno/commit/fba8d89f70bbf42f0ea34eff4173ed0de00ef271)] - feat: make Deno declaration file read-only -- \[[`5794907`](https://github.com//axetroy/vscode-deno/commit/5794907a28956c660e2388233c3c9dcf559c0095)] - refactor: Improve code quality -- \[[`f974d97`](https://github.com//axetroy/vscode-deno/commit/f974d9796ca99f9679cc9dc03e0c81f6bf507cd4)] - refactor: improve code -- \[[`649b9dc`](https://github.com//axetroy/vscode-deno/commit/649b9dcb1a73817d3ec86ca8a77a3ea61e0b63c4)] - test: add more test case for module_resolver -- \[[`01d58ea`](https://github.com//axetroy/vscode-deno/commit/01d58eaa3c59ba48eeaef6794e8a662646125f5c)] - chore: fix format -- \[[`2ca1638`](https://github.com//axetroy/vscode-deno/commit/2ca1638f812d965856bc9c02d4308600d4f5523d)] - test: improve test case -- \[[`1c156b1`](https://github.com//axetroy/vscode-deno/commit/1c156b1284b48892cc56d853e66e06f837c0968f)] - refactor: improve code - - v3.2.0 - ====== - - ### New feature: +### 💪 Commits(18): + +- [`a4e1a14`](https://github.com//axetroy/vscode-deno/commit/a4e1a144949d22cfb06491bd459a21ef011264b9) - test: fix test +- [`5c7604f`](https://github.com//axetroy/vscode-deno/commit/5c7604f6ed4649b4471a606805196c49e780109d) - docs: update changelog +- [`11d38b3`](https://github.com//axetroy/vscode-deno/commit/11d38b3f46b8521ec1ea89565f11ec65a9d2cb1d) - fix: auto-import not work for some modules. close #44 +- [`7cd9a55`](https://github.com//axetroy/vscode-deno/commit/7cd9a554d7655b9b18535de59cbe94ee93260a3f) - refactor: improve code +- [`de9506c`](https://github.com//axetroy/vscode-deno/commit/de9506c33577268c069df98eed81a5c8aaf46793) - refactor: improve code +- [`8e489b5`](https://github.com//axetroy/vscode-deno/commit/8e489b51052e402c175ef121ee58e78788822055) - refactor: re-enable noUnusedLocals in tsconfig.json +- [`3d642bd`](https://github.com//axetroy/vscode-deno/commit/3d642bd53f7a9af74cac7ec63c62ed18439f8a00) - refactor: remove unused code +- [`e3829d8`](https://github.com//axetroy/vscode-deno/commit/e3829d85c355866097f1b24f845e9accc1fd8904) - feat: copy url if click code_lens +- [`1a2b7b6`](https://github.com//axetroy/vscode-deno/commit/1a2b7b6c4e392b6b266d797b088f22f08d245043) - refactor: improve code +- [`a8965b5`](https://github.com//axetroy/vscode-deno/commit/a8965b5a5742b8ae473d3da85f8fe4829aee82ba) - fix: If query exists in url, module will not be parsed correctly +- [`e871c18`](https://github.com//axetroy/vscode-deno/commit/e871c182d1b210853788fc2ef251089b015d04e7) - chore(deps): update dependency @types/jest to v25.1.4 (#90) +- [`fba8d89`](https://github.com//axetroy/vscode-deno/commit/fba8d89f70bbf42f0ea34eff4173ed0de00ef271) - feat: make Deno declaration file read-only +- [`5794907`](https://github.com//axetroy/vscode-deno/commit/5794907a28956c660e2388233c3c9dcf559c0095) - refactor: Improve code quality +- [`f974d97`](https://github.com//axetroy/vscode-deno/commit/f974d9796ca99f9679cc9dc03e0c81f6bf507cd4) - refactor: improve code +- [`649b9dc`](https://github.com//axetroy/vscode-deno/commit/649b9dcb1a73817d3ec86ca8a77a3ea61e0b63c4) - test: add more test case for module_resolver +- [`01d58ea`](https://github.com//axetroy/vscode-deno/commit/01d58eaa3c59ba48eeaef6794e8a662646125f5c) - chore: fix format +- [`2ca1638`](https://github.com//axetroy/vscode-deno/commit/2ca1638f812d965856bc9c02d4308600d4f5523d) - test: improve test case +- [`1c156b1`](https://github.com//axetroy/vscode-deno/commit/1c156b1284b48892cc56d853e66e06f837c0968f) - refactor: improve code + +v3.2.0 +====== -- improve fetching module message([`3bb70e2`](https://github.com//axetroy/vscode-deno/commit/3bb70e23f51750a3eab053289772f154740c3045)) (thanks @axetroy) +### 🔥 New feature: +- improve fetching module message([`3bb70e2`](https://github.com//axetroy/vscode-deno/commit/3bb70e23f51750a3eab053289772f154740c3045)) (thanks @axetroy) - support Deno Dependency Viewer. close #83([`1b327b8`](https://github.com//axetroy/vscode-deno/commit/1b327b869cf74d2022dab71451c92ec3c4b5c5ea)) (thanks @axetroy) -### Performance improves: +### ⚡️ Performance improves: - improve performance for file_walker([`77ce898`](https://github.com//axetroy/vscode-deno/commit/77ce898b12c1e9ec9f995c1ae2b14342547f7cbd)) (thanks @axetroy) -### Commits(26): - -- \[[`1bb0cf9`](https://github.com//axetroy/vscode-deno/commit/1bb0cf94074fa0eb16c61c4f0852a6315b7af084)] - 3.2.0 -- \[[`1772477`](https://github.com//axetroy/vscode-deno/commit/17724773a0804708001fdfbb79187eb83a4b0478)] - docs: update changelog -- \[[`fe1682f`](https://github.com//axetroy/vscode-deno/commit/fe1682f0bc1143d939e951b6501ce6615cc37e67)] - refactor: improve diagnostics -- \[[`3f8d578`](https://github.com//axetroy/vscode-deno/commit/3f8d578dce89dfa08d7a687df767ddd3254fe7b4)] - refactor: rename function name -- \[[`df34869`](https://github.com//axetroy/vscode-deno/commit/df34869f993fb5a83b9932216d4a96b10911b022)] - test: write test case for deno_deps -- \[[`4cfe7b8`](https://github.com//axetroy/vscode-deno/commit/4cfe7b854e1c1d6c39981f4bc70c5a580a599f5e)] - test: improve test case -- \[[`633ae31`](https://github.com//axetroy/vscode-deno/commit/633ae31f784d2f8b0d45eae303158f38b31cd728)] - test: improve test -- \[[`7483cb7`](https://github.com//axetroy/vscode-deno/commit/7483cb7ca872af5a2d1461efefa69fa5316ca47f)] - test: improve test case -- \[[`7249b3c`](https://github.com//axetroy/vscode-deno/commit/7249b3c3c44d269c48793b808cbc0c173c30cceb)] - chore: update ci -- \[[`22c8bce`](https://github.com//axetroy/vscode-deno/commit/22c8bce1e305750dffad428968731f6329f86225)] - test: improve test case -- \[[`64bf615`](https://github.com//axetroy/vscode-deno/commit/64bf615978e35775d5fae14f2af4a697a8e55492)] - test: improve test case -- \[[`a19c04b`](https://github.com//axetroy/vscode-deno/commit/a19c04ba2acf0caa124acccdd29c5797c0800755)] - test: add test case -- \[[`ba54a38`](https://github.com//axetroy/vscode-deno/commit/ba54a38284945d3418ec345818b1e9ec633454c8)] - test: update test case -- \[[`465fa90`](https://github.com//axetroy/vscode-deno/commit/465fa9093cf764a4c32b5c3358eeeca3e1292441)] - test: add more test for util -- \[[`4c52827`](https://github.com//axetroy/vscode-deno/commit/4c52827bb3be31b56f656d624094d4c37be3e8f2)] - update -- \[[`cca6093`](https://github.com//axetroy/vscode-deno/commit/cca6093958d5d868fc540d6103912f781bcd0e34)] - chore: try fix ci -- \[[`d8abdf3`](https://github.com//axetroy/vscode-deno/commit/d8abdf36182c5d59165028eb390bb05c9170bbc1)] - refactor: normalize file path -- \[[`64e6c6c`](https://github.com//axetroy/vscode-deno/commit/64e6c6c05d74660f5e5e74ea63571cdcc62bae89)] - chore: rewrite file_walker -- \[[`5291704`](https://github.com//axetroy/vscode-deno/commit/52917042aac0f188d090fbd4017a8bab5fba294c)] - test: fix test case -- \[[`b0321ff`](https://github.com//axetroy/vscode-deno/commit/b0321ff9cddee46fd06e80a3762f81e460dd7ec0)] - chore: update ci -- \[[`98aed6a`](https://github.com//axetroy/vscode-deno/commit/98aed6a497c4691863b254c982cbfa771fd28750)] - test: add test case for file_walker -- \[[`77ce898`](https://github.com//axetroy/vscode-deno/commit/77ce898b12c1e9ec9f995c1ae2b14342547f7cbd)] - perf: improve performance for file_walker -- \[[`c0e2300`](https://github.com//axetroy/vscode-deno/commit/c0e230049e78fc3bb4ce4d0026ff4c980cda521d)] - refactor: improve start server logic -- \[[`3bb70e2`](https://github.com//axetroy/vscode-deno/commit/3bb70e23f51750a3eab053289772f154740c3045)] - feat: improve fetching module message -- \[[`5441f6e`](https://github.com//axetroy/vscode-deno/commit/5441f6ec7257bc85f79375f0b76801458d5c6319)] - [ImgBot] Optimize images (#88) -- \[[`1b327b8`](https://github.com//axetroy/vscode-deno/commit/1b327b869cf74d2022dab71451c92ec3c4b5c5ea)] - feat: support Deno Dependency Viewer. close #83 - - v3.1.1 - ====== - - ### Bugs fixed: +### 💪 Commits(26): + +- [`1bb0cf9`](https://github.com//axetroy/vscode-deno/commit/1bb0cf94074fa0eb16c61c4f0852a6315b7af084) - 3.2.0 +- [`1772477`](https://github.com//axetroy/vscode-deno/commit/17724773a0804708001fdfbb79187eb83a4b0478) - docs: update changelog +- [`fe1682f`](https://github.com//axetroy/vscode-deno/commit/fe1682f0bc1143d939e951b6501ce6615cc37e67) - refactor: improve diagnostics +- [`3f8d578`](https://github.com//axetroy/vscode-deno/commit/3f8d578dce89dfa08d7a687df767ddd3254fe7b4) - refactor: rename function name +- [`df34869`](https://github.com//axetroy/vscode-deno/commit/df34869f993fb5a83b9932216d4a96b10911b022) - test: write test case for deno_deps +- [`4cfe7b8`](https://github.com//axetroy/vscode-deno/commit/4cfe7b854e1c1d6c39981f4bc70c5a580a599f5e) - test: improve test case +- [`633ae31`](https://github.com//axetroy/vscode-deno/commit/633ae31f784d2f8b0d45eae303158f38b31cd728) - test: improve test +- [`7483cb7`](https://github.com//axetroy/vscode-deno/commit/7483cb7ca872af5a2d1461efefa69fa5316ca47f) - test: improve test case +- [`7249b3c`](https://github.com//axetroy/vscode-deno/commit/7249b3c3c44d269c48793b808cbc0c173c30cceb) - chore: update ci +- [`22c8bce`](https://github.com//axetroy/vscode-deno/commit/22c8bce1e305750dffad428968731f6329f86225) - test: improve test case +- [`64bf615`](https://github.com//axetroy/vscode-deno/commit/64bf615978e35775d5fae14f2af4a697a8e55492) - test: improve test case +- [`a19c04b`](https://github.com//axetroy/vscode-deno/commit/a19c04ba2acf0caa124acccdd29c5797c0800755) - test: add test case +- [`ba54a38`](https://github.com//axetroy/vscode-deno/commit/ba54a38284945d3418ec345818b1e9ec633454c8) - test: update test case +- [`465fa90`](https://github.com//axetroy/vscode-deno/commit/465fa9093cf764a4c32b5c3358eeeca3e1292441) - test: add more test for util +- [`4c52827`](https://github.com//axetroy/vscode-deno/commit/4c52827bb3be31b56f656d624094d4c37be3e8f2) - update +- [`cca6093`](https://github.com//axetroy/vscode-deno/commit/cca6093958d5d868fc540d6103912f781bcd0e34) - chore: try fix ci +- [`d8abdf3`](https://github.com//axetroy/vscode-deno/commit/d8abdf36182c5d59165028eb390bb05c9170bbc1) - refactor: normalize file path +- [`64e6c6c`](https://github.com//axetroy/vscode-deno/commit/64e6c6c05d74660f5e5e74ea63571cdcc62bae89) - chore: rewrite file_walker +- [`5291704`](https://github.com//axetroy/vscode-deno/commit/52917042aac0f188d090fbd4017a8bab5fba294c) - test: fix test case +- [`b0321ff`](https://github.com//axetroy/vscode-deno/commit/b0321ff9cddee46fd06e80a3762f81e460dd7ec0) - chore: update ci +- [`98aed6a`](https://github.com//axetroy/vscode-deno/commit/98aed6a497c4691863b254c982cbfa771fd28750) - test: add test case for file_walker +- [`77ce898`](https://github.com//axetroy/vscode-deno/commit/77ce898b12c1e9ec9f995c1ae2b14342547f7cbd) - perf: improve performance for file_walker +- [`c0e2300`](https://github.com//axetroy/vscode-deno/commit/c0e230049e78fc3bb4ce4d0026ff4c980cda521d) - refactor: improve start server logic +- [`3bb70e2`](https://github.com//axetroy/vscode-deno/commit/3bb70e23f51750a3eab053289772f154740c3045) - feat: improve fetching module message +- [`5441f6e`](https://github.com//axetroy/vscode-deno/commit/5441f6ec7257bc85f79375f0b76801458d5c6319) - [ImgBot] Optimize images (#88) +- [`1b327b8`](https://github.com//axetroy/vscode-deno/commit/1b327b869cf74d2022dab71451c92ec3c4b5c5ea) - feat: support Deno Dependency Viewer. close #83 + +v3.1.1 +====== + +### 🐛 Bugs fixed: - auto-import rewrite not work on Windows([`3602979`](https://github.com//axetroy/vscode-deno/commit/3602979225fac8a5ffb53e362ab473ea741a3bbf)) (thanks @axetroy) -### Commits(3): +### 💪 Commits(3): -- \[[`fd71d0c`](https://github.com//axetroy/vscode-deno/commit/fd71d0c19ee6b3c957019cb0299e01ffca11051c)] - 3.1.1 -- \[[`d68d065`](https://github.com//axetroy/vscode-deno/commit/d68d0651271bb988f565a814aa7f9797442f917d)] - docs: update changelog -- \[[`3602979`](https://github.com//axetroy/vscode-deno/commit/3602979225fac8a5ffb53e362ab473ea741a3bbf)] - fix: auto-import rewrite not work on Windows +- [`fd71d0c`](https://github.com//axetroy/vscode-deno/commit/fd71d0c19ee6b3c957019cb0299e01ffca11051c) - 3.1.1 +- [`d68d065`](https://github.com//axetroy/vscode-deno/commit/d68d0651271bb988f565a814aa7f9797442f917d) - docs: update changelog +- [`3602979`](https://github.com//axetroy/vscode-deno/commit/3602979225fac8a5ffb53e362ab473ea741a3bbf) - fix: auto-import rewrite not work on Windows - v3.1.0 - ====== +v3.1.0 +====== - ### New feature: +### 🔥 New feature: - add CodeLens for deno cached module which will show current URL([`44bc4a1`](https://github.com//axetroy/vscode-deno/commit/44bc4a13638822e0ee482a2fba0f23c463e16820)) (thanks @axetroy) - - improve auto-import completion detail([`78fa0e8`](https://github.com//axetroy/vscode-deno/commit/78fa0e86ef017c30349f96794ff3b6eb53cd5879)) (thanks @axetroy) -### Bugs fixed: +### 🐛 Bugs fixed: - normalize filepath([`f5ecd71`](https://github.com//axetroy/vscode-deno/commit/f5ecd71867f5ed6bf055d7606610c0079dc80065)) (thanks @axetroy) -### Commits(9): +### 💪 Commits(9): -- \[[`c79a8d7`](https://github.com//axetroy/vscode-deno/commit/c79a8d7b98f502f410b233c4c16300446e77a55e)] - 3.1.0 -- \[[`521ca52`](https://github.com//axetroy/vscode-deno/commit/521ca52b34fe36015ab8b58b59d7e58fe90537b8)] - docs: update changelog -- \[[`d2e2642`](https://github.com//axetroy/vscode-deno/commit/d2e264226970b0abf72dca288cd560a5531bccea)] - chore: fix ci -- \[[`f5ecd71`](https://github.com//axetroy/vscode-deno/commit/f5ecd71867f5ed6bf055d7606610c0079dc80065)] - fix: normalize filepath -- \[[`5316648`](https://github.com//axetroy/vscode-deno/commit/5316648763e387078da4e4b8f5667dcf3daea0c1)] - refactor: extra common code to util -- \[[`b97a2cf`](https://github.com//axetroy/vscode-deno/commit/b97a2cf49d51bd0a530cf13d1ee89678780ef91f)] - refactor: extra common code to util -- \[[`44bc4a1`](https://github.com//axetroy/vscode-deno/commit/44bc4a13638822e0ee482a2fba0f23c463e16820)] - feat: add CodeLens for deno cached module which will show current URL -- \[[`8f79348`](https://github.com//axetroy/vscode-deno/commit/8f7934869faebfe2a784ba05a3a7b384d89e70f4)] - refactor: update -- \[[`78fa0e8`](https://github.com//axetroy/vscode-deno/commit/78fa0e86ef017c30349f96794ff3b6eb53cd5879)] - feat: improve auto-import completion detail +- [`c79a8d7`](https://github.com//axetroy/vscode-deno/commit/c79a8d7b98f502f410b233c4c16300446e77a55e) - 3.1.0 +- [`521ca52`](https://github.com//axetroy/vscode-deno/commit/521ca52b34fe36015ab8b58b59d7e58fe90537b8) - docs: update changelog +- [`d2e2642`](https://github.com//axetroy/vscode-deno/commit/d2e264226970b0abf72dca288cd560a5531bccea) - chore: fix ci +- [`f5ecd71`](https://github.com//axetroy/vscode-deno/commit/f5ecd71867f5ed6bf055d7606610c0079dc80065) - fix: normalize filepath +- [`5316648`](https://github.com//axetroy/vscode-deno/commit/5316648763e387078da4e4b8f5667dcf3daea0c1) - refactor: extra common code to util +- [`b97a2cf`](https://github.com//axetroy/vscode-deno/commit/b97a2cf49d51bd0a530cf13d1ee89678780ef91f) - refactor: extra common code to util +- [`44bc4a1`](https://github.com//axetroy/vscode-deno/commit/44bc4a13638822e0ee482a2fba0f23c463e16820) - feat: add CodeLens for deno cached module which will show current URL +- [`8f79348`](https://github.com//axetroy/vscode-deno/commit/8f7934869faebfe2a784ba05a3a7b384d89e70f4) - refactor: update +- [`78fa0e8`](https://github.com//axetroy/vscode-deno/commit/78fa0e86ef017c30349f96794ff3b6eb53cd5879) - feat: improve auto-import completion detail - v3.0.6 - ====== +v3.0.6 +====== - ### Bugs fixed: +### 🐛 Bugs fixed: - typescript server crash if create a new untitled typescript TextDocument ref: #86([`e5643e1`](https://github.com//axetroy/vscode-deno/commit/e5643e159042a72ce1871061ff5038be7b6cebb5)) (thanks @axetroy) -### Commits(6): +### 💪 Commits(6): -- \[[`c790727`](https://github.com//axetroy/vscode-deno/commit/c790727f8c4adfdf6a1f3c0f44aa78ee96c4ec0d)] - 3.0.6 -- \[[`74c1954`](https://github.com//axetroy/vscode-deno/commit/74c19540f251e3e2b8338bf2185b171f6dfdd0fd)] - docs: update changelog -- \[[`e5643e1`](https://github.com//axetroy/vscode-deno/commit/e5643e159042a72ce1871061ff5038be7b6cebb5)] - fix: typescript server crash if create a new untitled typescript TextDocument ref: #86 -- \[[`002da57`](https://github.com//axetroy/vscode-deno/commit/002da5783a86ca674e9254babc20244115c40332)] - refactor: improve code -- \[[`edc034b`](https://github.com//axetroy/vscode-deno/commit/edc034bdf3c1e780e2211853801a44d717ea567f)] - chore: add more information when assert -- \[[`c7df99b`](https://github.com//axetroy/vscode-deno/commit/c7df99b18e6846218c529f19219fb2bae6f7994a)] - chore(deps): update typescript-eslint monorepo to v2.22.0 (#85) +- [`c790727`](https://github.com//axetroy/vscode-deno/commit/c790727f8c4adfdf6a1f3c0f44aa78ee96c4ec0d) - 3.0.6 +- [`74c1954`](https://github.com//axetroy/vscode-deno/commit/74c19540f251e3e2b8338bf2185b171f6dfdd0fd) - docs: update changelog +- [`e5643e1`](https://github.com//axetroy/vscode-deno/commit/e5643e159042a72ce1871061ff5038be7b6cebb5) - fix: typescript server crash if create a new untitled typescript TextDocument ref: #86 +- [`002da57`](https://github.com//axetroy/vscode-deno/commit/002da5783a86ca674e9254babc20244115c40332) - refactor: improve code +- [`edc034b`](https://github.com//axetroy/vscode-deno/commit/edc034bdf3c1e780e2211853801a44d717ea567f) - chore: add more information when assert +- [`c7df99b`](https://github.com//axetroy/vscode-deno/commit/c7df99b18e6846218c529f19219fb2bae6f7994a) - chore(deps): update typescript-eslint monorepo to v2.22.0 (#85) - v3.0.5 - ====== +v3.0.5 +====== - ### Bugs fixed: +### 🐛 Bugs fixed: - extension not work when project has tsconfig.json at root dir([`9ce2874`](https://github.com//axetroy/vscode-deno/commit/9ce2874230d4c66ea657f5d2de19c38eb8719df6)) (thanks @axetroy) -### Commits(4): +### 💪 Commits(4): -- \[[`215d09c`](https://github.com//axetroy/vscode-deno/commit/215d09ce9af4f701cbefde08d1a921dd10b71504)] - 3.0.5 -- \[[`4517b41`](https://github.com//axetroy/vscode-deno/commit/4517b4141e6a09657ae9a478eca939461ea7d233)] - docs: update readme and changelog -- \[[`9ce2874`](https://github.com//axetroy/vscode-deno/commit/9ce2874230d4c66ea657f5d2de19c38eb8719df6)] - fix: extension not work when project has tsconfig.json at root dir -- \[[`0fa2794`](https://github.com//axetroy/vscode-deno/commit/0fa279495420211745ce5e1e4d563da042b69b21)] - chore: update ci for test +- [`215d09c`](https://github.com//axetroy/vscode-deno/commit/215d09ce9af4f701cbefde08d1a921dd10b71504) - 3.0.5 +- [`4517b41`](https://github.com//axetroy/vscode-deno/commit/4517b4141e6a09657ae9a478eca939461ea7d233) - docs: update readme and changelog +- [`9ce2874`](https://github.com//axetroy/vscode-deno/commit/9ce2874230d4c66ea657f5d2de19c38eb8719df6) - fix: extension not work when project has tsconfig.json at root dir +- [`0fa2794`](https://github.com//axetroy/vscode-deno/commit/0fa279495420211745ce5e1e4d563da042b69b21) - chore: update ci for test - v3.0.4 - ====== +v3.0.4 +====== - ### Bugs fixed: +### 🐛 Bugs fixed: - invalid http tester regular expression([`3d51ab0`](https://github.com//axetroy/vscode-deno/commit/3d51ab04359ad8bd83b5564c144759d08f9d0237)) (thanks @axetroy) - - 'fetch module' on work correctly for importmap module([`087d834`](https://github.com//axetroy/vscode-deno/commit/087d8345ca3a717d55822dce6ab64c6d9385e790)) (thanks @axetroy) -### Commits(10): +### 💪 Commits(10): -- \[[`5b0bea7`](https://github.com//axetroy/vscode-deno/commit/5b0bea7d0451f89da21575f6513c02004aee6f8b)] - 3.0.4 -- \[[`310f488`](https://github.com//axetroy/vscode-deno/commit/310f4880b21b9324f8ba47983dafa3917193688b)] - docs: update readme -- \[[`e6d6e0a`](https://github.com//axetroy/vscode-deno/commit/e6d6e0a337307786ad6f608384d9c4bf356f7591)] - docs: update changelog -- \[[`7fe19fe`](https://github.com//axetroy/vscode-deno/commit/7fe19fe65c59f5fab185bd0cb32693761d0bdcd1)] - chore: Extract common code `hashURL` util function -- \[[`713fa4c`](https://github.com//axetroy/vscode-deno/commit/713fa4c6db81bdf0a2a1a92f15d1d31892268316)] - chore: Extract common code `isHttpURL` util function -- \[[`4a99bc5`](https://github.com//axetroy/vscode-deno/commit/4a99bc5de16135146da410bebec5ef16d54cfc30)] - chore: Extract common code `isHttpURL` util function -- \[[`3d51ab0`](https://github.com//axetroy/vscode-deno/commit/3d51ab04359ad8bd83b5564c144759d08f9d0237)] - fix: invalid http tester regular expression -- \[[`087d834`](https://github.com//axetroy/vscode-deno/commit/087d8345ca3a717d55822dce6ab64c6d9385e790)] - fix: 'fetch module' on work correctly for importmap module -- \[[`b3b860b`](https://github.com//axetroy/vscode-deno/commit/b3b860b3469dc8f5b2a048500fd86f7790ce077d)] - refactor: improve get type of hash_meta -- \[[`180bde1`](https://github.com//axetroy/vscode-deno/commit/180bde197e2dc41fa17ea83cafb6e2129e15a9dc)] - refactor: improve code +- [`5b0bea7`](https://github.com//axetroy/vscode-deno/commit/5b0bea7d0451f89da21575f6513c02004aee6f8b) - 3.0.4 +- [`310f488`](https://github.com//axetroy/vscode-deno/commit/310f4880b21b9324f8ba47983dafa3917193688b) - docs: update readme +- [`e6d6e0a`](https://github.com//axetroy/vscode-deno/commit/e6d6e0a337307786ad6f608384d9c4bf356f7591) - docs: update changelog +- [`7fe19fe`](https://github.com//axetroy/vscode-deno/commit/7fe19fe65c59f5fab185bd0cb32693761d0bdcd1) - chore: Extract common code `hashURL` util function +- [`713fa4c`](https://github.com//axetroy/vscode-deno/commit/713fa4c6db81bdf0a2a1a92f15d1d31892268316) - chore: Extract common code `isHttpURL` util function +- [`4a99bc5`](https://github.com//axetroy/vscode-deno/commit/4a99bc5de16135146da410bebec5ef16d54cfc30) - chore: Extract common code `isHttpURL` util function +- [`3d51ab0`](https://github.com//axetroy/vscode-deno/commit/3d51ab04359ad8bd83b5564c144759d08f9d0237) - fix: invalid http tester regular expression +- [`087d834`](https://github.com//axetroy/vscode-deno/commit/087d8345ca3a717d55822dce6ab64c6d9385e790) - fix: 'fetch module' on work correctly for importmap module +- [`b3b860b`](https://github.com//axetroy/vscode-deno/commit/b3b860b3469dc8f5b2a048500fd86f7790ce077d) - refactor: improve get type of hash_meta +- [`180bde1`](https://github.com//axetroy/vscode-deno/commit/180bde197e2dc41fa17ea83cafb6e2129e15a9dc) - refactor: improve code - v3.0.3 - ====== +v3.0.3 +====== - ### Bugs fixed: +### 🐛 Bugs fixed: - Path to module not resolved correctly in Windows([`926896d`](https://github.com//axetroy/vscode-deno/commit/926896d33b88971d66f910cf12f881ae5f38405d)) (thanks @axetroy) - - can not set TextDocument's language mode correctly in Windows([`83d6e34`](https://github.com//axetroy/vscode-deno/commit/83d6e342d1795c15e1fdba9218bbcddae910e02e)) (thanks @axetroy) - - somethine server does not ready and send notify([`271c9cd`](https://github.com//axetroy/vscode-deno/commit/271c9cdda40556f8b8efe8280a7a323074d62544)) (thanks @axetroy) -### Commits(20): - -- \[[`09b4d0d`](https://github.com//axetroy/vscode-deno/commit/09b4d0d6b22b3a932fb3e45939ffd67f1c116c57)] - 3.0.3 -- \[[`b50908b`](https://github.com//axetroy/vscode-deno/commit/b50908bc68cc77d258e3034e506a4f1ef0934e73)] - docs: update changelog -- \[[`2cc71f9`](https://github.com//axetroy/vscode-deno/commit/2cc71f9679449a3c1445e4256e5a2bbb776f9f90)] - chore: re-enable format test in Windows -- \[[`9cb72a8`](https://github.com//axetroy/vscode-deno/commit/9cb72a8e1517df8bb111bfea2d9ad8c8a18fd777)] - refactor: improve var name -- \[[`926896d`](https://github.com//axetroy/vscode-deno/commit/926896d33b88971d66f910cf12f881ae5f38405d)] - fix: Path to module not resolved correctly in Windows -- \[[`67a0ec3`](https://github.com//axetroy/vscode-deno/commit/67a0ec3aafdb18cb40bf91d11b4f2e02eb55fdbf)] - chore: add logger fore core module -- \[[`bb62e84`](https://github.com//axetroy/vscode-deno/commit/bb62e84adb8aaa7dee3ffb75c9c1e343697e6d9e)] - chore: fix ci -- \[[`83d6e34`](https://github.com//axetroy/vscode-deno/commit/83d6e342d1795c15e1fdba9218bbcddae910e02e)] - fix: can not set TextDocument's language mode correctly in Windows -- \[[`5e54d4e`](https://github.com//axetroy/vscode-deno/commit/5e54d4e513368be561b767d3c3e36ab1a316faaf)] - refactor: update -- \[[`453a9b0`](https://github.com//axetroy/vscode-deno/commit/453a9b0240bda3d2521defa5f4dbf74faeeca7a4)] - Revert "refactor: typescript-deno-plugin" -- \[[`d3e5654`](https://github.com//axetroy/vscode-deno/commit/d3e5654ec065c7f30386063b0e4635c92125ded8)] - refactor: remove unnecessary await -- \[[`e1ab675`](https://github.com//axetroy/vscode-deno/commit/e1ab6754cbed32fea9340cd02d42bc7c034c55f7)] - refactor: remove unnecessary await -- \[[`360c19b`](https://github.com//axetroy/vscode-deno/commit/360c19b98188f3ea7004a7aa8c89bcee2f94e85d)] - docs: update readme -- \[[`225790e`](https://github.com//axetroy/vscode-deno/commit/225790ef3e1710e40a806be2e8a0417300cc7bb8)] - chore: update deno and node version in ci env -- \[[`5fd5806`](https://github.com//axetroy/vscode-deno/commit/5fd58069e98538bd2beeba6d6ef231427b1e87d8)] - docs: Adding note about tsconfig.json (#82) -- \[[`a859b3f`](https://github.com//axetroy/vscode-deno/commit/a859b3f14a1ef67305fb2254cf753ad1923445be)] - chore: update ci -- \[[`42ca04c`](https://github.com//axetroy/vscode-deno/commit/42ca04c44233827620e6d8cd16500de0a737ec53)] - chore: update ci -- \[[`1c2665f`](https://github.com//axetroy/vscode-deno/commit/1c2665f38924ebff4d074d63942ecb60cd69729c)] - chore: remove unused scripts -- \[[`271c9cd`](https://github.com//axetroy/vscode-deno/commit/271c9cdda40556f8b8efe8280a7a323074d62544)] - fix: somethine server does not ready and send notify -- \[[`6170e21`](https://github.com//axetroy/vscode-deno/commit/6170e21417754dcca33bf1f9376dec37251ddc06)] - refactor: typescript-deno-plugin - - v3.0.2 - ====== - - ### Bugs fixed: +### 💪 Commits(20): + +- [`09b4d0d`](https://github.com//axetroy/vscode-deno/commit/09b4d0d6b22b3a932fb3e45939ffd67f1c116c57) - 3.0.3 +- [`b50908b`](https://github.com//axetroy/vscode-deno/commit/b50908bc68cc77d258e3034e506a4f1ef0934e73) - docs: update changelog +- [`2cc71f9`](https://github.com//axetroy/vscode-deno/commit/2cc71f9679449a3c1445e4256e5a2bbb776f9f90) - chore: re-enable format test in Windows +- [`9cb72a8`](https://github.com//axetroy/vscode-deno/commit/9cb72a8e1517df8bb111bfea2d9ad8c8a18fd777) - refactor: improve var name +- [`926896d`](https://github.com//axetroy/vscode-deno/commit/926896d33b88971d66f910cf12f881ae5f38405d) - fix: Path to module not resolved correctly in Windows +- [`67a0ec3`](https://github.com//axetroy/vscode-deno/commit/67a0ec3aafdb18cb40bf91d11b4f2e02eb55fdbf) - chore: add logger fore core module +- [`bb62e84`](https://github.com//axetroy/vscode-deno/commit/bb62e84adb8aaa7dee3ffb75c9c1e343697e6d9e) - chore: fix ci +- [`83d6e34`](https://github.com//axetroy/vscode-deno/commit/83d6e342d1795c15e1fdba9218bbcddae910e02e) - fix: can not set TextDocument's language mode correctly in Windows +- [`5e54d4e`](https://github.com//axetroy/vscode-deno/commit/5e54d4e513368be561b767d3c3e36ab1a316faaf) - refactor: update +- [`453a9b0`](https://github.com//axetroy/vscode-deno/commit/453a9b0240bda3d2521defa5f4dbf74faeeca7a4) - Revert "refactor: typescript-deno-plugin" +- [`d3e5654`](https://github.com//axetroy/vscode-deno/commit/d3e5654ec065c7f30386063b0e4635c92125ded8) - refactor: remove unnecessary await +- [`e1ab675`](https://github.com//axetroy/vscode-deno/commit/e1ab6754cbed32fea9340cd02d42bc7c034c55f7) - refactor: remove unnecessary await +- [`360c19b`](https://github.com//axetroy/vscode-deno/commit/360c19b98188f3ea7004a7aa8c89bcee2f94e85d) - docs: update readme +- [`225790e`](https://github.com//axetroy/vscode-deno/commit/225790ef3e1710e40a806be2e8a0417300cc7bb8) - chore: update deno and node version in ci env +- [`5fd5806`](https://github.com//axetroy/vscode-deno/commit/5fd58069e98538bd2beeba6d6ef231427b1e87d8) - docs: Adding note about tsconfig.json (#82) +- [`a859b3f`](https://github.com//axetroy/vscode-deno/commit/a859b3f14a1ef67305fb2254cf753ad1923445be) - chore: update ci +- [`42ca04c`](https://github.com//axetroy/vscode-deno/commit/42ca04c44233827620e6d8cd16500de0a737ec53) - chore: update ci +- [`1c2665f`](https://github.com//axetroy/vscode-deno/commit/1c2665f38924ebff4d074d63942ecb60cd69729c) - chore: remove unused scripts +- [`271c9cd`](https://github.com//axetroy/vscode-deno/commit/271c9cdda40556f8b8efe8280a7a323074d62544) - fix: somethine server does not ready and send notify +- [`6170e21`](https://github.com//axetroy/vscode-deno/commit/6170e21417754dcca33bf1f9376dec37251ddc06) - refactor: typescript-deno-plugin + +v3.0.2 +====== + +### 🐛 Bugs fixed: - parse .vscode/settings.json with json5([`b3de3d3`](https://github.com//axetroy/vscode-deno/commit/b3de3d352784c6dcbcbaf4cfb1aa4550b249b618)) (thanks @axetroy) -### Commits(6): +### 💪 Commits(6): -- \[[`eae5fb6`](https://github.com//axetroy/vscode-deno/commit/eae5fb62d6776026db5e1ee0f7ed9a6b019bfb4b)] - 3.0.2 -- \[[`1ab3532`](https://github.com//axetroy/vscode-deno/commit/1ab3532c481dd25646f840e06e7ceaa9cba79974)] - docs: update changelog -- \[[`30247f0`](https://github.com//axetroy/vscode-deno/commit/30247f09a9c97b1a1dce8832d29620b541441465)] - chore(deps): pin dependency @types/json5 to 0.0.30 (#81) -- \[[`b3de3d3`](https://github.com//axetroy/vscode-deno/commit/b3de3d352784c6dcbcbaf4cfb1aa4550b249b618)] - fix: parse .vscode/settings.json with json5 -- \[[`1be0c24`](https://github.com//axetroy/vscode-deno/commit/1be0c24d49d811fb7a5499671d01fe5bcafae6f5)] - Revert "docs: add readme for typescript-deno-plugin" -- \[[`da68d42`](https://github.com//axetroy/vscode-deno/commit/da68d4289b1713432a5b0203fa8f46f4008cab44)] - docs: add readme for typescript-deno-plugin +- [`eae5fb6`](https://github.com//axetroy/vscode-deno/commit/eae5fb62d6776026db5e1ee0f7ed9a6b019bfb4b) - 3.0.2 +- [`1ab3532`](https://github.com//axetroy/vscode-deno/commit/1ab3532c481dd25646f840e06e7ceaa9cba79974) - docs: update changelog +- [`30247f0`](https://github.com//axetroy/vscode-deno/commit/30247f09a9c97b1a1dce8832d29620b541441465) - chore(deps): pin dependency @types/json5 to 0.0.30 (#81) +- [`b3de3d3`](https://github.com//axetroy/vscode-deno/commit/b3de3d352784c6dcbcbaf4cfb1aa4550b249b618) - fix: parse .vscode/settings.json with json5 +- [`1be0c24`](https://github.com//axetroy/vscode-deno/commit/1be0c24d49d811fb7a5499671d01fe5bcafae6f5) - Revert "docs: add readme for typescript-deno-plugin" +- [`da68d42`](https://github.com//axetroy/vscode-deno/commit/da68d4289b1713432a5b0203fa8f46f4008cab44) - docs: add readme for typescript-deno-plugin - v3.0.1 - ====== +v3.0.1 +====== - ### New feature: +### 🔥 New feature: - re-enable typescript-deno-plugin with workspace's typescript version. close #78([`7a53e70`](https://github.com//axetroy/vscode-deno/commit/7a53e7019a9aeba64e0494fe7d9f666540f8a6ce)) (thanks @axetroy) -### Commits(3): +### 💪 Commits(3): -- \[[`27d417e`](https://github.com//axetroy/vscode-deno/commit/27d417e8b9be42bd0e88a9cfe0a3c4fe08a4dd7d)] - 3.0.1 -- \[[`6d856ee`](https://github.com//axetroy/vscode-deno/commit/6d856ee74c0ca1e975a5e6c4af8b6ff03e18eb53)] - docs: update changelog -- \[[`7a53e70`](https://github.com//axetroy/vscode-deno/commit/7a53e7019a9aeba64e0494fe7d9f666540f8a6ce)] - feat: re-enable typescript-deno-plugin with workspace's typescript version. close #78 +- [`27d417e`](https://github.com//axetroy/vscode-deno/commit/27d417e8b9be42bd0e88a9cfe0a3c4fe08a4dd7d) - 3.0.1 +- [`6d856ee`](https://github.com//axetroy/vscode-deno/commit/6d856ee74c0ca1e975a5e6c4af8b6ff03e18eb53) - docs: update changelog +- [`7a53e70`](https://github.com//axetroy/vscode-deno/commit/7a53e7019a9aeba64e0494fe7d9f666540f8a6ce) - feat: re-enable typescript-deno-plugin with workspace's typescript version. close #78 - v3.0.0 - ====== +v3.0.0 +====== - ### New feature: +### 🔥 New feature: - Resurrected in Deno v0.35.0 🚀([`3aff7ed`](https://github.com//axetroy/vscode-deno/commit/3aff7edf1481a0a234a1b994b9f6cf692e444beb)) (thanks @axetroy) - - Requires minimum version of Deno 0.35.0([`35b810c`](https://github.com//axetroy/vscode-deno/commit/35b810ca4f5bbb50796d0df4d3efe27908e604a1)) (thanks @axetroy) - - set the language of the document automatically([`8839799`](https://github.com//axetroy/vscode-deno/commit/88397994925c42647c77df6e3626922ea3b9d953)) (thanks @axetroy) - - adapt Deno new cache layout([`1cba5df`](https://github.com//axetroy/vscode-deno/commit/1cba5df49c10d7d35316949a0e635262d7ee1b30)) (thanks @axetroy) - - support format range code([`498d37f`](https://github.com//axetroy/vscode-deno/commit/498d37ffa7b4e85efd53c8c34d96b48b313effa1)) (thanks @axetroy) - - add import map file jso validator([`2ccfa02`](https://github.com//axetroy/vscode-deno/commit/2ccfa026f28c2285cd94d8e066a96c37f57eef9a)) (thanks @axetroy) - - Add memory cache module([`c6cd7e8`](https://github.com//axetroy/vscode-deno/commit/c6cd7e8b766398d413c406258d286b7380f5087e)) (thanks @axetroy) - - auto detect ./vscode/settings.json in typescript plugin #60([`95d73c6`](https://github.com//axetroy/vscode-deno/commit/95d73c6b5efa7ba5951cc3c0dd150ce925a429b7)) (thanks @axetroy) - - support Import-Maps in new cache layout.([`0c4cccd`](https://github.com//axetroy/vscode-deno/commit/0c4cccda2c109963c28064b1f19c58508a16bae9)) (thanks @axetroy) - - make manifest be a iterator.([`8c7b7ce`](https://github.com//axetroy/vscode-deno/commit/8c7b7ce81d9eb2110a59b14d7e41d6c08b00c8d3)) (thanks @axetroy) - - add new Deno's cache layout parser and test([`7308978`](https://github.com//axetroy/vscode-deno/commit/730897813b2066533c39945bb7eae4af1b261033)) (thanks @axetroy) - - support @deno-types hint definition. #68([`758c5be`](https://github.com//axetroy/vscode-deno/commit/758c5be8256efa263a53c8df1bf68ce6beeaed78)) (thanks @axetroy) -### Bugs fixed: +### 🐛 Bugs fixed: - module not follow redirect([`dc97014`](https://github.com//axetroy/vscode-deno/commit/dc97014e31db7bba9859c5d2ba4ef77ddb67c9f3)) (thanks @axetroy) - Possible errors caused by optional parameters([`f91085c`](https://github.com//axetroy/vscode-deno/commit/f91085ce5b27dde09e22b0e52975f893c111cb6b)) (thanks @axetroy) @@ -602,816 +573,798 @@ v4.0.0 - path resolution of Windows([`a9e3336`](https://github.com//axetroy/vscode-deno/commit/a9e33363da91ae45f4178db001a9deaedc858429)) (thanks @axetroy) - **deps**: update dependency vscode-languageserver-textdocument to v1.0.1 (#66)([`c49b0fa`](https://github.com//axetroy/vscode-deno/commit/c49b0fac07f1a4d4cdc9a425ef666d9741e22a97)) (thanks @renovate[bot]) -### Commits(82): - -- \[[`d612530`](https://github.com//axetroy/vscode-deno/commit/d61253078e25c7edca06bfa08112453ac335f118)] - 3.0.0 -- \[[`85b4c4f`](https://github.com//axetroy/vscode-deno/commit/85b4c4f70a0957687644bcb144459512b462d056)] - docs: update changelog -- \[[`3aff7ed`](https://github.com//axetroy/vscode-deno/commit/3aff7edf1481a0a234a1b994b9f6cf692e444beb)] - feat: Resurrected in Deno v0.35.0 🚀 -- \[[`85ffa3c`](https://github.com//axetroy/vscode-deno/commit/85ffa3c084f60e7ef91c016b7f15de7ed16c482c)] - docs: update readme -- \[[`8e4322f`](https://github.com//axetroy/vscode-deno/commit/8e4322fdc15c8b30ececdd44da9185d9a0d977bc)] - docs: update readme -- \[[`68026ad`](https://github.com//axetroy/vscode-deno/commit/68026ad8509d2c0281c4a0a11995f70a154a6c55)] - test: add test for module_resolver if redirect -- \[[`0e6fb19`](https://github.com//axetroy/vscode-deno/commit/0e6fb190616fe52c44ef6d4747252ce619af4599)] - test: add more test for module_resolver -- \[[`429e9b2`](https://github.com//axetroy/vscode-deno/commit/429e9b2769f22f395ac1afc21cebc9cc36938aab)] - test: add more test for hash_meta -- \[[`35b810c`](https://github.com//axetroy/vscode-deno/commit/35b810ca4f5bbb50796d0df4d3efe27908e604a1)] - feat: Requires minimum version of Deno 0.35.0 -- \[[`dc97014`](https://github.com//axetroy/vscode-deno/commit/dc97014e31db7bba9859c5d2ba4ef77ddb67c9f3)] - fix: module not follow redirect -- \[[`8839799`](https://github.com//axetroy/vscode-deno/commit/88397994925c42647c77df6e3626922ea3b9d953)] - feat: set the language of the document automatically -- \[[`1cba5df`](https://github.com//axetroy/vscode-deno/commit/1cba5df49c10d7d35316949a0e635262d7ee1b30)] - feat: adapt Deno new cache layout -- \[[`498d37f`](https://github.com//axetroy/vscode-deno/commit/498d37ffa7b4e85efd53c8c34d96b48b313effa1)] - feat: support format range code -- \[[`61bce12`](https://github.com//axetroy/vscode-deno/commit/61bce1262ce29c3dd6a6f2cf1bcc1efa1519140f)] - chore(deps): update dependency @types/node to v12.12.29 (#75) -- \[[`0fe3ac0`](https://github.com//axetroy/vscode-deno/commit/0fe3ac0b47e2017576a04e39f64d4abdc3f94d1b)] - chore(deps): update dependency typescript to v3.8.3 (#76) -- \[[`2ccfa02`](https://github.com//axetroy/vscode-deno/commit/2ccfa026f28c2285cd94d8e066a96c37f57eef9a)] - feat: add import map file jso validator -- \[[`89b7d4c`](https://github.com//axetroy/vscode-deno/commit/89b7d4c199805791be5e4571ebdb133f1373df85)] - refactor: improve code -- \[[`f91085c`](https://github.com//axetroy/vscode-deno/commit/f91085ce5b27dde09e22b0e52975f893c111cb6b)] - fix: Possible errors caused by optional parameters -- \[[`c36d2b7`](https://github.com//axetroy/vscode-deno/commit/c36d2b7f403ba114ae7afebf101353bdd40a717c)] - chore(deps): pin dependencies (#73) -- \[[`5553b78`](https://github.com//axetroy/vscode-deno/commit/5553b780c7ea4612d4bbd895ccebd57d8cfc74a0)] - test: make sure deno_dir -- \[[`9663a63`](https://github.com//axetroy/vscode-deno/commit/9663a6324c334b67bc6405fcc590273b56265ccc)] - test: add cache_map and test case -- \[[`3e560f2`](https://github.com//axetroy/vscode-deno/commit/3e560f2269938d7a3b74c5d65be4640b3d5cd004)] - refactor: improve code -- \[[`f499a13`](https://github.com//axetroy/vscode-deno/commit/f499a13cfb23bdf71a725c121dcde5e5404bec76)] - chore: lint before commit -- \[[`80a47f6`](https://github.com//axetroy/vscode-deno/commit/80a47f60c86842f3ec1e5b359a08ea22d60e3bef)] - refactor: improve code -- \[[`fb16e83`](https://github.com//axetroy/vscode-deno/commit/fb16e83bd16d90bd9bb45c34a47a14f4c92f1018)] - chore(deps): pin dependencies (#72) -- \[[`d5cfbdd`](https://github.com//axetroy/vscode-deno/commit/d5cfbddc939e5798a1f4d6a8fa4b8be307f50449)] - chore: add eslint -- \[[`894e978`](https://github.com//axetroy/vscode-deno/commit/894e9785d3ac9504bc62d8193983938365f5df7d)] - chore: update tsconfig.json -- \[[`6161bf1`](https://github.com//axetroy/vscode-deno/commit/6161bf1c07c820b32f10baa3d496fdef076ea165)] - refacot: update normalizeImportStatement -- \[[`e53af86`](https://github.com//axetroy/vscode-deno/commit/e53af8698e9905f0cb51a7669565925ec0869f13)] - refactor: add normalizeImportStatement and test case -- \[[`7726fde`](https://github.com//axetroy/vscode-deno/commit/7726fde3ee0e9b1caf7a04bd167fac725600febe)] - fix: auto-import in new cache layout -- \[[`6ec1cb4`](https://github.com//axetroy/vscode-deno/commit/6ec1cb401f852ce71f3ebdb3e6fefe36d254d0b1)] - pref: cache completion. it should improve performance. -- \[[`c6cd7e8`](https://github.com//axetroy/vscode-deno/commit/c6cd7e8b766398d413c406258d286b7380f5087e)] - feat: Add memory cache module -- \[[`2dd0bdf`](https://github.com//axetroy/vscode-deno/commit/2dd0bdff32951223e5f539f46052a02adfbede71)] - refactor: improve code -- \[[`03a808b`](https://github.com//axetroy/vscode-deno/commit/03a808bc62df915b46c2f313ada0edddc384fc15)] - test: add deno_compile_hint test case -- \[[`95d73c6`](https://github.com//axetroy/vscode-deno/commit/95d73c6b5efa7ba5951cc3c0dd150ce925a429b7)] - feat: auto detect ./vscode/settings.json in typescript plugin #60 -- \[[`57647d9`](https://github.com//axetroy/vscode-deno/commit/57647d9cb5820f59a03514396374d24990e11b35)] - test: add more test for import_map -- \[[`f837565`](https://github.com//axetroy/vscode-deno/commit/f8375651e1ca811bc90289ce44742f6b5422c1ae)] - chore: update .vscodeignore -- \[[`8299544`](https://github.com//axetroy/vscode-deno/commit/82995448f8adbe8439ad8529f8de57004bb635b3)] - chore: add build script -- \[[`10d4223`](https://github.com//axetroy/vscode-deno/commit/10d4223545c3017fa23e0ea3d066afed920e885c)] - docs: update readme -- \[[`7293927`](https://github.com//axetroy/vscode-deno/commit/72939275ae97870a98c0c35ce0e9c6b911720585)] - chore: update ci -- \[[`b130d13`](https://github.com//axetroy/vscode-deno/commit/b130d13a4533abdbb8e5a12bdf08376b50a7e639)] - chore(deps): pin dependency coveralls to 3.0.9 (#71) -- \[[`22b06c3`](https://github.com//axetroy/vscode-deno/commit/22b06c30818347cd0d42096b5952907a12bc53b2)] - chore: fix ci -- \[[`0e84d6f`](https://github.com//axetroy/vscode-deno/commit/0e84d6ffee1b215f3b5de9c1326e57c364f50851)] - chore: report test coverage to coveralls -- \[[`6d842b6`](https://github.com//axetroy/vscode-deno/commit/6d842b6190947b71caa1b041f560c987f3d80670)] - test: generate coverage -- \[[`4c05138`](https://github.com//axetroy/vscode-deno/commit/4c051384e9e525ee086fbc4fb900fea1f54bc678)] - test: add test case for remote module with query -- \[[`f69a6d1`](https://github.com//axetroy/vscode-deno/commit/f69a6d1ad97ef0c7c08f9256a59c8a6de7e9a24f)] - test: remove unused test case -- \[[`06cd9d1`](https://github.com//axetroy/vscode-deno/commit/06cd9d144b6c471fddbeb73ecc27ff8eec1d468d)] - refactor: make sure invalid url will not throw error -- \[[`d81850f`](https://github.com//axetroy/vscode-deno/commit/d81850fde5197f39bc04adf28de84429b2d0d5a8)] - fix: get file hash without query -- \[[`cc8318c`](https://github.com//axetroy/vscode-deno/commit/cc8318cdd0af3200ff52be6c72b167891d410769)] - refactor: remove unused code -- \[[`6206477`](https://github.com//axetroy/vscode-deno/commit/6206477ec28e6c5c1c5a028aea44b9cd6e0dbee5)] - test: fix test -- \[[`05e02a2`](https://github.com//axetroy/vscode-deno/commit/05e02a26895dfe350f0d65b14f54dc3ee14d45c2)] - chore: improve typescript config -- \[[`ef0e24a`](https://github.com//axetroy/vscode-deno/commit/ef0e24a29c41e0f52be76f5a7f8177cdb4cb9f14)] - refactor: move common code to core -- \[[`0c4cccd`](https://github.com//axetroy/vscode-deno/commit/0c4cccda2c109963c28064b1f19c58508a16bae9)] - feat: support Import-Maps in new cache layout. -- \[[`97bbd37`](https://github.com//axetroy/vscode-deno/commit/97bbd372c840566874e6aca5fa6395de4aed01a7)] - test: add module resolver unit test -- \[[`3c50e4c`](https://github.com//axetroy/vscode-deno/commit/3c50e4cf4a12a5798e73704e0d7e75860a38eb66)] - test: add testcase for deno module -- \[[`af59922`](https://github.com//axetroy/vscode-deno/commit/af5992287cde6f2b7e86d6c213490b71144a482f)] - test: add getDenoDeps testcase -- \[[`8c7b7ce`](https://github.com//axetroy/vscode-deno/commit/8c7b7ce81d9eb2110a59b14d7e41d6c08b00c8d3)] - feat: make manifest be a iterator. -- \[[`27ca82c`](https://github.com//axetroy/vscode-deno/commit/27ca82cac5ca0ef0d319c0a00f823e2b44d6339b)] - test: add test case for manifest module -- \[[`b50548e`](https://github.com//axetroy/vscode-deno/commit/b50548e4bb87baa62c83fda420d7994ca0e9dba8)] - fix: fix windows url path handle -- \[[`d37c846`](https://github.com//axetroy/vscode-deno/commit/d37c846121d3e3a3decfdcf821205c2f5e40683b)] - fix: fix invalid regexp for Windows -- \[[`a96e93a`](https://github.com//axetroy/vscode-deno/commit/a96e93abeedc30d018c5c06d60c9e26909fd78f5)] - fix: fix invalid regexp for Windows -- \[[`7308978`](https://github.com//axetroy/vscode-deno/commit/730897813b2066533c39945bb7eae4af1b261033)] - feat: add new Deno's cache layout parser and test -- \[[`42c65ab`](https://github.com//axetroy/vscode-deno/commit/42c65abfaa833bdffce68cb649ddd88132407fc7)] - refactor: update code struct -- \[[`27a01db`](https://github.com//axetroy/vscode-deno/commit/27a01db184201eff78df944737fde0b6a49721f3)] - chore(deps): pin dependencies (#69) -- \[[`9568757`](https://github.com//axetroy/vscode-deno/commit/956875703be1231961cf884a4484820ff8fd7b30)] - refactor: Extract common code -- \[[`8b21c1d`](https://github.com//axetroy/vscode-deno/commit/8b21c1d1a0eae112c760be081460ff5a2e93b7e4)] - refactor: import map -- \[[`e4493f7`](https://github.com//axetroy/vscode-deno/commit/e4493f7625b9503bbed1eb372e1b35eb38ad9a5d)] - refactor: rename function name -- \[[`96f5c0a`](https://github.com//axetroy/vscode-deno/commit/96f5c0aa8575e110bfea77ab3df76461192be506)] - test: add unit test for client/utils.ts -- \[[`a9e3336`](https://github.com//axetroy/vscode-deno/commit/a9e33363da91ae45f4178db001a9deaedc858429)] - fix: path resolution of Windows -- \[[`b71ba68`](https://github.com//axetroy/vscode-deno/commit/b71ba68319ec6c62f2608f03d2b4d36228b4578f)] - test: disable format test -- \[[`3f31927`](https://github.com//axetroy/vscode-deno/commit/3f31927aaeffe9f666bfb64b352a1a933b849617)] - test: update -- \[[`c4da618`](https://github.com//axetroy/vscode-deno/commit/c4da618634c998420d2496d67e1f6245c7a2d781)] - chore: setup deno in ci -- \[[`b85baf9`](https://github.com//axetroy/vscode-deno/commit/b85baf937490ab5080cebbb18f70fca250d9714f)] - test: add unit test for deno class. #39 -- \[[`a472547`](https://github.com//axetroy/vscode-deno/commit/a4725471aad70a23f21f1d14e43ebe87e047bd7b)] - refactor: improve Deno Language Server -- \[[`758c5be`](https://github.com//axetroy/vscode-deno/commit/758c5be8256efa263a53c8df1bf68ce6beeaed78)] - feat: support @deno-types hint definition. #68 -- \[[`cc20091`](https://github.com//axetroy/vscode-deno/commit/cc200916717f01b29e7dfa279173c73312c2e120)] - refactor: improve diagnostics -- \[[`c49b0fa`](https://github.com//axetroy/vscode-deno/commit/c49b0fac07f1a4d4cdc9a425ef666d9741e22a97)] - fix(deps): update dependency vscode-languageserver-textdocument to v1.0.1 (#66) -- \[[`811497b`](https://github.com//axetroy/vscode-deno/commit/811497bfe9d184eace7be4d21b0a93ebae71434c)] - chore(deps): update dependency typescript to v3.8.2 (#64) -- \[[`73d4dc7`](https://github.com//axetroy/vscode-deno/commit/73d4dc724dde6ff09a7eb3e14b1652c3e6b8f517)] - docs: update -- \[[`b2927a7`](https://github.com//axetroy/vscode-deno/commit/b2927a76290aa098eef3f5c2d4d14dedd398721a)] - refactor: improve path handler -- \[[`2223c40`](https://github.com//axetroy/vscode-deno/commit/2223c406e04a0c04110a15e6a91c4ebfff7c4636)] - refactor: improve filepath handler -- \[[`e743f3b`](https://github.com//axetroy/vscode-deno/commit/e743f3b13a237cf5e4285d625dcbe8659f8ea7b5)] - chore(deps): update dependency @types/node to v12.12.28 (#63) - - v2.0.4 - ====== - - ### Bugs fixed: +### 💪 Commits(82): + +- [`d612530`](https://github.com//axetroy/vscode-deno/commit/d61253078e25c7edca06bfa08112453ac335f118) - 3.0.0 +- [`85b4c4f`](https://github.com//axetroy/vscode-deno/commit/85b4c4f70a0957687644bcb144459512b462d056) - docs: update changelog +- [`3aff7ed`](https://github.com//axetroy/vscode-deno/commit/3aff7edf1481a0a234a1b994b9f6cf692e444beb) - feat: Resurrected in Deno v0.35.0 🚀 +- [`85ffa3c`](https://github.com//axetroy/vscode-deno/commit/85ffa3c084f60e7ef91c016b7f15de7ed16c482c) - docs: update readme +- [`8e4322f`](https://github.com//axetroy/vscode-deno/commit/8e4322fdc15c8b30ececdd44da9185d9a0d977bc) - docs: update readme +- [`68026ad`](https://github.com//axetroy/vscode-deno/commit/68026ad8509d2c0281c4a0a11995f70a154a6c55) - test: add test for module_resolver if redirect +- [`0e6fb19`](https://github.com//axetroy/vscode-deno/commit/0e6fb190616fe52c44ef6d4747252ce619af4599) - test: add more test for module_resolver +- [`429e9b2`](https://github.com//axetroy/vscode-deno/commit/429e9b2769f22f395ac1afc21cebc9cc36938aab) - test: add more test for hash_meta +- [`35b810c`](https://github.com//axetroy/vscode-deno/commit/35b810ca4f5bbb50796d0df4d3efe27908e604a1) - feat: Requires minimum version of Deno 0.35.0 +- [`dc97014`](https://github.com//axetroy/vscode-deno/commit/dc97014e31db7bba9859c5d2ba4ef77ddb67c9f3) - fix: module not follow redirect +- [`8839799`](https://github.com//axetroy/vscode-deno/commit/88397994925c42647c77df6e3626922ea3b9d953) - feat: set the language of the document automatically +- [`1cba5df`](https://github.com//axetroy/vscode-deno/commit/1cba5df49c10d7d35316949a0e635262d7ee1b30) - feat: adapt Deno new cache layout +- [`498d37f`](https://github.com//axetroy/vscode-deno/commit/498d37ffa7b4e85efd53c8c34d96b48b313effa1) - feat: support format range code +- [`61bce12`](https://github.com//axetroy/vscode-deno/commit/61bce1262ce29c3dd6a6f2cf1bcc1efa1519140f) - chore(deps): update dependency @types/node to v12.12.29 (#75) +- [`0fe3ac0`](https://github.com//axetroy/vscode-deno/commit/0fe3ac0b47e2017576a04e39f64d4abdc3f94d1b) - chore(deps): update dependency typescript to v3.8.3 (#76) +- [`2ccfa02`](https://github.com//axetroy/vscode-deno/commit/2ccfa026f28c2285cd94d8e066a96c37f57eef9a) - feat: add import map file jso validator +- [`89b7d4c`](https://github.com//axetroy/vscode-deno/commit/89b7d4c199805791be5e4571ebdb133f1373df85) - refactor: improve code +- [`f91085c`](https://github.com//axetroy/vscode-deno/commit/f91085ce5b27dde09e22b0e52975f893c111cb6b) - fix: Possible errors caused by optional parameters +- [`c36d2b7`](https://github.com//axetroy/vscode-deno/commit/c36d2b7f403ba114ae7afebf101353bdd40a717c) - chore(deps): pin dependencies (#73) +- [`5553b78`](https://github.com//axetroy/vscode-deno/commit/5553b780c7ea4612d4bbd895ccebd57d8cfc74a0) - test: make sure deno_dir +- [`9663a63`](https://github.com//axetroy/vscode-deno/commit/9663a6324c334b67bc6405fcc590273b56265ccc) - test: add cache_map and test case +- [`3e560f2`](https://github.com//axetroy/vscode-deno/commit/3e560f2269938d7a3b74c5d65be4640b3d5cd004) - refactor: improve code +- [`f499a13`](https://github.com//axetroy/vscode-deno/commit/f499a13cfb23bdf71a725c121dcde5e5404bec76) - chore: lint before commit +- [`80a47f6`](https://github.com//axetroy/vscode-deno/commit/80a47f60c86842f3ec1e5b359a08ea22d60e3bef) - refactor: improve code +- [`fb16e83`](https://github.com//axetroy/vscode-deno/commit/fb16e83bd16d90bd9bb45c34a47a14f4c92f1018) - chore(deps): pin dependencies (#72) +- [`d5cfbdd`](https://github.com//axetroy/vscode-deno/commit/d5cfbddc939e5798a1f4d6a8fa4b8be307f50449) - chore: add eslint +- [`894e978`](https://github.com//axetroy/vscode-deno/commit/894e9785d3ac9504bc62d8193983938365f5df7d) - chore: update tsconfig.json +- [`6161bf1`](https://github.com//axetroy/vscode-deno/commit/6161bf1c07c820b32f10baa3d496fdef076ea165) - refacot: update normalizeImportStatement +- [`e53af86`](https://github.com//axetroy/vscode-deno/commit/e53af8698e9905f0cb51a7669565925ec0869f13) - refactor: add normalizeImportStatement and test case +- [`7726fde`](https://github.com//axetroy/vscode-deno/commit/7726fde3ee0e9b1caf7a04bd167fac725600febe) - fix: auto-import in new cache layout +- [`6ec1cb4`](https://github.com//axetroy/vscode-deno/commit/6ec1cb401f852ce71f3ebdb3e6fefe36d254d0b1) - pref: cache completion. it should improve performance. +- [`c6cd7e8`](https://github.com//axetroy/vscode-deno/commit/c6cd7e8b766398d413c406258d286b7380f5087e) - feat: Add memory cache module +- [`2dd0bdf`](https://github.com//axetroy/vscode-deno/commit/2dd0bdff32951223e5f539f46052a02adfbede71) - refactor: improve code +- [`03a808b`](https://github.com//axetroy/vscode-deno/commit/03a808bc62df915b46c2f313ada0edddc384fc15) - test: add deno_compile_hint test case +- [`95d73c6`](https://github.com//axetroy/vscode-deno/commit/95d73c6b5efa7ba5951cc3c0dd150ce925a429b7) - feat: auto detect ./vscode/settings.json in typescript plugin #60 +- [`57647d9`](https://github.com//axetroy/vscode-deno/commit/57647d9cb5820f59a03514396374d24990e11b35) - test: add more test for import_map +- [`f837565`](https://github.com//axetroy/vscode-deno/commit/f8375651e1ca811bc90289ce44742f6b5422c1ae) - chore: update .vscodeignore +- [`8299544`](https://github.com//axetroy/vscode-deno/commit/82995448f8adbe8439ad8529f8de57004bb635b3) - chore: add build script +- [`10d4223`](https://github.com//axetroy/vscode-deno/commit/10d4223545c3017fa23e0ea3d066afed920e885c) - docs: update readme +- [`7293927`](https://github.com//axetroy/vscode-deno/commit/72939275ae97870a98c0c35ce0e9c6b911720585) - chore: update ci +- [`b130d13`](https://github.com//axetroy/vscode-deno/commit/b130d13a4533abdbb8e5a12bdf08376b50a7e639) - chore(deps): pin dependency coveralls to 3.0.9 (#71) +- [`22b06c3`](https://github.com//axetroy/vscode-deno/commit/22b06c30818347cd0d42096b5952907a12bc53b2) - chore: fix ci +- [`0e84d6f`](https://github.com//axetroy/vscode-deno/commit/0e84d6ffee1b215f3b5de9c1326e57c364f50851) - chore: report test coverage to coveralls +- [`6d842b6`](https://github.com//axetroy/vscode-deno/commit/6d842b6190947b71caa1b041f560c987f3d80670) - test: generate coverage +- [`4c05138`](https://github.com//axetroy/vscode-deno/commit/4c051384e9e525ee086fbc4fb900fea1f54bc678) - test: add test case for remote module with query +- [`f69a6d1`](https://github.com//axetroy/vscode-deno/commit/f69a6d1ad97ef0c7c08f9256a59c8a6de7e9a24f) - test: remove unused test case +- [`06cd9d1`](https://github.com//axetroy/vscode-deno/commit/06cd9d144b6c471fddbeb73ecc27ff8eec1d468d) - refactor: make sure invalid url will not throw error +- [`d81850f`](https://github.com//axetroy/vscode-deno/commit/d81850fde5197f39bc04adf28de84429b2d0d5a8) - fix: get file hash without query +- [`cc8318c`](https://github.com//axetroy/vscode-deno/commit/cc8318cdd0af3200ff52be6c72b167891d410769) - refactor: remove unused code +- [`6206477`](https://github.com//axetroy/vscode-deno/commit/6206477ec28e6c5c1c5a028aea44b9cd6e0dbee5) - test: fix test +- [`05e02a2`](https://github.com//axetroy/vscode-deno/commit/05e02a26895dfe350f0d65b14f54dc3ee14d45c2) - chore: improve typescript config +- [`ef0e24a`](https://github.com//axetroy/vscode-deno/commit/ef0e24a29c41e0f52be76f5a7f8177cdb4cb9f14) - refactor: move common code to core +- [`0c4cccd`](https://github.com//axetroy/vscode-deno/commit/0c4cccda2c109963c28064b1f19c58508a16bae9) - feat: support Import-Maps in new cache layout. +- [`97bbd37`](https://github.com//axetroy/vscode-deno/commit/97bbd372c840566874e6aca5fa6395de4aed01a7) - test: add module resolver unit test +- [`3c50e4c`](https://github.com//axetroy/vscode-deno/commit/3c50e4cf4a12a5798e73704e0d7e75860a38eb66) - test: add testcase for deno module +- [`af59922`](https://github.com//axetroy/vscode-deno/commit/af5992287cde6f2b7e86d6c213490b71144a482f) - test: add getDenoDeps testcase +- [`8c7b7ce`](https://github.com//axetroy/vscode-deno/commit/8c7b7ce81d9eb2110a59b14d7e41d6c08b00c8d3) - feat: make manifest be a iterator. +- [`27ca82c`](https://github.com//axetroy/vscode-deno/commit/27ca82cac5ca0ef0d319c0a00f823e2b44d6339b) - test: add test case for manifest module +- [`b50548e`](https://github.com//axetroy/vscode-deno/commit/b50548e4bb87baa62c83fda420d7994ca0e9dba8) - fix: fix windows url path handle +- [`d37c846`](https://github.com//axetroy/vscode-deno/commit/d37c846121d3e3a3decfdcf821205c2f5e40683b) - fix: fix invalid regexp for Windows +- [`a96e93a`](https://github.com//axetroy/vscode-deno/commit/a96e93abeedc30d018c5c06d60c9e26909fd78f5) - fix: fix invalid regexp for Windows +- [`7308978`](https://github.com//axetroy/vscode-deno/commit/730897813b2066533c39945bb7eae4af1b261033) - feat: add new Deno's cache layout parser and test +- [`42c65ab`](https://github.com//axetroy/vscode-deno/commit/42c65abfaa833bdffce68cb649ddd88132407fc7) - refactor: update code struct +- [`27a01db`](https://github.com//axetroy/vscode-deno/commit/27a01db184201eff78df944737fde0b6a49721f3) - chore(deps): pin dependencies (#69) +- [`9568757`](https://github.com//axetroy/vscode-deno/commit/956875703be1231961cf884a4484820ff8fd7b30) - refactor: Extract common code +- [`8b21c1d`](https://github.com//axetroy/vscode-deno/commit/8b21c1d1a0eae112c760be081460ff5a2e93b7e4) - refactor: import map +- [`e4493f7`](https://github.com//axetroy/vscode-deno/commit/e4493f7625b9503bbed1eb372e1b35eb38ad9a5d) - refactor: rename function name +- [`96f5c0a`](https://github.com//axetroy/vscode-deno/commit/96f5c0aa8575e110bfea77ab3df76461192be506) - test: add unit test for client/utils.ts +- [`a9e3336`](https://github.com//axetroy/vscode-deno/commit/a9e33363da91ae45f4178db001a9deaedc858429) - fix: path resolution of Windows +- [`b71ba68`](https://github.com//axetroy/vscode-deno/commit/b71ba68319ec6c62f2608f03d2b4d36228b4578f) - test: disable format test +- [`3f31927`](https://github.com//axetroy/vscode-deno/commit/3f31927aaeffe9f666bfb64b352a1a933b849617) - test: update +- [`c4da618`](https://github.com//axetroy/vscode-deno/commit/c4da618634c998420d2496d67e1f6245c7a2d781) - chore: setup deno in ci +- [`b85baf9`](https://github.com//axetroy/vscode-deno/commit/b85baf937490ab5080cebbb18f70fca250d9714f) - test: add unit test for deno class. #39 +- [`a472547`](https://github.com//axetroy/vscode-deno/commit/a4725471aad70a23f21f1d14e43ebe87e047bd7b) - refactor: improve Deno Language Server +- [`758c5be`](https://github.com//axetroy/vscode-deno/commit/758c5be8256efa263a53c8df1bf68ce6beeaed78) - feat: support @deno-types hint definition. #68 +- [`cc20091`](https://github.com//axetroy/vscode-deno/commit/cc200916717f01b29e7dfa279173c73312c2e120) - refactor: improve diagnostics +- [`c49b0fa`](https://github.com//axetroy/vscode-deno/commit/c49b0fac07f1a4d4cdc9a425ef666d9741e22a97) - fix(deps): update dependency vscode-languageserver-textdocument to v1.0.1 (#66) +- [`811497b`](https://github.com//axetroy/vscode-deno/commit/811497bfe9d184eace7be4d21b0a93ebae71434c) - chore(deps): update dependency typescript to v3.8.2 (#64) +- [`73d4dc7`](https://github.com//axetroy/vscode-deno/commit/73d4dc724dde6ff09a7eb3e14b1652c3e6b8f517) - docs: update +- [`b2927a7`](https://github.com//axetroy/vscode-deno/commit/b2927a76290aa098eef3f5c2d4d14dedd398721a) - refactor: improve path handler +- [`2223c40`](https://github.com//axetroy/vscode-deno/commit/2223c406e04a0c04110a15e6a91c4ebfff7c4636) - refactor: improve filepath handler +- [`e743f3b`](https://github.com//axetroy/vscode-deno/commit/e743f3b13a237cf5e4285d625dcbe8659f8ea7b5) - chore(deps): update dependency @types/node to v12.12.28 (#63) + +v2.0.4 +====== + +### 🐛 Bugs fixed: - Try to fix the path processing under windows. ref: #61([`e3d5bf2`](https://github.com//axetroy/vscode-deno/commit/e3d5bf27fc0b678b0928caeb19a3735774179a36)) (thanks @axetroy) -### Commits(3): +### 💪 Commits(3): -- \[[`cb399d1`](https://github.com//axetroy/vscode-deno/commit/cb399d1cb5b6b6390ab39c3cd25875ce39a17dc4)] - 2.0.4 -- \[[`a650f19`](https://github.com//axetroy/vscode-deno/commit/a650f1909d05d928b5bec08f9e8aeed92cea8126)] - docs: update changelog -- \[[`e3d5bf2`](https://github.com//axetroy/vscode-deno/commit/e3d5bf27fc0b678b0928caeb19a3735774179a36)] - fix: Try to fix the path processing under windows. ref: #61 +- [`cb399d1`](https://github.com//axetroy/vscode-deno/commit/cb399d1cb5b6b6390ab39c3cd25875ce39a17dc4) - 2.0.4 +- [`a650f19`](https://github.com//axetroy/vscode-deno/commit/a650f1909d05d928b5bec08f9e8aeed92cea8126) - docs: update changelog +- [`e3d5bf2`](https://github.com//axetroy/vscode-deno/commit/e3d5bf27fc0b678b0928caeb19a3735774179a36) - fix: Try to fix the path processing under windows. ref: #61 - v2.0.3 - ====== +v2.0.3 +====== - ### Bugs fixed: +### 🐛 Bugs fixed: - Try to fix the path processing under windows. ref: #61([`8c02221`](https://github.com//axetroy/vscode-deno/commit/8c02221cb2a5abfcafc108ecf2ae88afc3e90f3b)) (thanks @axetroy) -### Commits(3): +### 💪 Commits(3): -- \[[`78e3f59`](https://github.com//axetroy/vscode-deno/commit/78e3f59454cdab6fd6b410c7d8f0e40c23263555)] - 2.0.3 -- \[[`eeab8fb`](https://github.com//axetroy/vscode-deno/commit/eeab8fb001739379e90de860f358f0498a175bf7)] - docs: update changelog -- \[[`8c02221`](https://github.com//axetroy/vscode-deno/commit/8c02221cb2a5abfcafc108ecf2ae88afc3e90f3b)] - fix: Try to fix the path processing under windows. ref: #61 +- [`78e3f59`](https://github.com//axetroy/vscode-deno/commit/78e3f59454cdab6fd6b410c7d8f0e40c23263555) - 2.0.3 +- [`eeab8fb`](https://github.com//axetroy/vscode-deno/commit/eeab8fb001739379e90de860f358f0498a175bf7) - docs: update changelog +- [`8c02221`](https://github.com//axetroy/vscode-deno/commit/8c02221cb2a5abfcafc108ecf2ae88afc3e90f3b) - fix: Try to fix the path processing under windows. ref: #61 - v2.0.2 - ====== +v2.0.2 +====== - ### Bugs fixed: +### 🐛 Bugs fixed: - Auto-Import for Deno module incorrectly. now use http protocol modules instead of relative paths. close #44([`df71fd1`](https://github.com//axetroy/vscode-deno/commit/df71fd1d4fa5f47423f1c00b9b181e81f0435dd4)) (thanks @axetroy) - - typescript-deno-plugin will be disable when open the file out of workspace.([`b0f3aa6`](https://github.com//axetroy/vscode-deno/commit/b0f3aa6d6646adf81a9ac091c2d89e82eda35e94)) (thanks @axetroy) -### Commits(5): +### 💪 Commits(5): -- \[[`2415ae3`](https://github.com//axetroy/vscode-deno/commit/2415ae38269ab0e16747420b94500ad3dc5d64aa)] - 2.0.2 -- \[[`5cb1f61`](https://github.com//axetroy/vscode-deno/commit/5cb1f61e5f5b794fa086d997e1a0f1debfd0fd5b)] - docs: update changelog -- \[[`df71fd1`](https://github.com//axetroy/vscode-deno/commit/df71fd1d4fa5f47423f1c00b9b181e81f0435dd4)] - fix: Auto-Import for Deno module incorrectly. now use http protocol modules instead of relative paths. close #44 -- \[[`b0f3aa6`](https://github.com//axetroy/vscode-deno/commit/b0f3aa6d6646adf81a9ac091c2d89e82eda35e94)] - fix: typescript-deno-plugin will be disable when open the file out of workspace. -- \[[`a05a777`](https://github.com//axetroy/vscode-deno/commit/a05a777c727e6551bb0077b1a819e2f3c622cbdb)] - refactor: enable strict mode +- [`2415ae3`](https://github.com//axetroy/vscode-deno/commit/2415ae38269ab0e16747420b94500ad3dc5d64aa) - 2.0.2 +- [`5cb1f61`](https://github.com//axetroy/vscode-deno/commit/5cb1f61e5f5b794fa086d997e1a0f1debfd0fd5b) - docs: update changelog +- [`df71fd1`](https://github.com//axetroy/vscode-deno/commit/df71fd1d4fa5f47423f1c00b9b181e81f0435dd4) - fix: Auto-Import for Deno module incorrectly. now use http protocol modules instead of relative paths. close #44 +- [`b0f3aa6`](https://github.com//axetroy/vscode-deno/commit/b0f3aa6d6646adf81a9ac091c2d89e82eda35e94) - fix: typescript-deno-plugin will be disable when open the file out of workspace. +- [`a05a777`](https://github.com//axetroy/vscode-deno/commit/a05a777c727e6551bb0077b1a819e2f3c622cbdb) - refactor: enable strict mode - v2.0.1 - ====== +v2.0.1 +====== - ### New feature: +### 🔥 New feature: - improve fetch module with progress([`1eaeb41`](https://github.com//axetroy/vscode-deno/commit/1eaeb4193299aa77e5a430fb0469c8d020851524)) (thanks @axetroy) -### Bugs fixed: +### 🐛 Bugs fixed: - improve typescript-deno-plugin. Make it as unaffected as possible.([`a6ad52f`](https://github.com//axetroy/vscode-deno/commit/a6ad52f058860767310c7774ab8bbe34289064c3)) (thanks @axetroy) - **deps**: update dependency vscode-languageclient to v6.1.1 (#58)([`ae547f9`](https://github.com//axetroy/vscode-deno/commit/ae547f90153b4519cc3748a79ec5176c16bed46e)) (thanks @renovate[bot]) - **deps**: update dependency vscode-languageserver to v6.1.1 (#57)([`e687f20`](https://github.com//axetroy/vscode-deno/commit/e687f207960568e37bc445d63cd133bda413acff)) (thanks @renovate[bot]) - import module from 'file:///path/to/module/mod.ts' not work([`962411d`](https://github.com//axetroy/vscode-deno/commit/962411de1e6aa15d6a1eb122a6f0b3035017cc03)) (thanks @axetroy) -### Commits(17): - -- \[[`4b9579d`](https://github.com//axetroy/vscode-deno/commit/4b9579d7c1bb5194ade056d90109f2e073a5c0c6)] - 2.0.1 -- \[[`9eeac21`](https://github.com//axetroy/vscode-deno/commit/9eeac2111be0114176721956db8189b4dc66cb15)] - docs: update changelog -- \[[`4a58f4e`](https://github.com//axetroy/vscode-deno/commit/4a58f4e5b979fe044d9327fd9720edb02b184747)] - chore(deps): pin dependency @types/deep-equal to 1.0.1 (#59) -- \[[`f1ef40f`](https://github.com//axetroy/vscode-deno/commit/f1ef40f4ac1897c1f2f85e5a4d377598beb59e2c)] - chore: fix ci -- \[[`a6ad52f`](https://github.com//axetroy/vscode-deno/commit/a6ad52f058860767310c7774ab8bbe34289064c3)] - fix: improve typescript-deno-plugin. Make it as unaffected as possible. -- \[[`ae547f9`](https://github.com//axetroy/vscode-deno/commit/ae547f90153b4519cc3748a79ec5176c16bed46e)] - fix(deps): update dependency vscode-languageclient to v6.1.1 (#58) -- \[[`e687f20`](https://github.com//axetroy/vscode-deno/commit/e687f207960568e37bc445d63cd133bda413acff)] - fix(deps): update dependency vscode-languageserver to v6.1.1 (#57) -- \[[`1eaeb41`](https://github.com//axetroy/vscode-deno/commit/1eaeb4193299aa77e5a430fb0469c8d020851524)] - feat: improve fetch module with progress -- \[[`5ad9851`](https://github.com//axetroy/vscode-deno/commit/5ad9851700bdbf1a5a99d8b710436d97958f06ec)] - refactor: improve code -- \[[`d48f7de`](https://github.com//axetroy/vscode-deno/commit/d48f7de1b569d120eca6260e5a74ba6bb025fb77)] - docs: update readme -- \[[`eee5114`](https://github.com//axetroy/vscode-deno/commit/eee51140cd55c5a1a41ce639b11098e698476b5e)] - docs: update readme -- \[[`41d6e73`](https://github.com//axetroy/vscode-deno/commit/41d6e7343c9b88648c6a8b5f8cc2ce7b7f172f0f)] - docs: update -- \[[`962411d`](https://github.com//axetroy/vscode-deno/commit/962411de1e6aa15d6a1eb122a6f0b3035017cc03)] - fix: import module from 'file:///path/to/module/mod.ts' not work -- \[[`4ef9673`](https://github.com//axetroy/vscode-deno/commit/4ef967324340758ec6311a70e3907c3997159bb7)] - refactor: improve code -- \[[`4592767`](https://github.com//axetroy/vscode-deno/commit/4592767d8d9f48a1e9c6b67b20480b1e8de82ca1)] - docs: update readme -- \[[`57703f4`](https://github.com//axetroy/vscode-deno/commit/57703f4d161dfc0fa8a0d488bfa553459cf73ce0)] - refactor: improve code -- \[[`3b58dbd`](https://github.com//axetroy/vscode-deno/commit/3b58dbd9c4cf46e385f2dc1dcbbbb1278298b4e1)] - refactor: update - - v2.0.0 - ====== - - ### New feature: +### 💪 Commits(17): + +- [`4b9579d`](https://github.com//axetroy/vscode-deno/commit/4b9579d7c1bb5194ade056d90109f2e073a5c0c6) - 2.0.1 +- [`9eeac21`](https://github.com//axetroy/vscode-deno/commit/9eeac2111be0114176721956db8189b4dc66cb15) - docs: update changelog +- [`4a58f4e`](https://github.com//axetroy/vscode-deno/commit/4a58f4e5b979fe044d9327fd9720edb02b184747) - chore(deps): pin dependency @types/deep-equal to 1.0.1 (#59) +- [`f1ef40f`](https://github.com//axetroy/vscode-deno/commit/f1ef40f4ac1897c1f2f85e5a4d377598beb59e2c) - chore: fix ci +- [`a6ad52f`](https://github.com//axetroy/vscode-deno/commit/a6ad52f058860767310c7774ab8bbe34289064c3) - fix: improve typescript-deno-plugin. Make it as unaffected as possible. +- [`ae547f9`](https://github.com//axetroy/vscode-deno/commit/ae547f90153b4519cc3748a79ec5176c16bed46e) - fix(deps): update dependency vscode-languageclient to v6.1.1 (#58) +- [`e687f20`](https://github.com//axetroy/vscode-deno/commit/e687f207960568e37bc445d63cd133bda413acff) - fix(deps): update dependency vscode-languageserver to v6.1.1 (#57) +- [`1eaeb41`](https://github.com//axetroy/vscode-deno/commit/1eaeb4193299aa77e5a430fb0469c8d020851524) - feat: improve fetch module with progress +- [`5ad9851`](https://github.com//axetroy/vscode-deno/commit/5ad9851700bdbf1a5a99d8b710436d97958f06ec) - refactor: improve code +- [`d48f7de`](https://github.com//axetroy/vscode-deno/commit/d48f7de1b569d120eca6260e5a74ba6bb025fb77) - docs: update readme +- [`eee5114`](https://github.com//axetroy/vscode-deno/commit/eee51140cd55c5a1a41ce639b11098e698476b5e) - docs: update readme +- [`41d6e73`](https://github.com//axetroy/vscode-deno/commit/41d6e7343c9b88648c6a8b5f8cc2ce7b7f172f0f) - docs: update +- [`962411d`](https://github.com//axetroy/vscode-deno/commit/962411de1e6aa15d6a1eb122a6f0b3035017cc03) - fix: import module from 'file:///path/to/module/mod.ts' not work +- [`4ef9673`](https://github.com//axetroy/vscode-deno/commit/4ef967324340758ec6311a70e3907c3997159bb7) - refactor: improve code +- [`4592767`](https://github.com//axetroy/vscode-deno/commit/4592767d8d9f48a1e9c6b67b20480b1e8de82ca1) - docs: update readme +- [`57703f4`](https://github.com//axetroy/vscode-deno/commit/57703f4d161dfc0fa8a0d488bfa553459cf73ce0) - refactor: improve code +- [`3b58dbd`](https://github.com//axetroy/vscode-deno/commit/3b58dbd9c4cf46e385f2dc1dcbbbb1278298b4e1) - refactor: update + +v2.0.0 +====== -- Deno minimum required v0.33.0([`014192a`](https://github.com//axetroy/vscode-deno/commit/014192a0d1ce80aac3adff5d120fda06c384d03d)) (thanks @axetroy) +### 🔥 New feature: +- Deno minimum required v0.33.0([`014192a`](https://github.com//axetroy/vscode-deno/commit/014192a0d1ce80aac3adff5d120fda06c384d03d)) (thanks @axetroy) - rename configuration `deno.dtsFilepaths` to `deno.dts_file` (#49)([`555a230`](https://github.com//axetroy/vscode-deno/commit/555a230a0476f101a295fd877608f6834d3d6a79)) (thanks @Axetroy) - - remove `deno.enable` & `deno.disable` command (#48)([`8ecae2c`](https://github.com//axetroy/vscode-deno/commit/8ecae2c86e28138ac21d12ea29aba34860c3bb95)) (thanks @Axetroy) - - upgrade Deno formatter (#50)([`e872d1c`](https://github.com//axetroy/vscode-deno/commit/e872d1cee1af7d9bdf1227165dfecf1c69df8fbe)) (thanks @Axetroy) -### Commits(8): +### 💪 Commits(8): -- \[[`b98eb3f`](https://github.com//axetroy/vscode-deno/commit/b98eb3f77102c4d677104741ef11a994746a6f7d)] - 2.0.0 -- \[[`ee36bd6`](https://github.com//axetroy/vscode-deno/commit/ee36bd6a4aa50dbb7de5b656228fde9468f9c6d4)] - docs: update changelog -- \[[`ff14377`](https://github.com//axetroy/vscode-deno/commit/ff143772ba4d69f295d3f837ba7317c71faec855)] - docs: update readme -- \[[`865503c`](https://github.com//axetroy/vscode-deno/commit/865503c68bb84fc161e7a5219468c67159f9995c)] - docs: update readme -- \[[`014192a`](https://github.com//axetroy/vscode-deno/commit/014192a0d1ce80aac3adff5d120fda06c384d03d)] - feat: Deno minimum required v0.33.0 -- \[[`555a230`](https://github.com//axetroy/vscode-deno/commit/555a230a0476f101a295fd877608f6834d3d6a79)] - feat: rename configuration `deno.dtsFilepaths` to `deno.dts_file` (#49) -- \[[`8ecae2c`](https://github.com//axetroy/vscode-deno/commit/8ecae2c86e28138ac21d12ea29aba34860c3bb95)] - feat: remove `deno.enable` & `deno.disable` command (#48) -- \[[`e872d1c`](https://github.com//axetroy/vscode-deno/commit/e872d1cee1af7d9bdf1227165dfecf1c69df8fbe)] - feat: upgrade Deno formatter (#50) +- [`b98eb3f`](https://github.com//axetroy/vscode-deno/commit/b98eb3f77102c4d677104741ef11a994746a6f7d) - 2.0.0 +- [`ee36bd6`](https://github.com//axetroy/vscode-deno/commit/ee36bd6a4aa50dbb7de5b656228fde9468f9c6d4) - docs: update changelog +- [`ff14377`](https://github.com//axetroy/vscode-deno/commit/ff143772ba4d69f295d3f837ba7317c71faec855) - docs: update readme +- [`865503c`](https://github.com//axetroy/vscode-deno/commit/865503c68bb84fc161e7a5219468c67159f9995c) - docs: update readme +- [`014192a`](https://github.com//axetroy/vscode-deno/commit/014192a0d1ce80aac3adff5d120fda06c384d03d) - feat: Deno minimum required v0.33.0 +- [`555a230`](https://github.com//axetroy/vscode-deno/commit/555a230a0476f101a295fd877608f6834d3d6a79) - feat: rename configuration `deno.dtsFilepaths` to `deno.dts_file` (#49) +- [`8ecae2c`](https://github.com//axetroy/vscode-deno/commit/8ecae2c86e28138ac21d12ea29aba34860c3bb95) - feat: remove `deno.enable` & `deno.disable` command (#48) +- [`e872d1c`](https://github.com//axetroy/vscode-deno/commit/e872d1cee1af7d9bdf1227165dfecf1c69df8fbe) - feat: upgrade Deno formatter (#50) - v1.23.0 - ======= +v1.23.0 +======= - ### New feature: +### 🔥 New feature: - add the tips for Deno's minimum version for this extension.([`8b5c54b`](https://github.com//axetroy/vscode-deno/commit/8b5c54b8e9fc9f19c47e2b60f36cc140c587f885)) (thanks @axetroy) - - Now opening the js file will also launch the extension. the same with tsserver.([`d4a9beb`](https://github.com//axetroy/vscode-deno/commit/d4a9beb911cec9f02be8ce1faffe5bb4a10ba836)) (thanks @axetroy) - - support external type definitions with `X-TypeScript-Types` headers. close #35([`98253dd`](https://github.com//axetroy/vscode-deno/commit/98253dd0bda546b6f11beb83926d972540133e33)) (thanks @axetroy) -### Commits(11): +### 💪 Commits(11): -- \[[`c99da81`](https://github.com//axetroy/vscode-deno/commit/c99da81a52b171f3f5dacc21029f60f2548651b5)] - 1.23.0 -- \[[`84ab4bd`](https://github.com//axetroy/vscode-deno/commit/84ab4bdb139fc81bd066d2b717eabc86f4094569)] - docs: update changelog -- \[[`0194ff0`](https://github.com//axetroy/vscode-deno/commit/0194ff0489c12a4d532f83fb30d90571bc796633)] - chore(deps): pin dependencies (#54) -- \[[`46a4798`](https://github.com//axetroy/vscode-deno/commit/46a47987632c2c71c4b0e246b3b2e8f8f06580c3)] - docs: update README.md -- \[[`8b5c54b`](https://github.com//axetroy/vscode-deno/commit/8b5c54b8e9fc9f19c47e2b60f36cc140c587f885)] - feat: add the tips for Deno's minimum version for this extension. -- \[[`d4a9beb`](https://github.com//axetroy/vscode-deno/commit/d4a9beb911cec9f02be8ce1faffe5bb4a10ba836)] - feat: Now opening the js file will also launch the extension. the same with tsserver. -- \[[`98253dd`](https://github.com//axetroy/vscode-deno/commit/98253dd0bda546b6f11beb83926d972540133e33)] - feat: support external type definitions with `X-TypeScript-Types` headers. close #35 -- \[[`d9237c9`](https://github.com//axetroy/vscode-deno/commit/d9237c97fa18dd92dd7311c24f5f553a0fddd0ae)] - chore(deps): update dependency husky to v4.2.3 (#53) -- \[[`9ce54b8`](https://github.com//axetroy/vscode-deno/commit/9ce54b8bd2c02fde25a843495af84c986f9380f5)] - chore(deps): update dependency husky to v4.2.2 (#52) -- \[[`c8cc1cb`](https://github.com//axetroy/vscode-deno/commit/c8cc1cb6977361a5cc8f5be0c819d9628935ede5)] - chore(deps): update dependency @types/node to v12.12.27 (#51) -- \[[`541456f`](https://github.com//axetroy/vscode-deno/commit/541456f69acc750ddb2d65e8b1f9ed36e63c7fff)] - refactor: update DENO_DIR +- [`c99da81`](https://github.com//axetroy/vscode-deno/commit/c99da81a52b171f3f5dacc21029f60f2548651b5) - 1.23.0 +- [`84ab4bd`](https://github.com//axetroy/vscode-deno/commit/84ab4bdb139fc81bd066d2b717eabc86f4094569) - docs: update changelog +- [`0194ff0`](https://github.com//axetroy/vscode-deno/commit/0194ff0489c12a4d532f83fb30d90571bc796633) - chore(deps): pin dependencies (#54) +- [`46a4798`](https://github.com//axetroy/vscode-deno/commit/46a47987632c2c71c4b0e246b3b2e8f8f06580c3) - docs: update README.md +- [`8b5c54b`](https://github.com//axetroy/vscode-deno/commit/8b5c54b8e9fc9f19c47e2b60f36cc140c587f885) - feat: add the tips for Deno's minimum version for this extension. +- [`d4a9beb`](https://github.com//axetroy/vscode-deno/commit/d4a9beb911cec9f02be8ce1faffe5bb4a10ba836) - feat: Now opening the js file will also launch the extension. the same with tsserver. +- [`98253dd`](https://github.com//axetroy/vscode-deno/commit/98253dd0bda546b6f11beb83926d972540133e33) - feat: support external type definitions with `X-TypeScript-Types` headers. close #35 +- [`d9237c9`](https://github.com//axetroy/vscode-deno/commit/d9237c97fa18dd92dd7311c24f5f553a0fddd0ae) - chore(deps): update dependency husky to v4.2.3 (#53) +- [`9ce54b8`](https://github.com//axetroy/vscode-deno/commit/9ce54b8bd2c02fde25a843495af84c986f9380f5) - chore(deps): update dependency husky to v4.2.2 (#52) +- [`c8cc1cb`](https://github.com//axetroy/vscode-deno/commit/c8cc1cb6977361a5cc8f5be0c819d9628935ede5) - chore(deps): update dependency @types/node to v12.12.27 (#51) +- [`541456f`](https://github.com//axetroy/vscode-deno/commit/541456f69acc750ddb2d65e8b1f9ed36e63c7fff) - refactor: update DENO_DIR - v1.22.0 - ======= +v1.22.0 +======= - ### New feature: +### 🔥 New feature: - Add translations for dutch and german (#42)([`ed2b7a4`](https://github.com//axetroy/vscode-deno/commit/ed2b7a496d31356331cfb3dda44e06c8020a7476)) (thanks @Luca Casonato) - - improve module import intelligent([`faf76c9`](https://github.com//axetroy/vscode-deno/commit/faf76c9b015778ef7bcf3994a9708c81d8dbacb3)) (thanks @axetroy) -### Bugs fixed: +### 🐛 Bugs fixed: - Module index is incorrect. close #47([`d69e90a`](https://github.com//axetroy/vscode-deno/commit/d69e90a90df3d7367eb9cb0bd10ec5f3ad21033a)) (thanks @axetroy) - module import intelligent no work correctly when import from 'http/server.ts'([`055d062`](https://github.com//axetroy/vscode-deno/commit/055d062c26aff15c5336c45aa952a1d653ce9cbc)) (thanks @axetroy) -### Commits(9): +### 💪 Commits(9): -- \[[`46dd9cc`](https://github.com//axetroy/vscode-deno/commit/46dd9ccfa838aecf5bc629dd7e5fe088c53b9e1b)] - 1.22.0 -- \[[`b98fe61`](https://github.com//axetroy/vscode-deno/commit/b98fe61cb350098aa18af5c319e21626ee034370)] - docs: update changelog -- \[[`5a31ba3`](https://github.com//axetroy/vscode-deno/commit/5a31ba3da65c980af2a49d780c5c6750d78c545d)] - docs: update changelog -- \[[`d69e90a`](https://github.com//axetroy/vscode-deno/commit/d69e90a90df3d7367eb9cb0bd10ec5f3ad21033a)] - fix: Module index is incorrect. close #47 -- \[[`ed2b7a4`](https://github.com//axetroy/vscode-deno/commit/ed2b7a496d31356331cfb3dda44e06c8020a7476)] - feat: Add translations for dutch and german (#42) -- \[[`9d709e3`](https://github.com//axetroy/vscode-deno/commit/9d709e3ec4d7412c72f5a76dc98c5ca2891ad61a)] - docs: Improve grammar and sentence structure (#46) -- \[[`055d062`](https://github.com//axetroy/vscode-deno/commit/055d062c26aff15c5336c45aa952a1d653ce9cbc)] - fix: module import intelligent no work correctly when import from 'http/server.ts' -- \[[`4098c00`](https://github.com//axetroy/vscode-deno/commit/4098c00c67918f2e85e845b7a9183973f98cdbaa)] - refactor: update -- \[[`faf76c9`](https://github.com//axetroy/vscode-deno/commit/faf76c9b015778ef7bcf3994a9708c81d8dbacb3)] - feat: improve module import intelligent +- [`46dd9cc`](https://github.com//axetroy/vscode-deno/commit/46dd9ccfa838aecf5bc629dd7e5fe088c53b9e1b) - 1.22.0 +- [`b98fe61`](https://github.com//axetroy/vscode-deno/commit/b98fe61cb350098aa18af5c319e21626ee034370) - docs: update changelog +- [`5a31ba3`](https://github.com//axetroy/vscode-deno/commit/5a31ba3da65c980af2a49d780c5c6750d78c545d) - docs: update changelog +- [`d69e90a`](https://github.com//axetroy/vscode-deno/commit/d69e90a90df3d7367eb9cb0bd10ec5f3ad21033a) - fix: Module index is incorrect. close #47 +- [`ed2b7a4`](https://github.com//axetroy/vscode-deno/commit/ed2b7a496d31356331cfb3dda44e06c8020a7476) - feat: Add translations for dutch and german (#42) +- [`9d709e3`](https://github.com//axetroy/vscode-deno/commit/9d709e3ec4d7412c72f5a76dc98c5ca2891ad61a) - docs: Improve grammar and sentence structure (#46) +- [`055d062`](https://github.com//axetroy/vscode-deno/commit/055d062c26aff15c5336c45aa952a1d653ce9cbc) - fix: module import intelligent no work correctly when import from 'http/server.ts' +- [`4098c00`](https://github.com//axetroy/vscode-deno/commit/4098c00c67918f2e85e845b7a9183973f98cdbaa) - refactor: update +- [`faf76c9`](https://github.com//axetroy/vscode-deno/commit/faf76c9b015778ef7bcf3994a9708c81d8dbacb3) - feat: improve module import intelligent - v1.21.0 - ======= +v1.21.0 +======= - ### New feature: +### 🔥 New feature: - support external type definitions with '/// '. ref: #35([`f7affb2`](https://github.com//axetroy/vscode-deno/commit/f7affb27fb073f22437db227b2c576e9406d4784)) (thanks @axetroy) -### Commits(7): +### 💪 Commits(7): -- \[[`3afda31`](https://github.com//axetroy/vscode-deno/commit/3afda3117e08f73a2427e3052f714193a0de8d84)] - 1.21.0 -- \[[`7f4509e`](https://github.com//axetroy/vscode-deno/commit/7f4509e4439f7f5a585f21cb684faf3e32fe9879)] - docs: update changelog -- \[[`d46a3c2`](https://github.com//axetroy/vscode-deno/commit/d46a3c2257eb0e60b1ccbcf694396a693f693ffe)] - chore: try ignore format check in windows -- \[[`86ce29f`](https://github.com//axetroy/vscode-deno/commit/86ce29f165b466d1fec7b6c30cc511ddcd573afd)] - chore: update ci -- \[[`0d197e6`](https://github.com//axetroy/vscode-deno/commit/0d197e6439cf4b04201e7ff7d46b772c650707d9)] - chore(deps): pin dependencies (#45) -- \[[`e9b08a9`](https://github.com//axetroy/vscode-deno/commit/e9b08a9507ea35be17b62fb07ead3e20df94badb)] - chore: remove Deno formatter before commit. use prettier instead. close #43 -- \[[`f7affb2`](https://github.com//axetroy/vscode-deno/commit/f7affb27fb073f22437db227b2c576e9406d4784)] - feat: support external type definitions with '/// '. ref: #35 +- [`3afda31`](https://github.com//axetroy/vscode-deno/commit/3afda3117e08f73a2427e3052f714193a0de8d84) - 1.21.0 +- [`7f4509e`](https://github.com//axetroy/vscode-deno/commit/7f4509e4439f7f5a585f21cb684faf3e32fe9879) - docs: update changelog +- [`d46a3c2`](https://github.com//axetroy/vscode-deno/commit/d46a3c2257eb0e60b1ccbcf694396a693f693ffe) - chore: try ignore format check in windows +- [`86ce29f`](https://github.com//axetroy/vscode-deno/commit/86ce29f165b466d1fec7b6c30cc511ddcd573afd) - chore: update ci +- [`0d197e6`](https://github.com//axetroy/vscode-deno/commit/0d197e6439cf4b04201e7ff7d46b772c650707d9) - chore(deps): pin dependencies (#45) +- [`e9b08a9`](https://github.com//axetroy/vscode-deno/commit/e9b08a9507ea35be17b62fb07ead3e20df94badb) - chore: remove Deno formatter before commit. use prettier instead. close #43 +- [`f7affb2`](https://github.com//axetroy/vscode-deno/commit/f7affb27fb073f22437db227b2c576e9406d4784) - feat: support external type definitions with '/// '. ref: #35 - v1.20.0 - ======= +v1.20.0 +======= - ### New feature: +### 🔥 New feature: - remove `lock std version` and `prefer HTTPS` diagnostics. close #33([`2480791`](https://github.com//axetroy/vscode-deno/commit/2480791f9c002b8d0706f2ffedb5b93ff3c3b407)) (thanks @axetroy) -### Bugs fixed: +### 🐛 Bugs fixed: - update ignore diagnostics code. close #41([`34e6c10`](https://github.com//axetroy/vscode-deno/commit/34e6c1053c7c4c7928fd3e83a59fdd1e92a11f95)) (thanks @axetroy) -### Commits(8): +### 💪 Commits(8): -- \[[`b33ea3c`](https://github.com//axetroy/vscode-deno/commit/b33ea3c6aa9f4396a92dd8b2b6b243694a03165e)] - 1.20.0 -- \[[`d054f27`](https://github.com//axetroy/vscode-deno/commit/d054f27e8e841e266ab9fa4066826b427ffab710)] - docs: update changelog -- \[[`2480791`](https://github.com//axetroy/vscode-deno/commit/2480791f9c002b8d0706f2ffedb5b93ff3c3b407)] - feat: remove `lock std version` and `prefer HTTPS` diagnostics. close #33 -- \[[`34e6c10`](https://github.com//axetroy/vscode-deno/commit/34e6c1053c7c4c7928fd3e83a59fdd1e92a11f95)] - fix: update ignore diagnostics code. close #41 -- \[[`8c4cc59`](https://github.com//axetroy/vscode-deno/commit/8c4cc59f09a2b26a03f6751e95f61a6552441b61)] - refactor: rewrite typescript-deno-plugin -- \[[`499b119`](https://github.com//axetroy/vscode-deno/commit/499b11922ec6f55fe11d0f97fbcff6c458a96104)] - refactor: reformat code -- \[[`77a6740`](https://github.com//axetroy/vscode-deno/commit/77a6740fb5cbb56f406865739a944027c0e362f7)] - docs: add Github issue template -- \[[`07ef9ae`](https://github.com//axetroy/vscode-deno/commit/07ef9ae80a6d5aa6c9f56c5cad49f7f00f0970a1)] - docs: Fix wrong configuration file path +- [`b33ea3c`](https://github.com//axetroy/vscode-deno/commit/b33ea3c6aa9f4396a92dd8b2b6b243694a03165e) - 1.20.0 +- [`d054f27`](https://github.com//axetroy/vscode-deno/commit/d054f27e8e841e266ab9fa4066826b427ffab710) - docs: update changelog +- [`2480791`](https://github.com//axetroy/vscode-deno/commit/2480791f9c002b8d0706f2ffedb5b93ff3c3b407) - feat: remove `lock std version` and `prefer HTTPS` diagnostics. close #33 +- [`34e6c10`](https://github.com//axetroy/vscode-deno/commit/34e6c1053c7c4c7928fd3e83a59fdd1e92a11f95) - fix: update ignore diagnostics code. close #41 +- [`8c4cc59`](https://github.com//axetroy/vscode-deno/commit/8c4cc59f09a2b26a03f6751e95f61a6552441b61) - refactor: rewrite typescript-deno-plugin +- [`499b119`](https://github.com//axetroy/vscode-deno/commit/499b11922ec6f55fe11d0f97fbcff6c458a96104) - refactor: reformat code +- [`77a6740`](https://github.com//axetroy/vscode-deno/commit/77a6740fb5cbb56f406865739a944027c0e362f7) - docs: add Github issue template +- [`07ef9ae`](https://github.com//axetroy/vscode-deno/commit/07ef9ae80a6d5aa6c9f56c5cad49f7f00f0970a1) - docs: Fix wrong configuration file path - v1.19.0 - ======= +v1.19.0 +======= - ### New feature: +### 🔥 New feature: - remove extension name diagnostic. close #12([`892bb3f`](https://github.com//axetroy/vscode-deno/commit/892bb3fe8822500b48d9b1bfacffaa1d4a7c17ba)) (thanks @axetroy) - - support import ECMA script module. close #37([`1b68068`](https://github.com//axetroy/vscode-deno/commit/1b6806854581b9f0b9460526c730eb19dcc511d4)) (thanks @axetroy) -### Bugs fixed: +### 🐛 Bugs fixed: - esm module resolver([`ffe30fb`](https://github.com//axetroy/vscode-deno/commit/ffe30fbbde5e65b9d0741020b820d5b323db5cd1)) (thanks @axetroy) -### Commits(6): +### 💪 Commits(6): -- \[[`17fac44`](https://github.com//axetroy/vscode-deno/commit/17fac446f78091f55fb52f62e7f169958356c5c3)] - 1.19.0 -- \[[`56f5096`](https://github.com//axetroy/vscode-deno/commit/56f5096285650c99bd5f36e25cb18d014ada71e8)] - docs: update changelog -- \[[`a7dffc8`](https://github.com//axetroy/vscode-deno/commit/a7dffc87becd86078d8fc9cd65a0b3615bda72b6)] - docs: add screenshot -- \[[`ffe30fb`](https://github.com//axetroy/vscode-deno/commit/ffe30fbbde5e65b9d0741020b820d5b323db5cd1)] - fix: esm module resolver -- \[[`892bb3f`](https://github.com//axetroy/vscode-deno/commit/892bb3fe8822500b48d9b1bfacffaa1d4a7c17ba)] - feat: remove extension name diagnostic. close #12 -- \[[`1b68068`](https://github.com//axetroy/vscode-deno/commit/1b6806854581b9f0b9460526c730eb19dcc511d4)] - feat: support import ECMA script module. close #37 +- [`17fac44`](https://github.com//axetroy/vscode-deno/commit/17fac446f78091f55fb52f62e7f169958356c5c3) - 1.19.0 +- [`56f5096`](https://github.com//axetroy/vscode-deno/commit/56f5096285650c99bd5f36e25cb18d014ada71e8) - docs: update changelog +- [`a7dffc8`](https://github.com//axetroy/vscode-deno/commit/a7dffc87becd86078d8fc9cd65a0b3615bda72b6) - docs: add screenshot +- [`ffe30fb`](https://github.com//axetroy/vscode-deno/commit/ffe30fbbde5e65b9d0741020b820d5b323db5cd1) - fix: esm module resolver +- [`892bb3f`](https://github.com//axetroy/vscode-deno/commit/892bb3fe8822500b48d9b1bfacffaa1d4a7c17ba) - feat: remove extension name diagnostic. close #12 +- [`1b68068`](https://github.com//axetroy/vscode-deno/commit/1b6806854581b9f0b9460526c730eb19dcc511d4) - feat: support import ECMA script module. close #37 - v1.18.1 - ======= +v1.18.1 +======= -### Commits(2): +### 💪 Commits(2): -- \[[`34dc130`](https://github.com//axetroy/vscode-deno/commit/34dc1307ee826f0fedc194c5955c8d4a8f544966)] - 1.18.1 -- \[[`341165e`](https://github.com//axetroy/vscode-deno/commit/341165e7d1c25e1a4f2d7aab8866f54fb9b8f110)] - Revert "feat: support top-level await with typescript 3.8" +- [`34dc130`](https://github.com//axetroy/vscode-deno/commit/34dc1307ee826f0fedc194c5955c8d4a8f544966) - 1.18.1 +- [`341165e`](https://github.com//axetroy/vscode-deno/commit/341165e7d1c25e1a4f2d7aab8866f54fb9b8f110) - Revert "feat: support top-level await with typescript 3.8" - v1.18.0 - ======= +v1.18.0 +======= - ### New feature: +### 🔥 New feature: - no more use workspace typescript version([`2a6f9da`](https://github.com//axetroy/vscode-deno/commit/2a6f9da82aac305431dccc6539b66eb66866155e)) (thanks @axetroy) - - require min vscode version 1.42.0([`ab2cc6e`](https://github.com//axetroy/vscode-deno/commit/ab2cc6e677f08e0392fc8b551fbae9e8e303bcee)) (thanks @axetroy) - - support top-level await with typescript 3.8([`cb0e592`](https://github.com//axetroy/vscode-deno/commit/cb0e592136f569e58daee56a7d2f46759b7ca946)) (thanks @axetroy) -### Bugs fixed: +### 🐛 Bugs fixed: - create local module no work([`bcceff2`](https://github.com//axetroy/vscode-deno/commit/bcceff232ded01eb28575db7151b4116968945c1)) (thanks @axetroy) -### Commits(9): +### 💪 Commits(9): -- \[[`6c05649`](https://github.com//axetroy/vscode-deno/commit/6c0564943babb553e38f4967e24bc608d04818fc)] - 1.18.0 -- \[[`d35c922`](https://github.com//axetroy/vscode-deno/commit/d35c92253b09bc75dc4ced7f0d4fff1cecea4a1e)] - docs: update CHANGELOG.md -- \[[`2a6f9da`](https://github.com//axetroy/vscode-deno/commit/2a6f9da82aac305431dccc6539b66eb66866155e)] - feat: no more use workspace typescript version -- \[[`ab2cc6e`](https://github.com//axetroy/vscode-deno/commit/ab2cc6e677f08e0392fc8b551fbae9e8e303bcee)] - feat: require min vscode version 1.42.0 -- \[[`cb0e592`](https://github.com//axetroy/vscode-deno/commit/cb0e592136f569e58daee56a7d2f46759b7ca946)] - feat: support top-level await with typescript 3.8 -- \[[`bcceff2`](https://github.com//axetroy/vscode-deno/commit/bcceff232ded01eb28575db7151b4116968945c1)] - fix: create local module no work -- \[[`9b70328`](https://github.com//axetroy/vscode-deno/commit/9b703287be5191e71d497ca1be62955dd6979b2f)] - refactor: improve typescript plugin -- \[[`75fd7f2`](https://github.com//axetroy/vscode-deno/commit/75fd7f2e138921e3812efb749f867c5cceec79ec)] - refactor: Remove redundant code -- \[[`46d9450`](https://github.com//axetroy/vscode-deno/commit/46d9450b691f33fb6a6ae5e47d3554eebf2c5c24)] - refactor: refactor typescript plugin +- [`6c05649`](https://github.com//axetroy/vscode-deno/commit/6c0564943babb553e38f4967e24bc608d04818fc) - 1.18.0 +- [`d35c922`](https://github.com//axetroy/vscode-deno/commit/d35c92253b09bc75dc4ced7f0d4fff1cecea4a1e) - docs: update CHANGELOG.md +- [`2a6f9da`](https://github.com//axetroy/vscode-deno/commit/2a6f9da82aac305431dccc6539b66eb66866155e) - feat: no more use workspace typescript version +- [`ab2cc6e`](https://github.com//axetroy/vscode-deno/commit/ab2cc6e677f08e0392fc8b551fbae9e8e303bcee) - feat: require min vscode version 1.42.0 +- [`cb0e592`](https://github.com//axetroy/vscode-deno/commit/cb0e592136f569e58daee56a7d2f46759b7ca946) - feat: support top-level await with typescript 3.8 +- [`bcceff2`](https://github.com//axetroy/vscode-deno/commit/bcceff232ded01eb28575db7151b4116968945c1) - fix: create local module no work +- [`9b70328`](https://github.com//axetroy/vscode-deno/commit/9b703287be5191e71d497ca1be62955dd6979b2f) - refactor: improve typescript plugin +- [`75fd7f2`](https://github.com//axetroy/vscode-deno/commit/75fd7f2e138921e3812efb749f867c5cceec79ec) - refactor: Remove redundant code +- [`46d9450`](https://github.com//axetroy/vscode-deno/commit/46d9450b691f33fb6a6ae5e47d3554eebf2c5c24) - refactor: refactor typescript plugin - v1.17.0 - ======= +v1.17.0 +======= - ### New feature: +### 🔥 New feature: - fully i18n supported. #31([`04e3938`](https://github.com//axetroy/vscode-deno/commit/04e3938197c6de200f79b6115c8ab3b9cff3651e)) (thanks @axetroy) -### Bugs fixed: +### 🐛 Bugs fixed: - create a local module if is not relative or absolute path([`21bacce`](https://github.com//axetroy/vscode-deno/commit/21bacce8dbba3837a363aeb47ba8aefd262295a4)) (thanks @axetroy) -### Commits(10): +### 💪 Commits(10): -- \[[`b53c414`](https://github.com//axetroy/vscode-deno/commit/b53c414c1e0182ac505a176971080e42a896018e)] - 1.17.0 -- \[[`327782b`](https://github.com//axetroy/vscode-deno/commit/327782be4ace9c996bb1a38244940cab47f5af60)] - docs: update changelog -- \[[`21bacce`](https://github.com//axetroy/vscode-deno/commit/21bacce8dbba3837a363aeb47ba8aefd262295a4)] - fix: create a local module if is not relative or absolute path -- \[[`04e3938`](https://github.com//axetroy/vscode-deno/commit/04e3938197c6de200f79b6115c8ab3b9cff3651e)] - feat: fully i18n supported. #31 -- \[[`b67ff06`](https://github.com//axetroy/vscode-deno/commit/b67ff06505d3cf05083bbfdbfcd80af52a331553)] - docs: update configuration description -- \[[`a2dfbdb`](https://github.com//axetroy/vscode-deno/commit/a2dfbdbaf4a3b0f86d123d24930e7524f6b8de9d)] - docs: update README.md -- \[[`7f04f64`](https://github.com//axetroy/vscode-deno/commit/7f04f646b3855456f849e71628e89868ff78062b)] - [ImgBot] Optimize images (#32) -- \[[`92cac97`](https://github.com//axetroy/vscode-deno/commit/92cac971f6c415c4b540dd0b3d038274d6404897)] - docs: add screenshot -- \[[`14cbcf8`](https://github.com//axetroy/vscode-deno/commit/14cbcf8b97b821800c1ac67748d79e8966716f26)] - docs: update README.md -- \[[`7b9267c`](https://github.com//axetroy/vscode-deno/commit/7b9267c57106619c899a0a79eb9dcc78da0a787b)] - docs: update README.md +- [`b53c414`](https://github.com//axetroy/vscode-deno/commit/b53c414c1e0182ac505a176971080e42a896018e) - 1.17.0 +- [`327782b`](https://github.com//axetroy/vscode-deno/commit/327782be4ace9c996bb1a38244940cab47f5af60) - docs: update changelog +- [`21bacce`](https://github.com//axetroy/vscode-deno/commit/21bacce8dbba3837a363aeb47ba8aefd262295a4) - fix: create a local module if is not relative or absolute path +- [`04e3938`](https://github.com//axetroy/vscode-deno/commit/04e3938197c6de200f79b6115c8ab3b9cff3651e) - feat: fully i18n supported. #31 +- [`b67ff06`](https://github.com//axetroy/vscode-deno/commit/b67ff06505d3cf05083bbfdbfcd80af52a331553) - docs: update configuration description +- [`a2dfbdb`](https://github.com//axetroy/vscode-deno/commit/a2dfbdbaf4a3b0f86d123d24930e7524f6b8de9d) - docs: update README.md +- [`7f04f64`](https://github.com//axetroy/vscode-deno/commit/7f04f646b3855456f849e71628e89868ff78062b) - [ImgBot] Optimize images (#32) +- [`92cac97`](https://github.com//axetroy/vscode-deno/commit/92cac971f6c415c4b540dd0b3d038274d6404897) - docs: add screenshot +- [`14cbcf8`](https://github.com//axetroy/vscode-deno/commit/14cbcf8b97b821800c1ac67748d79e8966716f26) - docs: update README.md +- [`7b9267c`](https://github.com//axetroy/vscode-deno/commit/7b9267c57106619c899a0a79eb9dcc78da0a787b) - docs: update README.md - v1.16.0 - ======= +v1.16.0 +======= - ### New feature: +### 🔥 New feature: - support Import Maps for Deno. close #3([`eb187af`](https://github.com//axetroy/vscode-deno/commit/eb187afd06685c9462fcdace820f29754385f860)) (thanks @axetroy) - - add lock deno_std version diagnostic([`8d9097e`](https://github.com//axetroy/vscode-deno/commit/8d9097e3cb23925966e7339b344fa99cd6d6d491)) (thanks @axetroy) - - add default content for creating a file when fix missing local module([`1404f2f`](https://github.com//axetroy/vscode-deno/commit/1404f2f712867116801cd09a0f1122298218fd42)) (thanks @axetroy) -### Commits(6): +### 💪 Commits(6): -- \[[`b5cdaed`](https://github.com//axetroy/vscode-deno/commit/b5cdaeda5eeb576777150802954c5403c3caded4)] - 1.16.0 -- \[[`ef03c70`](https://github.com//axetroy/vscode-deno/commit/ef03c70ce9ca0ddf9b29f93860cba74428c073a0)] - docs: update CHANGELOG.md -- \[[`eb187af`](https://github.com//axetroy/vscode-deno/commit/eb187afd06685c9462fcdace820f29754385f860)] - feat: support Import Maps for Deno. close #3 -- \[[`8d9097e`](https://github.com//axetroy/vscode-deno/commit/8d9097e3cb23925966e7339b344fa99cd6d6d491)] - feat: add lock deno_std version diagnostic -- \[[`1404f2f`](https://github.com//axetroy/vscode-deno/commit/1404f2f712867116801cd09a0f1122298218fd42)] - feat: add default content for creating a file when fix missing local module -- \[[`a3c1828`](https://github.com//axetroy/vscode-deno/commit/a3c1828f3067a92cc50c87563bd5600f6384b5cd)] - refactor: refactor code +- [`b5cdaed`](https://github.com//axetroy/vscode-deno/commit/b5cdaeda5eeb576777150802954c5403c3caded4) - 1.16.0 +- [`ef03c70`](https://github.com//axetroy/vscode-deno/commit/ef03c70ce9ca0ddf9b29f93860cba74428c073a0) - docs: update CHANGELOG.md +- [`eb187af`](https://github.com//axetroy/vscode-deno/commit/eb187afd06685c9462fcdace820f29754385f860) - feat: support Import Maps for Deno. close #3 +- [`8d9097e`](https://github.com//axetroy/vscode-deno/commit/8d9097e3cb23925966e7339b344fa99cd6d6d491) - feat: add lock deno_std version diagnostic +- [`1404f2f`](https://github.com//axetroy/vscode-deno/commit/1404f2f712867116801cd09a0f1122298218fd42) - feat: add default content for creating a file when fix missing local module +- [`a3c1828`](https://github.com//axetroy/vscode-deno/commit/a3c1828f3067a92cc50c87563bd5600f6384b5cd) - refactor: refactor code - v1.15.0 - ======= +v1.15.0 +======= - ### New feature: +### 🔥 New feature: - support quickly fix for diagnostics. close #29([`da85926`](https://github.com//axetroy/vscode-deno/commit/da859261e33d86b22e01560557f71f4d76b087c2)) (thanks @axetroy) -### Bugs fixed: +### 🐛 Bugs fixed: - **deps**: pin dependency execa to 4.0.0 (#30)([`47ca6e4`](https://github.com//axetroy/vscode-deno/commit/47ca6e47d3dc0e8dbb350225d269ccae7daca278)) (thanks @renovate[bot]) - `typescript-deno-plugin` may not find modules and cause `typescript` to crash([`8bdc5db`](https://github.com//axetroy/vscode-deno/commit/8bdc5db5863212efee62e51b9965c811c1cdeb34)) (thanks @axetroy) -### Commits(6): +### 💪 Commits(6): -- \[[`c0ea2d8`](https://github.com//axetroy/vscode-deno/commit/c0ea2d81f2d26de8964ac29f0d03c3786e97a909)] - 1.15.0 -- \[[`f059bc3`](https://github.com//axetroy/vscode-deno/commit/f059bc341480fe22690bb379fd8c6f48cc18f7bd)] - docs: update CHANGELOG.md -- \[[`b6e6d76`](https://github.com//axetroy/vscode-deno/commit/b6e6d766ba81f76582e3f2965f5cb3409ecc4619)] - docs: update README.md -- \[[`47ca6e4`](https://github.com//axetroy/vscode-deno/commit/47ca6e47d3dc0e8dbb350225d269ccae7daca278)] - fix(deps): pin dependency execa to 4.0.0 (#30) -- \[[`da85926`](https://github.com//axetroy/vscode-deno/commit/da859261e33d86b22e01560557f71f4d76b087c2)] - feat: support quickly fix for diagnostics. close #29 -- \[[`8bdc5db`](https://github.com//axetroy/vscode-deno/commit/8bdc5db5863212efee62e51b9965c811c1cdeb34)] - fix: `typescript-deno-plugin` may not find modules and cause `typescript` to crash +- [`c0ea2d8`](https://github.com//axetroy/vscode-deno/commit/c0ea2d81f2d26de8964ac29f0d03c3786e97a909) - 1.15.0 +- [`f059bc3`](https://github.com//axetroy/vscode-deno/commit/f059bc341480fe22690bb379fd8c6f48cc18f7bd) - docs: update CHANGELOG.md +- [`b6e6d76`](https://github.com//axetroy/vscode-deno/commit/b6e6d766ba81f76582e3f2965f5cb3409ecc4619) - docs: update README.md +- [`47ca6e4`](https://github.com//axetroy/vscode-deno/commit/47ca6e47d3dc0e8dbb350225d269ccae7daca278) - fix(deps): pin dependency execa to 4.0.0 (#30) +- [`da85926`](https://github.com//axetroy/vscode-deno/commit/da859261e33d86b22e01560557f71f4d76b087c2) - feat: support quickly fix for diagnostics. close #29 +- [`8bdc5db`](https://github.com//axetroy/vscode-deno/commit/8bdc5db5863212efee62e51b9965c811c1cdeb34) - fix: `typescript-deno-plugin` may not find modules and cause `typescript` to crash - v1.14.0 - ======= +v1.14.0 +======= - ### New feature: +### 🔥 New feature: - Added i18n support for Chinese Traditional([`ca93cd2`](https://github.com//axetroy/vscode-deno/commit/ca93cd24b28924fd065554f748eb653d23b3a449)) (thanks @axetroy) - - add `deno.restart_server` command to restart `Deno Language Server`. close #28([`9a66f86`](https://github.com//axetroy/vscode-deno/commit/9a66f867f93729b4b753abc4117fb65f3cba72a3)) (thanks @axetroy) - - improve status bar. show more information([`6fb83c4`](https://github.com//axetroy/vscode-deno/commit/6fb83c4a496a2c031247d4675c2838b073318911)) (thanks @axetroy) -### Bugs fixed: +### 🐛 Bugs fixed: - lock prettier version to make sure formatter work on deno v0.32.0. We will switch to dprint in a future release and only suppport formatting typescript/javascipt code.([`78b3266`](https://github.com//axetroy/vscode-deno/commit/78b3266ab426b28e288ff02c677f44593647e2b9)) (thanks @axetroy) -### Commits(10): +### 💪 Commits(10): -- \[[`6f35673`](https://github.com//axetroy/vscode-deno/commit/6f3567322e18c35784b93662c95edb42b10c8c6e)] - 1.14.0 -- \[[`4f14872`](https://github.com//axetroy/vscode-deno/commit/4f148724c2246d9be94d1d35e2f3e9153f5dc9f9)] - docs: update changelog -- \[[`ca93cd2`](https://github.com//axetroy/vscode-deno/commit/ca93cd24b28924fd065554f748eb653d23b3a449)] - feat: Added i18n support for Chinese Traditional -- \[[`e8e13d9`](https://github.com//axetroy/vscode-deno/commit/e8e13d9ec570fab8cc1ced0f3190ff6b03040227)] - docs: update README.md -- \[[`9a66f86`](https://github.com//axetroy/vscode-deno/commit/9a66f867f93729b4b753abc4117fb65f3cba72a3)] - feat: add `deno.restart_server` command to restart `Deno Language Server`. close #28 -- \[[`6fb83c4`](https://github.com//axetroy/vscode-deno/commit/6fb83c4a496a2c031247d4675c2838b073318911)] - feat: improve status bar. show more information -- \[[`1f1cd14`](https://github.com//axetroy/vscode-deno/commit/1f1cd14214d74410861c947f9eabe39bf967442b)] - refactor: reformat code -- \[[`78b3266`](https://github.com//axetroy/vscode-deno/commit/78b3266ab426b28e288ff02c677f44593647e2b9)] - fix: lock prettier version to make sure formatter work on deno v0.32.0. We will switch to dprint in a future release and only suppport formatting typescript/javascipt code. -- \[[`7184c9b`](https://github.com//axetroy/vscode-deno/commit/7184c9bed5d3b5e1a6453aa01677d7c285f6b2f5)] - docs: update screenshot.gif -- \[[`aa9cb4a`](https://github.com//axetroy/vscode-deno/commit/aa9cb4a7d13b8a873a5a7d4479a7cd7faa2b26e4)] - docs: update README.md +- [`6f35673`](https://github.com//axetroy/vscode-deno/commit/6f3567322e18c35784b93662c95edb42b10c8c6e) - 1.14.0 +- [`4f14872`](https://github.com//axetroy/vscode-deno/commit/4f148724c2246d9be94d1d35e2f3e9153f5dc9f9) - docs: update changelog +- [`ca93cd2`](https://github.com//axetroy/vscode-deno/commit/ca93cd24b28924fd065554f748eb653d23b3a449) - feat: Added i18n support for Chinese Traditional +- [`e8e13d9`](https://github.com//axetroy/vscode-deno/commit/e8e13d9ec570fab8cc1ced0f3190ff6b03040227) - docs: update README.md +- [`9a66f86`](https://github.com//axetroy/vscode-deno/commit/9a66f867f93729b4b753abc4117fb65f3cba72a3) - feat: add `deno.restart_server` command to restart `Deno Language Server`. close #28 +- [`6fb83c4`](https://github.com//axetroy/vscode-deno/commit/6fb83c4a496a2c031247d4675c2838b073318911) - feat: improve status bar. show more information +- [`1f1cd14`](https://github.com//axetroy/vscode-deno/commit/1f1cd14214d74410861c947f9eabe39bf967442b) - refactor: reformat code +- [`78b3266`](https://github.com//axetroy/vscode-deno/commit/78b3266ab426b28e288ff02c677f44593647e2b9) - fix: lock prettier version to make sure formatter work on deno v0.32.0. We will switch to dprint in a future release and only suppport formatting typescript/javascipt code. +- [`7184c9b`](https://github.com//axetroy/vscode-deno/commit/7184c9bed5d3b5e1a6453aa01677d7c285f6b2f5) - docs: update screenshot.gif +- [`aa9cb4a`](https://github.com//axetroy/vscode-deno/commit/aa9cb4a7d13b8a873a5a7d4479a7cd7faa2b26e4) - docs: update README.md - v1.13.1 - ======= +v1.13.1 +======= - ### Bugs fixed: +### 🐛 Bugs fixed: - cannot find module if redirected. close #27([`6fd7b13`](https://github.com//axetroy/vscode-deno/commit/6fd7b13dc1394687dbae6a6a6e5f60d01f72cd64)) (thanks @axetroy) -### Commits(3): +### 💪 Commits(3): -- \[[`2600f45`](https://github.com//axetroy/vscode-deno/commit/2600f4542eb57ad9c437a79ef2754177468d37fb)] - 1.13.1 -- \[[`377ad30`](https://github.com//axetroy/vscode-deno/commit/377ad303c7c14dc5e23ffe17f64ef3afa72db264)] - docs: update changelog -- \[[`6fd7b13`](https://github.com//axetroy/vscode-deno/commit/6fd7b13dc1394687dbae6a6a6e5f60d01f72cd64)] - fix: cannot find module if redirected. close #27 +- [`2600f45`](https://github.com//axetroy/vscode-deno/commit/2600f4542eb57ad9c437a79ef2754177468d37fb) - 1.13.1 +- [`377ad30`](https://github.com//axetroy/vscode-deno/commit/377ad303c7c14dc5e23ffe17f64ef3afa72db264) - docs: update changelog +- [`6fd7b13`](https://github.com//axetroy/vscode-deno/commit/6fd7b13dc1394687dbae6a6a6e5f60d01f72cd64) - fix: cannot find module if redirected. close #27 - v1.13.0 - ======= +v1.13.0 +======= - ### New feature: +### 🔥 New feature: - improve diagnostics([`a5f029e`](https://github.com//axetroy/vscode-deno/commit/a5f029e35f9af3692d8f7192fecd648237d00c1c)) (thanks @axetroy) -### Bugs fixed: +### 🐛 Bugs fixed: - can not import module which end with `.ts`\([`0169107`](https://github.com//axetroy/vscode-deno/commit/01691075d9d236b6a0780f960f871206788fea44)) (thanks @axetroy) - **deps**: pin dependency vscode-uri to 2.1.1 (#26)([`5cdf757`](https://github.com//axetroy/vscode-deno/commit/5cdf7571673a9c5fbfbfe8858488fbb7525e1027)) (thanks @renovate[bot]) - improve import module position([`8a999c6`](https://github.com//axetroy/vscode-deno/commit/8a999c667ea474ee769dbf72972a08f9d8f71465)) (thanks @axetroy) -### Commits(10): +### 💪 Commits(10): -- \[[`cac5ef7`](https://github.com//axetroy/vscode-deno/commit/cac5ef762b6e66a73a88cdcb623d9e1fff6878dd)] - 1.13.0 -- \[[`ad95ce5`](https://github.com//axetroy/vscode-deno/commit/ad95ce58f783478670eaaca42d263617d632e96b)] - docs: update changelog -- \[[`0169107`](https://github.com//axetroy/vscode-deno/commit/01691075d9d236b6a0780f960f871206788fea44)] - fix: can not import module which end with `.ts` -- \[[`5cdf757`](https://github.com//axetroy/vscode-deno/commit/5cdf7571673a9c5fbfbfe8858488fbb7525e1027)] - fix(deps): pin dependency vscode-uri to 2.1.1 (#26) -- \[[`f188e99`](https://github.com//axetroy/vscode-deno/commit/f188e993f2706e747929d51fa781f0c0e5047ad0)] - refactor: Remove redundant code -- \[[`a5f029e`](https://github.com//axetroy/vscode-deno/commit/a5f029e35f9af3692d8f7192fecd648237d00c1c)] - feat: improve diagnostics -- \[[`c9f51c1`](https://github.com//axetroy/vscode-deno/commit/c9f51c17b8c71c90597f0067c716953620b80e00)] - refactor: remove utils.ts -- \[[`a74a9ec`](https://github.com//axetroy/vscode-deno/commit/a74a9ec130f0c93d8ae7538f61896de3ed7ad0c4)] - refactor: diagnostics -- \[[`ab9f6a9`](https://github.com//axetroy/vscode-deno/commit/ab9f6a983035109eb3c450a9950388603d005014)] - chore: update Deno version for Github Action -- \[[`8a999c6`](https://github.com//axetroy/vscode-deno/commit/8a999c667ea474ee769dbf72972a08f9d8f71465)] - fix: improve import module position +- [`cac5ef7`](https://github.com//axetroy/vscode-deno/commit/cac5ef762b6e66a73a88cdcb623d9e1fff6878dd) - 1.13.0 +- [`ad95ce5`](https://github.com//axetroy/vscode-deno/commit/ad95ce58f783478670eaaca42d263617d632e96b) - docs: update changelog +- [`0169107`](https://github.com//axetroy/vscode-deno/commit/01691075d9d236b6a0780f960f871206788fea44) - fix: can not import module which end with `.ts` +- [`5cdf757`](https://github.com//axetroy/vscode-deno/commit/5cdf7571673a9c5fbfbfe8858488fbb7525e1027) - fix(deps): pin dependency vscode-uri to 2.1.1 (#26) +- [`f188e99`](https://github.com//axetroy/vscode-deno/commit/f188e993f2706e747929d51fa781f0c0e5047ad0) - refactor: Remove redundant code +- [`a5f029e`](https://github.com//axetroy/vscode-deno/commit/a5f029e35f9af3692d8f7192fecd648237d00c1c) - feat: improve diagnostics +- [`c9f51c1`](https://github.com//axetroy/vscode-deno/commit/c9f51c17b8c71c90597f0067c716953620b80e00) - refactor: remove utils.ts +- [`a74a9ec`](https://github.com//axetroy/vscode-deno/commit/a74a9ec130f0c93d8ae7538f61896de3ed7ad0c4) - refactor: diagnostics +- [`ab9f6a9`](https://github.com//axetroy/vscode-deno/commit/ab9f6a983035109eb3c450a9950388603d005014) - chore: update Deno version for Github Action +- [`8a999c6`](https://github.com//axetroy/vscode-deno/commit/8a999c667ea474ee769dbf72972a08f9d8f71465) - fix: improve import module position - v1.12.0 - ======= +v1.12.0 +======= - ### New feature: +### 🔥 New feature: - improve folder picker([`71e9658`](https://github.com//axetroy/vscode-deno/commit/71e9658fb4aea962941a0d4b7f03a6cbc80d50e1)) (thanks @axetroy) - - Warning when import from http([`72d9db3`](https://github.com//axetroy/vscode-deno/commit/72d9db3c7ce5b483ef0fb7d3e6310b7adf5974c2)) (thanks @axetroy) - - remove `deno.enable = true` by default([`532cdf0`](https://github.com//axetroy/vscode-deno/commit/532cdf0af76ac436243b20c885c406386a20f202)) (thanks @axetroy) -### Commits(14): +### 💪 Commits(14): -- \[[`0f81618`](https://github.com//axetroy/vscode-deno/commit/0f8161802d2371573955a3aed7a243ee023cd7ae)] - 1.12.0 -- \[[`e8e5004`](https://github.com//axetroy/vscode-deno/commit/e8e50048ccfaa44fcad8c224b2405041777f8326)] - docs: add CHANGELOG.md -- \[[`b6cd461`](https://github.com//axetroy/vscode-deno/commit/b6cd461c2b988e7912150002216d494a079dc2f7)] - docs: fix typo -- \[[`27c2440`](https://github.com//axetroy/vscode-deno/commit/27c2440d5416a1efed2813471e3f075ed9a64312)] - docs: update README.md -- \[[`71e9658`](https://github.com//axetroy/vscode-deno/commit/71e9658fb4aea962941a0d4b7f03a6cbc80d50e1)] - feat: improve folder picker -- \[[`e6b10bf`](https://github.com//axetroy/vscode-deno/commit/e6b10bfde05a4df6de8c2be3b4cf4263bc217b5c)] - refactor -- \[[`45b4267`](https://github.com//axetroy/vscode-deno/commit/45b426743cf016af4390624572359c97522c99bc)] - refactor: diagnostic -- \[[`72d9db3`](https://github.com//axetroy/vscode-deno/commit/72d9db3c7ce5b483ef0fb7d3e6310b7adf5974c2)] - feat: Warning when import from http -- \[[`8e7bf88`](https://github.com//axetroy/vscode-deno/commit/8e7bf88120d4297d5d5a85ffe76bc6e4f08e8b65)] - refactor: server -- \[[`e4fb383`](https://github.com//axetroy/vscode-deno/commit/e4fb38307a5456ae8abcad5295c454d677ebad17)] - docs: update README.md -- \[[`356530c`](https://github.com//axetroy/vscode-deno/commit/356530c97bdc0470ee31d5b263378bb2ce803fda)] - docs: update README.md -- \[[`532cdf0`](https://github.com//axetroy/vscode-deno/commit/532cdf0af76ac436243b20c885c406386a20f202)] - feat: remove `deno.enable = true` by default -- \[[`916e5ca`](https://github.com//axetroy/vscode-deno/commit/916e5ca451916d81c7a600ad7d85f3ed6422e90b)] - refactor: rewrite extension -- \[[`4e9ab53`](https://github.com//axetroy/vscode-deno/commit/4e9ab53a5fbd301d6aaddf444976f2fa7723b088)] - refactor: improve multiple workspace. close #23 +- [`0f81618`](https://github.com//axetroy/vscode-deno/commit/0f8161802d2371573955a3aed7a243ee023cd7ae) - 1.12.0 +- [`e8e5004`](https://github.com//axetroy/vscode-deno/commit/e8e50048ccfaa44fcad8c224b2405041777f8326) - docs: add CHANGELOG.md +- [`b6cd461`](https://github.com//axetroy/vscode-deno/commit/b6cd461c2b988e7912150002216d494a079dc2f7) - docs: fix typo +- [`27c2440`](https://github.com//axetroy/vscode-deno/commit/27c2440d5416a1efed2813471e3f075ed9a64312) - docs: update README.md +- [`71e9658`](https://github.com//axetroy/vscode-deno/commit/71e9658fb4aea962941a0d4b7f03a6cbc80d50e1) - feat: improve folder picker +- [`e6b10bf`](https://github.com//axetroy/vscode-deno/commit/e6b10bfde05a4df6de8c2be3b4cf4263bc217b5c) - refactor +- [`45b4267`](https://github.com//axetroy/vscode-deno/commit/45b426743cf016af4390624572359c97522c99bc) - refactor: diagnostic +- [`72d9db3`](https://github.com//axetroy/vscode-deno/commit/72d9db3c7ce5b483ef0fb7d3e6310b7adf5974c2) - feat: Warning when import from http +- [`8e7bf88`](https://github.com//axetroy/vscode-deno/commit/8e7bf88120d4297d5d5a85ffe76bc6e4f08e8b65) - refactor: server +- [`e4fb383`](https://github.com//axetroy/vscode-deno/commit/e4fb38307a5456ae8abcad5295c454d677ebad17) - docs: update README.md +- [`356530c`](https://github.com//axetroy/vscode-deno/commit/356530c97bdc0470ee31d5b263378bb2ce803fda) - docs: update README.md +- [`532cdf0`](https://github.com//axetroy/vscode-deno/commit/532cdf0af76ac436243b20c885c406386a20f202) - feat: remove `deno.enable = true` by default +- [`916e5ca`](https://github.com//axetroy/vscode-deno/commit/916e5ca451916d81c7a600ad7d85f3ed6422e90b) - refactor: rewrite extension +- [`4e9ab53`](https://github.com//axetroy/vscode-deno/commit/4e9ab53a5fbd301d6aaddf444976f2fa7723b088) - refactor: improve multiple workspace. close #23 - v1.11.0 - ======= +v1.11.0 +======= - ### New feature: +### 🔥 New feature: - add diagnostics checking for disable non-extension name module import. close #12([`8c1c244`](https://github.com//axetroy/vscode-deno/commit/8c1c24419fe07bd7f511605ce0b062b0ae16199a)) (thanks @axetroy) -### Bugs fixed: +### 🐛 Bugs fixed: - **deps**: pin dependency typescript to 3.7.5 (#21)([`3b3049c`](https://github.com//axetroy/vscode-deno/commit/3b3049c19d1438b3357eef77f4b6241b535db3d2)) (thanks @renovate[bot]) - add missing typescript deps([`751261a`](https://github.com//axetroy/vscode-deno/commit/751261aaeb8a6a2931687a8082b5bbce591d7ba2)) (thanks @axetroy) - **deps**: pin dependency get-port to 5.1.1 (#18)([`d3cf219`](https://github.com//axetroy/vscode-deno/commit/d3cf21902f0b6930640cd7b1f603649746833ac5)) (thanks @renovate[bot]) -### Commits(7): +### 💪 Commits(7): -- \[[`1b6a2f8`](https://github.com//axetroy/vscode-deno/commit/1b6a2f8cdafb8b8ba61534639830fa84c22a1d0c)] - 1.11.0 -- \[[`3b3049c`](https://github.com//axetroy/vscode-deno/commit/3b3049c19d1438b3357eef77f4b6241b535db3d2)] - fix(deps): pin dependency typescript to 3.7.5 (#21) -- \[[`751261a`](https://github.com//axetroy/vscode-deno/commit/751261aaeb8a6a2931687a8082b5bbce591d7ba2)] - fix: add missing typescript deps -- \[[`8c1c244`](https://github.com//axetroy/vscode-deno/commit/8c1c24419fe07bd7f511605ce0b062b0ae16199a)] - feat: add diagnostics checking for disable non-extension name module import. close #12 -- \[[`8bb4703`](https://github.com//axetroy/vscode-deno/commit/8bb47030bd2cc368ea429a230b2bf9786024badb)] - refactor: improve sync workspace forlder -- \[[`d3cf219`](https://github.com//axetroy/vscode-deno/commit/d3cf21902f0b6930640cd7b1f603649746833ac5)] - fix(deps): pin dependency get-port to 5.1.1 (#18) -- \[[`2d9a32d`](https://github.com//axetroy/vscode-deno/commit/2d9a32d67ccb427305bb14bc8f8842db02d8550a)] - docs: update README.md +- [`1b6a2f8`](https://github.com//axetroy/vscode-deno/commit/1b6a2f8cdafb8b8ba61534639830fa84c22a1d0c) - 1.11.0 +- [`3b3049c`](https://github.com//axetroy/vscode-deno/commit/3b3049c19d1438b3357eef77f4b6241b535db3d2) - fix(deps): pin dependency typescript to 3.7.5 (#21) +- [`751261a`](https://github.com//axetroy/vscode-deno/commit/751261aaeb8a6a2931687a8082b5bbce591d7ba2) - fix: add missing typescript deps +- [`8c1c244`](https://github.com//axetroy/vscode-deno/commit/8c1c24419fe07bd7f511605ce0b062b0ae16199a) - feat: add diagnostics checking for disable non-extension name module import. close #12 +- [`8bb4703`](https://github.com//axetroy/vscode-deno/commit/8bb47030bd2cc368ea429a230b2bf9786024badb) - refactor: improve sync workspace forlder +- [`d3cf219`](https://github.com//axetroy/vscode-deno/commit/d3cf21902f0b6930640cd7b1f603649746833ac5) - fix(deps): pin dependency get-port to 5.1.1 (#18) +- [`2d9a32d`](https://github.com//axetroy/vscode-deno/commit/2d9a32d67ccb427305bb14bc8f8842db02d8550a) - docs: update README.md - v1.10.1 - ======= +v1.10.1 +======= - ### Bugs fixed: +### 🐛 Bugs fixed: - formatter not run at workspace folder([`bf6195a`](https://github.com//axetroy/vscode-deno/commit/bf6195a1978787c53b5135a43245ee6295ca945f)) (thanks @axetroy) -### Commits(2): +### 💪 Commits(2): -- \[[`34a7469`](https://github.com//axetroy/vscode-deno/commit/34a7469d18ab177a9c62c8e22577567a46a44fb9)] - 1.10.1 -- \[[`bf6195a`](https://github.com//axetroy/vscode-deno/commit/bf6195a1978787c53b5135a43245ee6295ca945f)] - fix: formatter not run at workspace folder +- [`34a7469`](https://github.com//axetroy/vscode-deno/commit/34a7469d18ab177a9c62c8e22577567a46a44fb9) - 1.10.1 +- [`bf6195a`](https://github.com//axetroy/vscode-deno/commit/bf6195a1978787c53b5135a43245ee6295ca945f) - fix: formatter not run at workspace folder - v1.10.0 - ======= +v1.10.0 +======= - ### Bugs fixed: +### 🐛 Bugs fixed: - completion show everywhere([`21741a2`](https://github.com//axetroy/vscode-deno/commit/21741a265e38c1187c9e8a8cc71465489a250db1)) (thanks @axetroy) -### Commits(6): +### 💪 Commits(6): -- \[[`5b1d518`](https://github.com//axetroy/vscode-deno/commit/5b1d51826ba22cadf404fa5b54310469a2678751)] - 1.10.0 -- \[[`21741a2`](https://github.com//axetroy/vscode-deno/commit/21741a265e38c1187c9e8a8cc71465489a250db1)] - fix: completion show everywhere -- \[[`a9760fe`](https://github.com//axetroy/vscode-deno/commit/a9760fe957b0de570be26a07de1a968a3fd12a71)] - refactor: refactor code -- \[[`749e181`](https://github.com//axetroy/vscode-deno/commit/749e181d9767d53d49e677da59201e9205f09c4c)] - refactor: add freeport -- \[[`bd30dba`](https://github.com//axetroy/vscode-deno/commit/bd30dbae4fe8e7c37c5ff421421979110d514985)] - chore(deps): pin dependencies (#16) -- \[[`8674e32`](https://github.com//axetroy/vscode-deno/commit/8674e32a2b33e839122ac7634590f6212510db96)] - refactor: rewrite to C/S model with LSP (#15) +- [`5b1d518`](https://github.com//axetroy/vscode-deno/commit/5b1d51826ba22cadf404fa5b54310469a2678751) - 1.10.0 +- [`21741a2`](https://github.com//axetroy/vscode-deno/commit/21741a265e38c1187c9e8a8cc71465489a250db1) - fix: completion show everywhere +- [`a9760fe`](https://github.com//axetroy/vscode-deno/commit/a9760fe957b0de570be26a07de1a968a3fd12a71) - refactor: refactor code +- [`749e181`](https://github.com//axetroy/vscode-deno/commit/749e181d9767d53d49e677da59201e9205f09c4c) - refactor: add freeport +- [`bd30dba`](https://github.com//axetroy/vscode-deno/commit/bd30dbae4fe8e7c37c5ff421421979110d514985) - chore(deps): pin dependencies (#16) +- [`8674e32`](https://github.com//axetroy/vscode-deno/commit/8674e32a2b33e839122ac7634590f6212510db96) - refactor: rewrite to C/S model with LSP (#15) - v1.9.2 - ====== +v1.9.2 +====== - ### Bugs fixed: +### 🐛 Bugs fixed: - resolve can not import module not end with .ts when module does not found. close #5([`1143a97`](https://github.com//axetroy/vscode-deno/commit/1143a97d59672439bb5bf1e9b0fd5279df78d4eb)) (thanks @axetroy) -### Commits(2): +### 💪 Commits(2): -- \[[`15c87ea`](https://github.com//axetroy/vscode-deno/commit/15c87eab00bda1227205c44ab8cba37833ec8774)] - 1.9.2 -- \[[`1143a97`](https://github.com//axetroy/vscode-deno/commit/1143a97d59672439bb5bf1e9b0fd5279df78d4eb)] - fix: resolve can not import module not end with .ts when module does not found. close #5 +- [`15c87ea`](https://github.com//axetroy/vscode-deno/commit/15c87eab00bda1227205c44ab8cba37833ec8774) - 1.9.2 +- [`1143a97`](https://github.com//axetroy/vscode-deno/commit/1143a97d59672439bb5bf1e9b0fd5279df78d4eb) - fix: resolve can not import module not end with .ts when module does not found. close #5 - v1.9.1 - ====== +v1.9.1 +====== - ### New feature: +### 🔥 New feature: - support top-level await. close #10([`d1cd97c`](https://github.com//axetroy/vscode-deno/commit/d1cd97ce0748ff1b4df96726efb6cda308197dd8)) (thanks @axetroy) -### Commits(7): +### 💪 Commits(7): -- \[[`3b83508`](https://github.com//axetroy/vscode-deno/commit/3b8350856ef40161fc4011168273f8a5cbcd23e2)] - 1.9.1 -- \[[`d1cd97c`](https://github.com//axetroy/vscode-deno/commit/d1cd97ce0748ff1b4df96726efb6cda308197dd8)] - feat: support top-level await. close #10 -- \[[`525abb1`](https://github.com//axetroy/vscode-deno/commit/525abb1cd87cc7498ace6a046d8b2415d61cd79a)] - chore: add renovate.json -- \[[`d65aad8`](https://github.com//axetroy/vscode-deno/commit/d65aad8856bad9b12778c490cdd7f2fcd4e8bbbe)] - [ImgBot] Optimize images (#9) -- \[[`6dc5002`](https://github.com//axetroy/vscode-deno/commit/6dc5002c55fed4689a566028f842bffb8476287b)] - chore: update vscodeignore -- \[[`74ba03c`](https://github.com//axetroy/vscode-deno/commit/74ba03cc8bffc9ab11c98870bafdc9cef2972d93)] - chore: ignore image for vscode package -- \[[`7872947`](https://github.com//axetroy/vscode-deno/commit/7872947cb846700c7135dc8b78fb5ae781fd7eed)] - docs: add screenshot.gif +- [`3b83508`](https://github.com//axetroy/vscode-deno/commit/3b8350856ef40161fc4011168273f8a5cbcd23e2) - 1.9.1 +- [`d1cd97c`](https://github.com//axetroy/vscode-deno/commit/d1cd97ce0748ff1b4df96726efb6cda308197dd8) - feat: support top-level await. close #10 +- [`525abb1`](https://github.com//axetroy/vscode-deno/commit/525abb1cd87cc7498ace6a046d8b2415d61cd79a) - chore: add renovate.json +- [`d65aad8`](https://github.com//axetroy/vscode-deno/commit/d65aad8856bad9b12778c490cdd7f2fcd4e8bbbe) - [ImgBot] Optimize images (#9) +- [`6dc5002`](https://github.com//axetroy/vscode-deno/commit/6dc5002c55fed4689a566028f842bffb8476287b) - chore: update vscodeignore +- [`74ba03c`](https://github.com//axetroy/vscode-deno/commit/74ba03cc8bffc9ab11c98870bafdc9cef2972d93) - chore: ignore image for vscode package +- [`7872947`](https://github.com//axetroy/vscode-deno/commit/7872947cb846700c7135dc8b78fb5ae781fd7eed) - docs: add screenshot.gif - v1.9.0 - ====== +v1.9.0 +====== - ### New feature: +### 🔥 New feature: - enable jsx options by default for typescript-deno-plugin([`b9c2fba`](https://github.com//axetroy/vscode-deno/commit/b9c2fbaefe733288ec62e46e8798d6b634f7eea9)) (thanks @axetroy) - - support import installed module intelligent. close #4([`6d9baaa`](https://github.com//axetroy/vscode-deno/commit/6d9baaadf3ae1eeb75e9fd46e1e567c9c8c66086)) (thanks @axetroy) -### Commits(3): +### 💪 Commits(3): -- \[[`7116565`](https://github.com//axetroy/vscode-deno/commit/711656565b5f9f98a80c2f427bb1eb332bc820cc)] - 1.9.0 -- \[[`b9c2fba`](https://github.com//axetroy/vscode-deno/commit/b9c2fbaefe733288ec62e46e8798d6b634f7eea9)] - feat: enable jsx options by default for typescript-deno-plugin -- \[[`6d9baaa`](https://github.com//axetroy/vscode-deno/commit/6d9baaadf3ae1eeb75e9fd46e1e567c9c8c66086)] - feat: support import installed module intelligent. close #4 +- [`7116565`](https://github.com//axetroy/vscode-deno/commit/711656565b5f9f98a80c2f427bb1eb332bc820cc) - 1.9.0 +- [`b9c2fba`](https://github.com//axetroy/vscode-deno/commit/b9c2fbaefe733288ec62e46e8798d6b634f7eea9) - feat: enable jsx options by default for typescript-deno-plugin +- [`6d9baaa`](https://github.com//axetroy/vscode-deno/commit/6d9baaadf3ae1eeb75e9fd46e1e567c9c8c66086) - feat: support import installed module intelligent. close #4 - v1.8.0 - ====== +v1.8.0 +====== - ### New feature: +### 🔥 New feature: - add deno.dtsFilepaths configuration([`458666e`](https://github.com//axetroy/vscode-deno/commit/458666eba1c649a673c56e8d28179e4cd9860d6a)) (thanks @axetroy) -### Bugs fixed: +### 🐛 Bugs fixed: - only allow .d.ts file for deno.dtsFilepaths([`8916695`](https://github.com//axetroy/vscode-deno/commit/8916695fe86b2281c66f2ca75642b6511e6a744c)) (thanks @axetroy) -### Commits(6): +### 💪 Commits(6): -- \[[`4b6a23a`](https://github.com//axetroy/vscode-deno/commit/4b6a23a997d05610eb40d3dc2b1eda021a5aeee3)] - 1.8.0 -- \[[`8916695`](https://github.com//axetroy/vscode-deno/commit/8916695fe86b2281c66f2ca75642b6511e6a744c)] - fix: only allow .d.ts file for deno.dtsFilepaths -- \[[`458666e`](https://github.com//axetroy/vscode-deno/commit/458666eba1c649a673c56e8d28179e4cd9860d6a)] - feat: add deno.dtsFilepaths configuration -- \[[`9a58fc5`](https://github.com//axetroy/vscode-deno/commit/9a58fc504643578caaa69038d0b0186f1d9dea9c)] - docs: update README.md -- \[[`a0f2c99`](https://github.com//axetroy/vscode-deno/commit/a0f2c9998283631eb2a1e272610c4258c543c0de)] - remove deno.alwaysShowStatus configuration. close #6 -- \[[`06d4110`](https://github.com//axetroy/vscode-deno/commit/06d4110135f80d093be0f43e78a4a2086ce83dc8)] - docs: update README.md +- [`4b6a23a`](https://github.com//axetroy/vscode-deno/commit/4b6a23a997d05610eb40d3dc2b1eda021a5aeee3) - 1.8.0 +- [`8916695`](https://github.com//axetroy/vscode-deno/commit/8916695fe86b2281c66f2ca75642b6511e6a744c) - fix: only allow .d.ts file for deno.dtsFilepaths +- [`458666e`](https://github.com//axetroy/vscode-deno/commit/458666eba1c649a673c56e8d28179e4cd9860d6a) - feat: add deno.dtsFilepaths configuration +- [`9a58fc5`](https://github.com//axetroy/vscode-deno/commit/9a58fc504643578caaa69038d0b0186f1d9dea9c) - docs: update README.md +- [`a0f2c99`](https://github.com//axetroy/vscode-deno/commit/a0f2c9998283631eb2a1e272610c4258c543c0de) - remove deno.alwaysShowStatus configuration. close #6 +- [`06d4110`](https://github.com//axetroy/vscode-deno/commit/06d4110135f80d093be0f43e78a4a2086ce83dc8) - docs: update README.md - v1.7.0 - ====== +v1.7.0 +====== - ### New feature: +### 🔥 New feature: - enable/disable typescript-deno-plugin in extension scope([`fc2c197`](https://github.com//axetroy/vscode-deno/commit/fc2c1977fc320b0b4609ca50bb02466fdbc7cc23)) (thanks @axetroy) -### Commits(2): +### 💪 Commits(2): -- \[[`72a6a31`](https://github.com//axetroy/vscode-deno/commit/72a6a31165191c6eb7cf68a390bba807da15f4d0)] - 1.7.0 -- \[[`fc2c197`](https://github.com//axetroy/vscode-deno/commit/fc2c1977fc320b0b4609ca50bb02466fdbc7cc23)] - feat: enable/disable typescript-deno-plugin in extension scope +- [`72a6a31`](https://github.com//axetroy/vscode-deno/commit/72a6a31165191c6eb7cf68a390bba807da15f4d0) - 1.7.0 +- [`fc2c197`](https://github.com//axetroy/vscode-deno/commit/fc2c1977fc320b0b4609ca50bb02466fdbc7cc23) - feat: enable/disable typescript-deno-plugin in extension scope - v1.6.1 - ====== +v1.6.1 +====== - ### Bugs fixed: +### 🐛 Bugs fixed: - support import.meta.url for Deno([`3a26287`](https://github.com//axetroy/vscode-deno/commit/3a26287d3d38a6aa9a55d87c2652c3839e91793c)) (thanks @axetroy) -### Commits(2): +### 💪 Commits(2): -- \[[`56d1be0`](https://github.com//axetroy/vscode-deno/commit/56d1be0c4b6b47aaff5b757fcc6c1372a4f0866e)] - 1.6.1 -- \[[`3a26287`](https://github.com//axetroy/vscode-deno/commit/3a26287d3d38a6aa9a55d87c2652c3839e91793c)] - fix: support import.meta.url for Deno +- [`56d1be0`](https://github.com//axetroy/vscode-deno/commit/56d1be0c4b6b47aaff5b757fcc6c1372a4f0866e) - 1.6.1 +- [`3a26287`](https://github.com//axetroy/vscode-deno/commit/3a26287d3d38a6aa9a55d87c2652c3839e91793c) - fix: support import.meta.url for Deno - v1.6.0 - ====== +v1.6.0 +====== - ### Bugs fixed: +### 🐛 Bugs fixed: - try fix ci([`e21e3f9`](https://github.com//axetroy/vscode-deno/commit/e21e3f9a89bd3be7706a323af0e4e6b21450c77e)) (thanks @axetroy) - - use yarn package for vsce([`67b2efd`](https://github.com//axetroy/vscode-deno/commit/67b2efdc7363206efda14dd7c40c57db6b4162a2)) (thanks @axetroy) -### Commits(8): - -- \[[`00343fe`](https://github.com//axetroy/vscode-deno/commit/00343fe52581459c7f71fd097a3c6be528d4f0c5)] - 1.6.0 -- \[[`e21e3f9`](https://github.com//axetroy/vscode-deno/commit/e21e3f9a89bd3be7706a323af0e4e6b21450c77e)] - fix: try fix ci -- \[[`a4c9625`](https://github.com//axetroy/vscode-deno/commit/a4c96255d53d5532545598f6305f209137c80dc7)] - chore: update package.json -- \[[`f4a9ae2`](https://github.com//axetroy/vscode-deno/commit/f4a9ae22044f308d3b6ab2927addf0351bfdd8da)] - chore: add postscript for typescript-deno-plugin -- \[[`356a86c`](https://github.com//axetroy/vscode-deno/commit/356a86c98f929a0f2de16c48102d821bafbe0a1a)] - docs: update README.md -- \[[`67b2efd`](https://github.com//axetroy/vscode-deno/commit/67b2efdc7363206efda14dd7c40c57db6b4162a2)] - fix: use yarn package for vsce -- \[[`44ba16b`](https://github.com//axetroy/vscode-deno/commit/44ba16ba07f44f59785583893ecd0e85a481e755)] - docs: update readme -- \[[`44f32c2`](https://github.com//axetroy/vscode-deno/commit/44f32c29e36adbf4e1dd4485cbdca3d8612e0dad)] - transfer to Axetroy - - v1.5.0 - ====== +### 💪 Commits(8): -### Commits(1): +- [`00343fe`](https://github.com//axetroy/vscode-deno/commit/00343fe52581459c7f71fd097a3c6be528d4f0c5) - 1.6.0 +- [`e21e3f9`](https://github.com//axetroy/vscode-deno/commit/e21e3f9a89bd3be7706a323af0e4e6b21450c77e) - fix: try fix ci +- [`a4c9625`](https://github.com//axetroy/vscode-deno/commit/a4c96255d53d5532545598f6305f209137c80dc7) - chore: update package.json +- [`f4a9ae2`](https://github.com//axetroy/vscode-deno/commit/f4a9ae22044f308d3b6ab2927addf0351bfdd8da) - chore: add postscript for typescript-deno-plugin +- [`356a86c`](https://github.com//axetroy/vscode-deno/commit/356a86c98f929a0f2de16c48102d821bafbe0a1a) - docs: update README.md +- [`67b2efd`](https://github.com//axetroy/vscode-deno/commit/67b2efdc7363206efda14dd7c40c57db6b4162a2) - fix: use yarn package for vsce +- [`44ba16b`](https://github.com//axetroy/vscode-deno/commit/44ba16ba07f44f59785583893ecd0e85a481e755) - docs: update readme +- [`44f32c2`](https://github.com//axetroy/vscode-deno/commit/44f32c29e36adbf4e1dd4485cbdca3d8612e0dad) - transfer to Axetroy -- \[[`6a899f3`](https://github.com//axetroy/vscode-deno/commit/6a899f36086c5f2d194e31f5719be3224b462f1e)] - update +v1.5.0 +====== - v1.4.1 - ====== +### 💪 Commits(1): -### Commits(2): +- [`6a899f3`](https://github.com//axetroy/vscode-deno/commit/6a899f36086c5f2d194e31f5719be3224b462f1e) - update -- \[[`f04ce34`](https://github.com//axetroy/vscode-deno/commit/f04ce342c82d67281f43cb06e3ffdb3a0a2ea908)] - update -- \[[`d537df8`](https://github.com//axetroy/vscode-deno/commit/d537df804d953c8db6b7720457cf50d15b4c925f)] - rewrite vscode-deno +v1.4.1 +====== - v1.4.0 - ====== +### 💪 Commits(2): -### Commits(6): +- [`f04ce34`](https://github.com//axetroy/vscode-deno/commit/f04ce342c82d67281f43cb06e3ffdb3a0a2ea908) - update +- [`d537df8`](https://github.com//axetroy/vscode-deno/commit/d537df804d953c8db6b7720457cf50d15b4c925f) - rewrite vscode-deno -- \[[`e8a3b47`](https://github.com//axetroy/vscode-deno/commit/e8a3b47f47555403191a6463defc5736550fc6ad)] - release v1.4.0 -- \[[`8debe3a`](https://github.com//axetroy/vscode-deno/commit/8debe3afcb5a01c42cd661c15527a4a2111f0159)] - suport vscode >= 1.14.0 -- \[[`f1980d4`](https://github.com//axetroy/vscode-deno/commit/f1980d4bf5468a3fcea30640840d415c3da7ee92)] - upgrade pkgs -- \[[`2565d1f`](https://github.com//axetroy/vscode-deno/commit/2565d1f6d25e88f61ed34fabdf7c4b55c4bbf15d)] - fix deno finder -- \[[`5cef835`](https://github.com//axetroy/vscode-deno/commit/5cef835400b6f6be278e0f5cc3ec42d977e85c15)] - upgrade ts to v3.7.2 -- \[[`91046b7`](https://github.com//axetroy/vscode-deno/commit/91046b753ef42ac883c207ce6e9a845994bd40c4)] - chore: upgrade deno version in ci and lock std version +v1.4.0 +====== - v1.3.3 - ====== +### 💪 Commits(6): -### Commits(11): +- [`e8a3b47`](https://github.com//axetroy/vscode-deno/commit/e8a3b47f47555403191a6463defc5736550fc6ad) - release v1.4.0 +- [`8debe3a`](https://github.com//axetroy/vscode-deno/commit/8debe3afcb5a01c42cd661c15527a4a2111f0159) - suport vscode >= 1.14.0 +- [`f1980d4`](https://github.com//axetroy/vscode-deno/commit/f1980d4bf5468a3fcea30640840d415c3da7ee92) - upgrade pkgs +- [`2565d1f`](https://github.com//axetroy/vscode-deno/commit/2565d1f6d25e88f61ed34fabdf7c4b55c4bbf15d) - fix deno finder +- [`5cef835`](https://github.com//axetroy/vscode-deno/commit/5cef835400b6f6be278e0f5cc3ec42d977e85c15) - upgrade ts to v3.7.2 +- [`91046b7`](https://github.com//axetroy/vscode-deno/commit/91046b753ef42ac883c207ce6e9a845994bd40c4) - chore: upgrade deno version in ci and lock std version -- \[[`b0621e2`](https://github.com//axetroy/vscode-deno/commit/b0621e21f56638c41c6478182df1c5137497fe81)] - release v1.3.3 (#53) -- \[[`8880916`](https://github.com//axetroy/vscode-deno/commit/8880916d3970dd5779d9f119119a29cf36b1929f)] - fix deno version for ci (#52) -- \[[`74d4dd0`](https://github.com//axetroy/vscode-deno/commit/74d4dd021bfb5943e5b2925b87978394c87c0ecd)] - upgrade typescript-deno-plugin@1.2.7 (#51) -- \[[`4e7a884`](https://github.com//axetroy/vscode-deno/commit/4e7a884ecd9923c4f9b2d287d1a0d0255b565072)] - upgrade deps (#50) -- \[[`36eabed`](https://github.com//axetroy/vscode-deno/commit/36eabed91723c87e3f1364455972fcbcb73d8068)] - Bump lodash from 4.17.11 to 4.17.14 (#45) -- \[[`a567c2d`](https://github.com//axetroy/vscode-deno/commit/a567c2d3c1e4ddf2612c9cc0bfbcba6800d56ca6)] - fix format incorrect when set vscode config autosave=off (#43) -- \[[`9c321b9`](https://github.com//axetroy/vscode-deno/commit/9c321b9e627fc087f4ded156c1241f87134dea91)] - add open_collective -- \[[`9539695`](https://github.com//axetroy/vscode-deno/commit/953969533650caf4e3ba587ae132b49bcf1dbb94)] - resolve an spelling mistake -- \[[`9c27335`](https://github.com//axetroy/vscode-deno/commit/9c2733567ff850562a057430034cc7055f29d73e)] - remove GitHub Sponsors -- \[[`07516aa`](https://github.com//axetroy/vscode-deno/commit/07516aaa092ec4fee6f0e6e07fe8a4f93e4aa73e)] - Yarn upgrade (#39) -- \[[`de80a8d`](https://github.com//axetroy/vscode-deno/commit/de80a8d93413341b5733912f8197ef17f62552d3)] - Create FUNDING.yml +v1.3.3 +====== - v1.3.2 - ====== +### 💪 Commits(11): + +- [`b0621e2`](https://github.com//axetroy/vscode-deno/commit/b0621e21f56638c41c6478182df1c5137497fe81) - release v1.3.3 (#53) +- [`8880916`](https://github.com//axetroy/vscode-deno/commit/8880916d3970dd5779d9f119119a29cf36b1929f) - fix deno version for ci (#52) +- [`74d4dd0`](https://github.com//axetroy/vscode-deno/commit/74d4dd021bfb5943e5b2925b87978394c87c0ecd) - upgrade typescript-deno-plugin@1.2.7 (#51) +- [`4e7a884`](https://github.com//axetroy/vscode-deno/commit/4e7a884ecd9923c4f9b2d287d1a0d0255b565072) - upgrade deps (#50) +- [`36eabed`](https://github.com//axetroy/vscode-deno/commit/36eabed91723c87e3f1364455972fcbcb73d8068) - Bump lodash from 4.17.11 to 4.17.14 (#45) +- [`a567c2d`](https://github.com//axetroy/vscode-deno/commit/a567c2d3c1e4ddf2612c9cc0bfbcba6800d56ca6) - fix format incorrect when set vscode config autosave=off (#43) +- [`9c321b9`](https://github.com//axetroy/vscode-deno/commit/9c321b9e627fc087f4ded156c1241f87134dea91) - add open_collective +- [`9539695`](https://github.com//axetroy/vscode-deno/commit/953969533650caf4e3ba587ae132b49bcf1dbb94) - resolve an spelling mistake +- [`9c27335`](https://github.com//axetroy/vscode-deno/commit/9c2733567ff850562a057430034cc7055f29d73e) - remove GitHub Sponsors +- [`07516aa`](https://github.com//axetroy/vscode-deno/commit/07516aaa092ec4fee6f0e6e07fe8a4f93e4aa73e) - Yarn upgrade (#39) +- [`de80a8d`](https://github.com//axetroy/vscode-deno/commit/de80a8d93413341b5733912f8197ef17f62552d3) - Create FUNDING.yml + +v1.3.2 +====== - ### New feature: +### 🔥 New feature: - add format provider (#32)([`9636ee2`](https://github.com//axetroy/vscode-deno/commit/9636ee26359339ffd2149557af2e76a8f29b6e29)) (thanks @Axetroy) -### Commits(6): - -- \[[`86e1969`](https://github.com//axetroy/vscode-deno/commit/86e1969f8dd2f945beb7b21b9f0a9a7a584e6e10)] - Release v1.3.2 (#38) -- \[[`23078d6`](https://github.com//axetroy/vscode-deno/commit/23078d67dd2ae046aa2412191942607a20d5d8a3)] - upgrade typescript-deno-plugin to 1.2.5 (#37) -- \[[`3df7c4e`](https://github.com//axetroy/vscode-deno/commit/3df7c4e9a86d1d25c0580c3459fe9bbb9666fd2e)] - format code -- \[[`6a3355b`](https://github.com//axetroy/vscode-deno/commit/6a3355bc5af5b060184d3ff726015f8fb8b81e47)] - use `allowSyntheticDefaultImports` -- \[[`9636ee2`](https://github.com//axetroy/vscode-deno/commit/9636ee26359339ffd2149557af2e76a8f29b6e29)] - feat: add format provider (#32) -- \[[`e9b6b7b`](https://github.com//axetroy/vscode-deno/commit/e9b6b7b912c174710fe8878aceb96cab7f6927f1)] - Fix typo in extension.ts. (#30) - - v1.3.0 - ====== +### 💪 Commits(6): -### Commits(3): +- [`86e1969`](https://github.com//axetroy/vscode-deno/commit/86e1969f8dd2f945beb7b21b9f0a9a7a584e6e10) - Release v1.3.2 (#38) +- [`23078d6`](https://github.com//axetroy/vscode-deno/commit/23078d67dd2ae046aa2412191942607a20d5d8a3) - upgrade typescript-deno-plugin to 1.2.5 (#37) +- [`3df7c4e`](https://github.com//axetroy/vscode-deno/commit/3df7c4e9a86d1d25c0580c3459fe9bbb9666fd2e) - format code +- [`6a3355b`](https://github.com//axetroy/vscode-deno/commit/6a3355bc5af5b060184d3ff726015f8fb8b81e47) - use `allowSyntheticDefaultImports` +- [`9636ee2`](https://github.com//axetroy/vscode-deno/commit/9636ee26359339ffd2149557af2e76a8f29b6e29) - feat: add format provider (#32) +- [`e9b6b7b`](https://github.com//axetroy/vscode-deno/commit/e9b6b7b912c174710fe8878aceb96cab7f6927f1) - Fix typo in extension.ts. (#30) -- \[[`27f38c5`](https://github.com//axetroy/vscode-deno/commit/27f38c5d39017bd7ce5f68ffc85ac6e455f22800)] - release v1.3.0 (#29) -- \[[`6fe2402`](https://github.com//axetroy/vscode-deno/commit/6fe240268a63a9aa0d57ede7c9e3797be31973b7)] - Upgrade deno v0.3.9 check (#28) -- \[[`098939d`](https://github.com//axetroy/vscode-deno/commit/098939d47767c8af5b2422247cd1c93b6c4fd032)] - Update LICENSE +v1.3.0 +====== - v1.2.1 - ====== +### 💪 Commits(3): -### Commits(1): +- [`27f38c5`](https://github.com//axetroy/vscode-deno/commit/27f38c5d39017bd7ce5f68ffc85ac6e455f22800) - release v1.3.0 (#29) +- [`6fe2402`](https://github.com//axetroy/vscode-deno/commit/6fe240268a63a9aa0d57ede7c9e3797be31973b7) - Upgrade deno v0.3.9 check (#28) +- [`098939d`](https://github.com//axetroy/vscode-deno/commit/098939d47767c8af5b2422247cd1c93b6c4fd032) - Update LICENSE -- \[[`530775e`](https://github.com//axetroy/vscode-deno/commit/530775e3255792e4c1451339b92d4e66ea8ce86b)] - release v1.2.1 (#24) +v1.2.1 +====== - v1.2.0 - ====== +### 💪 Commits(1): -### Commits(14): +- [`530775e`](https://github.com//axetroy/vscode-deno/commit/530775e3255792e4c1451339b92d4e66ea8ce86b) - release v1.2.1 (#24) -- \[[`ba3dfeb`](https://github.com//axetroy/vscode-deno/commit/ba3dfeb967ac9c154238392f52618eee97cb3bc9)] - release v1.2.0 (#22) -- \[[`cc6a95c`](https://github.com//axetroy/vscode-deno/commit/cc6a95c898f47d5cbab4ad18b70bf1b3b482c1dd)] - Generate Deno's .d.ts file (#21) -- \[[`7fa51ec`](https://github.com//axetroy/vscode-deno/commit/7fa51ec3de0770d9a1d414081ce35ebc066643a0)] - foramt package.json -- \[[`d8605f6`](https://github.com//axetroy/vscode-deno/commit/d8605f6c499df8c8fc951d02c9a95b678dc55ccb)] - upgrade typescript-deno-plugin -- \[[`2479cbf`](https://github.com//axetroy/vscode-deno/commit/2479cbfd4c450be554b47c819a6f249bb0fa71af)] - use deno v0.3.7 format -- \[[`8d29205`](https://github.com//axetroy/vscode-deno/commit/8d29205104fc6ca7e35de01a24ceb240f2ae7d77)] - Revert "implement auto format on save (#13)" (#19) -- \[[`6927e6a`](https://github.com//axetroy/vscode-deno/commit/6927e6a2d0dd7ac88dcc82c4dba388ef6aae394c)] - implement auto format on save (#13) -- \[[`485132f`](https://github.com//axetroy/vscode-deno/commit/485132f0e5a4558ec317ffede1d32d96e210894d)] - Merge branch 'master' of github.com:justjavac/vscode-deno -- \[[`26c5993`](https://github.com//axetroy/vscode-deno/commit/26c5993ddb7833fed2498a0a3ece84c67ff060e0)] - change pr template -- \[[`cec97af`](https://github.com//axetroy/vscode-deno/commit/cec97afb3916a0cada7b50acd01643937db213b2)] - add i18n(zh-cn) -- \[[`3e205c3`](https://github.com//axetroy/vscode-deno/commit/3e205c345c5e72ce09d3e1233f9f8c8112b905f5)] - format code -- \[[`8a9c3af`](https://github.com//axetroy/vscode-deno/commit/8a9c3afffee19b0f1fc898d005bd0fcf609e49ad)] - use deno formater -- \[[`7e83e8b`](https://github.com//axetroy/vscode-deno/commit/7e83e8b21fa350546acb75371433d1ae3ec70c6f)] - Merge pull request #14 from axetroy/configurationSection -- \[[`7e81cdb`](https://github.com//axetroy/vscode-deno/commit/7e81cdbe8f96a118d31a38561286ed08edc5e1dc)] - add badge for downloads +v1.2.0 +====== - v1.0.7 - ====== +### 💪 Commits(14): + +- [`ba3dfeb`](https://github.com//axetroy/vscode-deno/commit/ba3dfeb967ac9c154238392f52618eee97cb3bc9) - release v1.2.0 (#22) +- [`cc6a95c`](https://github.com//axetroy/vscode-deno/commit/cc6a95c898f47d5cbab4ad18b70bf1b3b482c1dd) - Generate Deno's .d.ts file (#21) +- [`7fa51ec`](https://github.com//axetroy/vscode-deno/commit/7fa51ec3de0770d9a1d414081ce35ebc066643a0) - foramt package.json +- [`d8605f6`](https://github.com//axetroy/vscode-deno/commit/d8605f6c499df8c8fc951d02c9a95b678dc55ccb) - upgrade typescript-deno-plugin +- [`2479cbf`](https://github.com//axetroy/vscode-deno/commit/2479cbfd4c450be554b47c819a6f249bb0fa71af) - use deno v0.3.7 format +- [`8d29205`](https://github.com//axetroy/vscode-deno/commit/8d29205104fc6ca7e35de01a24ceb240f2ae7d77) - Revert "implement auto format on save (#13)" (#19) +- [`6927e6a`](https://github.com//axetroy/vscode-deno/commit/6927e6a2d0dd7ac88dcc82c4dba388ef6aae394c) - implement auto format on save (#13) +- [`485132f`](https://github.com//axetroy/vscode-deno/commit/485132f0e5a4558ec317ffede1d32d96e210894d) - Merge branch 'master' of github.com:justjavac/vscode-deno +- [`26c5993`](https://github.com//axetroy/vscode-deno/commit/26c5993ddb7833fed2498a0a3ece84c67ff060e0) - change pr template +- [`cec97af`](https://github.com//axetroy/vscode-deno/commit/cec97afb3916a0cada7b50acd01643937db213b2) - add i18n(zh-cn) +- [`3e205c3`](https://github.com//axetroy/vscode-deno/commit/3e205c345c5e72ce09d3e1233f9f8c8112b905f5) - format code +- [`8a9c3af`](https://github.com//axetroy/vscode-deno/commit/8a9c3afffee19b0f1fc898d005bd0fcf609e49ad) - use deno formater +- [`7e83e8b`](https://github.com//axetroy/vscode-deno/commit/7e83e8b21fa350546acb75371433d1ae3ec70c6f) - Merge pull request #14 from axetroy/configurationSection +- [`7e81cdb`](https://github.com//axetroy/vscode-deno/commit/7e81cdbe8f96a118d31a38561286ed08edc5e1dc) - add badge for downloads + +v1.0.7 +====== -### Commits(4): +### 💪 Commits(4): -- \[[`6899942`](https://github.com//axetroy/vscode-deno/commit/689994298a5cccb73f4d1f2566c6d42cf3551621)] - release v1.0.7 -- \[[`e1e7c25`](https://github.com//axetroy/vscode-deno/commit/e1e7c253a731a0cc3a62cf38184e89af8e1f83a7)] - Merge pull request #8 from axetroy/snippets -- \[[`c3e5aa0`](https://github.com//axetroy/vscode-deno/commit/c3e5aa06269d2d32cb95489430bfddf3618c0393)] - Merge pull request #7 from axetroy/disposables -- \[[`66986b0`](https://github.com//axetroy/vscode-deno/commit/66986b0761aed4b4b41011d1ba9fb0a3373c69cc)] - Merge pull request #6 from axetroy/master +- [`6899942`](https://github.com//axetroy/vscode-deno/commit/689994298a5cccb73f4d1f2566c6d42cf3551621) - release v1.0.7 +- [`e1e7c25`](https://github.com//axetroy/vscode-deno/commit/e1e7c253a731a0cc3a62cf38184e89af8e1f83a7) - Merge pull request #8 from axetroy/snippets +- [`c3e5aa0`](https://github.com//axetroy/vscode-deno/commit/c3e5aa06269d2d32cb95489430bfddf3618c0393) - Merge pull request #7 from axetroy/disposables +- [`66986b0`](https://github.com//axetroy/vscode-deno/commit/66986b0761aed4b4b41011d1ba9fb0a3373c69cc) - Merge pull request #6 from axetroy/master - v1.0.6 - ====== +v1.0.6 +====== -### Commits(2): +### 💪 Commits(2): -- \[[`a1a25f0`](https://github.com//axetroy/vscode-deno/commit/a1a25f031679ff353db5317227f42642df95e4ba)] - release v1.0.6 -- \[[`2b451ff`](https://github.com//axetroy/vscode-deno/commit/2b451ff9b6f50ccc7edab19d28f376f5ee19923d)] - Revert "bundling extension using webpack" +- [`a1a25f0`](https://github.com//axetroy/vscode-deno/commit/a1a25f031679ff353db5317227f42642df95e4ba) - release v1.0.6 +- [`2b451ff`](https://github.com//axetroy/vscode-deno/commit/2b451ff9b6f50ccc7edab19d28f376f5ee19923d) - Revert "bundling extension using webpack" - v1.0.5 - ====== +v1.0.5 +====== -### Commits(4): +### 💪 Commits(4): -- \[[`20b683a`](https://github.com//axetroy/vscode-deno/commit/20b683ab0c7ebd0cdee71bebff58456e62df6aaa)] - bundling extension using webpack -- \[[`61286ba`](https://github.com//axetroy/vscode-deno/commit/61286ba13f04cb97677dabb7bb2c598fc4df1c93)] - add schemas & snippets -- \[[`99b13e8`](https://github.com//axetroy/vscode-deno/commit/99b13e80db162a3290c996d17bfa6982a28a6c35)] - typo -- \[[`b227930`](https://github.com//axetroy/vscode-deno/commit/b227930b986b5dabe1eb876041263377995cd2c4)] - update readme.md +- [`20b683a`](https://github.com//axetroy/vscode-deno/commit/20b683ab0c7ebd0cdee71bebff58456e62df6aaa) - bundling extension using webpack +- [`61286ba`](https://github.com//axetroy/vscode-deno/commit/61286ba13f04cb97677dabb7bb2c598fc4df1c93) - add schemas & snippets +- [`99b13e8`](https://github.com//axetroy/vscode-deno/commit/99b13e80db162a3290c996d17bfa6982a28a6c35) - typo +- [`b227930`](https://github.com//axetroy/vscode-deno/commit/b227930b986b5dabe1eb876041263377995cd2c4) - update readme.md - v1.0.4 - ====== +v1.0.4 +====== -### Commits(2): +### 💪 Commits(2): -- \[[`35297be`](https://github.com//axetroy/vscode-deno/commit/35297bed833f0ba761f6d83c8c207af62142b02d)] - release v1.0.4 -- \[[`fbeb470`](https://github.com//axetroy/vscode-deno/commit/fbeb47015f90d1c065e30a175647537db5e9362c)] - Merge pull request #3 from justjavac/fix-warning-on-found +- [`35297be`](https://github.com//axetroy/vscode-deno/commit/35297bed833f0ba761f6d83c8c207af62142b02d) - release v1.0.4 +- [`fbeb470`](https://github.com//axetroy/vscode-deno/commit/fbeb47015f90d1c065e30a175647537db5e9362c) - Merge pull request #3 from justjavac/fix-warning-on-found - v1.0.3 - ====== +v1.0.3 +====== -### Commits(6): +### 💪 Commits(6): -- \[[`e357ebb`](https://github.com//axetroy/vscode-deno/commit/e357ebb803dfd8946b2da6257311edebaa0f0914)] - fix 1.0.2 bug -- \[[`e381cd7`](https://github.com//axetroy/vscode-deno/commit/e381cd74e7c95fa1c8aebe8d3900f65cdf79e531)] - release v1.0.3 -- \[[`3883c63`](https://github.com//axetroy/vscode-deno/commit/3883c6328d099d0ef687e389b58498bb31b3f132)] - add ISSUE_TEMPLATEs -- \[[`0954ca6`](https://github.com//axetroy/vscode-deno/commit/0954ca6e4b01652fb1c0a304b90f1fece73cc80f)] - add 'PULL_REQUEST_TEMPLATE' -- \[[`7073153`](https://github.com//axetroy/vscode-deno/commit/7073153a7c5af22dc0784071d63b381d131fa434)] - add 'How to contribute to vscode-deno' -- \[[`07877f9`](https://github.com//axetroy/vscode-deno/commit/07877f9a61b1451b7db0979d50cb3a030b3557bb)] - add 'Contributor Covenant Code of Conduct' +- [`e357ebb`](https://github.com//axetroy/vscode-deno/commit/e357ebb803dfd8946b2da6257311edebaa0f0914) - fix 1.0.2 bug +- [`e381cd7`](https://github.com//axetroy/vscode-deno/commit/e381cd74e7c95fa1c8aebe8d3900f65cdf79e531) - release v1.0.3 +- [`3883c63`](https://github.com//axetroy/vscode-deno/commit/3883c6328d099d0ef687e389b58498bb31b3f132) - add ISSUE_TEMPLATEs +- [`0954ca6`](https://github.com//axetroy/vscode-deno/commit/0954ca6e4b01652fb1c0a304b90f1fece73cc80f) - add 'PULL_REQUEST_TEMPLATE' +- [`7073153`](https://github.com//axetroy/vscode-deno/commit/7073153a7c5af22dc0784071d63b381d131fa434) - add 'How to contribute to vscode-deno' +- [`07877f9`](https://github.com//axetroy/vscode-deno/commit/07877f9a61b1451b7db0979d50cb3a030b3557bb) - add 'Contributor Covenant Code of Conduct' - v1.0.2 - ====== +v1.0.2 +====== -### Commits(5): +### 💪 Commits(5): -- \[[`d51a951`](https://github.com//axetroy/vscode-deno/commit/d51a95108cc392aeab9ed4ab875ebcd674c3a075)] - release v1.0.2 -- \[[`bf9c0b5`](https://github.com//axetroy/vscode-deno/commit/bf9c0b5a6fb3eb97ed6dbefb5b37437524ff3b30)] - add screenshots -- \[[`1752c24`](https://github.com//axetroy/vscode-deno/commit/1752c248ab592c2d4846b776112d8d18693f498f)] - add some ignores -- \[[`a310fff`](https://github.com//axetroy/vscode-deno/commit/a310fff5ac09d30ccd1af8241b711a134cbff7e1)] - fix link -- \[[`6fda196`](https://github.com//axetroy/vscode-deno/commit/6fda196afb0c8da1e9d5985a1bc60c2fa4b1eb9f)] - add title +- [`d51a951`](https://github.com//axetroy/vscode-deno/commit/d51a95108cc392aeab9ed4ab875ebcd674c3a075) - release v1.0.2 +- [`bf9c0b5`](https://github.com//axetroy/vscode-deno/commit/bf9c0b5a6fb3eb97ed6dbefb5b37437524ff3b30) - add screenshots +- [`1752c24`](https://github.com//axetroy/vscode-deno/commit/1752c248ab592c2d4846b776112d8d18693f498f) - add some ignores +- [`a310fff`](https://github.com//axetroy/vscode-deno/commit/a310fff5ac09d30ccd1af8241b711a134cbff7e1) - fix link +- [`6fda196`](https://github.com//axetroy/vscode-deno/commit/6fda196afb0c8da1e9d5985a1bc60c2fa4b1eb9f) - add title - v1.0.1 - ====== +v1.0.1 +====== -### Commits(1): +### 💪 Commits(1): -- \[[`c0ae083`](https://github.com//axetroy/vscode-deno/commit/c0ae083f91d26799216689d3531417b95f2997e0)] - first commit +- [`c0ae083`](https://github.com//axetroy/vscode-deno/commit/c0ae083f91d26799216689d3531417b95f2997e0) - first commit