diff --git a/Makefile b/Makefile
index 58aaf41e..3773f9eb 100644
--- a/Makefile
+++ b/Makefile
@@ -11,4 +11,11 @@ format:
go fmt ./...
format-check:
- gofmt -l -d ./..
\ No newline at end of file
+ gofmt -l -d ./..
+
+generate-test:
+ go run cmd/whatchanged/main.go --project=./__test__/v HEAD~ > ./__test__/v.CHANGELOG.md
+ go run cmd/whatchanged/main.go --project=./__test__/vscode-deno HEAD~ > ./__test__/vscode-deno.CHANGELOG.md
+ go run cmd/whatchanged/main.go 23448a5482359f28a0089b17280dd2a0a0eaef26~9dff4fc6a9d746ffd9dd10215cf04d2fec2edd2a > ./__test__/whatchanged-[23448a5482359f28a0089b17280dd2a0a0eaef26~9dff4fc6a9d746ffd9dd10215cf04d2fec2edd2a].CHANGELOG.md
+ go run cmd/whatchanged/main.go v0.2.0 > ./__test__/whatchanged-[v0.2.0].CHANGELOG.md
+ go run cmd/whatchanged/main.go v0.2.0~v0.1.0 > ./__test__/whatchanged-[v0.2.0~v0.1.0].CHANGELOG.md
\ No newline at end of file
diff --git a/__test__/v.CHANGELOG.md b/__test__/v.CHANGELOG.md
index 5afb3c76..b696bf9a 100644
--- a/__test__/v.CHANGELOG.md
+++ b/__test__/v.CHANGELOG.md
@@ -6640,7 +6640,7 @@ Unreleased (2020-12-03)
### 🐛 Bugs fixed:
-- segfault when using string.ustring_tmp()([`58577f5`](https://github.com/vlang/v/commit/58577f57c6bd23a42ae2acd02acc2f686c16ab6b)) (thanks @Maciej Sopyło)
+- segfault when using string.ustring_tmp()([`58577f5`](https://github.com/vlang/v/commit/58577f57c6bd23a42ae2acd02acc2f686c16ab6b)) (@Maciej Sopyło)
### 🔙 Revert:
@@ -7363,8 +7363,8 @@ v0.1.3 (2019-06-25)
### 🐛 Bugs fixed:
-- add CRLF handling to scanner.v([`461b78b`](https://github.com/vlang/v/commit/461b78bc778feca199c8290d9213a9e87c0a4e6d)) (thanks @Oxylibrium)
-- fix error messages([`cf6aa16`](https://github.com/vlang/v/commit/cf6aa16ee4a72c30e38d3c8f86e8817cd2a56936)) (thanks @Yoshiya Hinosawa)
+- add CRLF handling to scanner.v([`461b78b`](https://github.com/vlang/v/commit/461b78bc778feca199c8290d9213a9e87c0a4e6d)) (@Oxylibrium)
+- fix error messages([`cf6aa16`](https://github.com/vlang/v/commit/cf6aa16ee4a72c30e38d3c8f86e8817cd2a56936)) (@Yoshiya Hinosawa)
### 🔙 Revert:
diff --git a/__test__/vscode-deno.CHANGELOG.md b/__test__/vscode-deno.CHANGELOG.md
index 7454813d..20788e1f 100644
--- a/__test__/vscode-deno.CHANGELOG.md
+++ b/__test__/vscode-deno.CHANGELOG.md
@@ -3,7 +3,7 @@ v4.0.0 (2020-05-27)
### 🔥 New feature:
-- deprecated([`7729788`](https://github.com/axetroy/vscode-deno/commit/7729788c37ae23fe206ca218a0bbf8253063077c)) (thanks @axetroy)
+- deprecated([`7729788`](https://github.com/axetroy/vscode-deno/commit/7729788c37ae23fe206ca218a0bbf8253063077c)) (@axetroy)
### 🔙 Revert:
@@ -35,8 +35,8 @@ v3.7.0 (2020-05-05)
### 🔥 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)
+- remove JSON import statement. Now, you cannot import JSON module.([`23ff6f3`](https://github.com/axetroy/vscode-deno/commit/23ff6f3fa6a5388273f2aeaedd8029b5d18b3e7d)) (@axetroy)
+- added unstable settings option (#167)([`1a4a230`](https://github.com/axetroy/vscode-deno/commit/1a4a230c57a670632c43f947305e7f5fa11d1531)) (@Luca Casonato)
### 💪 Commits(16):
@@ -62,8 +62,8 @@ v3.6.2 (2020-04-29)
### 🐛 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)
+- file protocol import statement not work. close #146([`67897bc`](https://github.com/axetroy/vscode-deno/commit/67897bc762b1c1b2997b36292ca91eb777a3e9bf)) (@axetroy)
+- not deno project also show deno deps tree view.([`81303df`](https://github.com/axetroy/vscode-deno/commit/81303df0e2cc8a942d4a5cd4a7c157b7bebeac5e)) (@axetroy)
### 💪 Commits(22):
@@ -95,9 +95,9 @@ v3.6.1 (2020-04-17)
### 🐛 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])
+- 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)) (@axetroy)
+- **deps**: update dependency semver to v7.3.2 (#144)([`8496c84`](https://github.com/axetroy/vscode-deno/commit/8496c845e17d44e313b9e5139d7e993a865dd956)) (@renovate[bot])
+- **deps**: update dependency semver to v7.3.1 (#143)([`16a112b`](https://github.com/axetroy/vscode-deno/commit/16a112b69318b2ac1fd3cea6de8c4dcd75874e8e)) (@renovate[bot])
### 💪 Commits(9):
@@ -116,13 +116,13 @@ v3.6.0 (2020-04-14)
### 🔥 New feature:
-- ignore typescript compile options which ignore by Deno([`b48fed0`](https://github.com/axetroy/vscode-deno/commit/b48fed01dcbd4d5d1bd08e6d060e5217c094b9e6)) (thanks @axetroy)
+- ignore typescript compile options which ignore by Deno([`b48fed0`](https://github.com/axetroy/vscode-deno/commit/b48fed01dcbd4d5d1bd08e6d060e5217c094b9e6)) (@axetroy)
### 🐛 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])
+- import map with trailing slash (#142)([`d5ecc7e`](https://github.com/axetroy/vscode-deno/commit/d5ecc7e2ead8df65fcbc30d1e1d08431b91b177e)) (@Chuah Chee Shian)
+- **deps**: update dependency semver to v7.3.0 (#140)([`13e3947`](https://github.com/axetroy/vscode-deno/commit/13e3947928f1999963c6e2166f5c3e57d61aa67d)) (@renovate[bot])
+- **deps**: update dependency semver to v7.2.2 (#137)([`d9bd9c8`](https://github.com/axetroy/vscode-deno/commit/d9bd9c8df4ffbe0c8446909717a3ce751c43f5eb)) (@renovate[bot])
### 💪 Commits(12):
@@ -144,7 +144,7 @@ v3.5.1 (2020-04-09)
### 🐛 Bugs fixed:
-- add more test case for import_map. ref #132([`e4b1d6a`](https://github.com/axetroy/vscode-deno/commit/e4b1d6aee4f55f17f00ef204048e77285f5b5ee3)) (thanks @axetroy)
+- add more test case for import_map. ref #132([`e4b1d6a`](https://github.com/axetroy/vscode-deno/commit/e4b1d6aee4f55f17f00ef204048e77285f5b5ee3)) (@axetroy)
### 💪 Commits(4):
@@ -158,12 +158,12 @@ v3.5.0 (2020-04-09)
### 🔥 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 @艾斯特洛)
+- compatible deno cache command since Deno v0.40.0([`7309b0c`](https://github.com/axetroy/vscode-deno/commit/7309b0c3b58bd1a2ed4fc5af65fa0bd3f4626336)) (@axetroy)
+- support deno-types compile hint (#129)([`9be33a4`](https://github.com/axetroy/vscode-deno/commit/9be33a41c8d94c49a1420d124dcdad74b7778ee9)) (@艾斯特洛)
### 🐛 Bugs fixed:
-- refresh diagnostic not work([`f8e8e70`](https://github.com/axetroy/vscode-deno/commit/f8e8e706f9ef2e45b78aafd5a7b28ddd03c80679)) (thanks @axetroy)
+- refresh diagnostic not work([`f8e8e70`](https://github.com/axetroy/vscode-deno/commit/f8e8e706f9ef2e45b78aafd5a7b28ddd03c80679)) (@axetroy)
### 💪 Commits(8):
@@ -181,8 +181,8 @@ v3.4.2 (2020-04-08)
### 🐛 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])
+- if `x-typescript-types` do not exist. then fallback to origin file([`05496e3`](https://github.com/axetroy/vscode-deno/commit/05496e3022e371c5be7e821c9f778c8ed7cfbc77)) (@axetroy)
+- **deps**: update dependency semver to v7.2.1 (#128)([`90f4ad2`](https://github.com/axetroy/vscode-deno/commit/90f4ad2f94db9762f23fdd9b79d73572cf1db5e2)) (@renovate[bot])
### 💪 Commits(10):
@@ -202,7 +202,7 @@ v3.4.1 (2020-03-31)
### 🐛 Bugs fixed:
-- Tsserver crashes in some cases([`11563b4`](https://github.com/axetroy/vscode-deno/commit/11563b4df4e84b0c92bc256f2be6bf0dd6fc9954)) (thanks @axetroy)
+- Tsserver crashes in some cases([`11563b4`](https://github.com/axetroy/vscode-deno/commit/11563b4df4e84b0c92bc256f2be6bf0dd6fc9954)) (@axetroy)
### 💪 Commits(9):
@@ -221,11 +221,11 @@ v3.4.0 (2020-03-27)
### 🔥 New feature:
-- add diagnostic for checking valid import statement([`b2f070a`](https://github.com/axetroy/vscode-deno/commit/b2f070a85058432542fe9721be2d3aa66e6901b3)) (thanks @axetroy)
+- add diagnostic for checking valid import statement([`b2f070a`](https://github.com/axetroy/vscode-deno/commit/b2f070a85058432542fe9721be2d3aa66e6901b3)) (@axetroy)
### 🐛 Bugs fixed:
-- importmap not work when set to a relative path. close #103([`0e8398f`](https://github.com/axetroy/vscode-deno/commit/0e8398f0892f1a705cff6c4f8721e7b3f71dc948)) (thanks @axetroy)
+- importmap not work when set to a relative path. close #103([`0e8398f`](https://github.com/axetroy/vscode-deno/commit/0e8398f0892f1a705cff6c4f8721e7b3f71dc948)) (@axetroy)
### 💪 Commits(4):
@@ -239,12 +239,12 @@ v3.3.1 (2020-03-27)
### 🐛 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])
+- Triple-Slash Directive does not work. ref #102([`e381390`](https://github.com/axetroy/vscode-deno/commit/e381390ac9461f9bdc7b67a9228e071d64d2ac3b)) (@axetroy)
+- output target of compileOption now is esnext([`fcbd234`](https://github.com/axetroy/vscode-deno/commit/fcbd234c5a426efac91fc7b4456b1ea63828fc3c)) (@axetroy)
+- Synchronization Deno error code([`4b6efd4`](https://github.com/axetroy/vscode-deno/commit/4b6efd41a0d5be3d2b681e0be8e20398a66cae92)) (@axetroy)
+- auto import module not working properly in some edge cases([`71b518b`](https://github.com/axetroy/vscode-deno/commit/71b518bf229546c4015763cfea3a30ab7739f7cc)) (@axetroy)
+- **deps**: update dependency vscode-languageclient to v6.1.3 (#101)([`f5a743c`](https://github.com/axetroy/vscode-deno/commit/f5a743c51e789f79540244fc5599291fca9741ab)) (@renovate[bot])
+- **deps**: update dependency vscode-languageclient to v6.1.2 (#99)([`550f0bc`](https://github.com/axetroy/vscode-deno/commit/550f0bcf21b9d9a83107c65367a1bd375ccbdb1e)) (@renovate[bot])
### 💪 Commits(20):
@@ -274,12 +274,12 @@ v3.3.0 (2020-03-16)
### 🔥 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)
+- remove `deno.dts_file` configuration (#94)([`f06e852`](https://github.com/axetroy/vscode-deno/commit/f06e852b60883e7499a5c7976d026511bd6dd0ad)) (@艾斯特洛)
+- add copy to clipboard message([`4dd4b8d`](https://github.com/axetroy/vscode-deno/commit/4dd4b8dc2be31a4d0b628fac638981013284b36a)) (@axetroy)
### 🐛 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)
+- cannot resolve module if location headers is relative or absolute path. close #97([`75d6027`](https://github.com/axetroy/vscode-deno/commit/75d602755f81a0c22331e08b1c97fdf6782fd9ac)) (@axetroy)
### ❤️ BREAKING CHANGES:
@@ -332,13 +332,13 @@ v3.2.1 (2020-03-08)
### 🔥 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)
+- copy url if click code_lens([`e3829d8`](https://github.com/axetroy/vscode-deno/commit/e3829d85c355866097f1b24f845e9accc1fd8904)) (@axetroy)
+- make Deno declaration file read-only([`fba8d89`](https://github.com/axetroy/vscode-deno/commit/fba8d89f70bbf42f0ea34eff4173ed0de00ef271)) (@axetroy)
### 🐛 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)
+- auto-import not work for some modules. close #44([`11d38b3`](https://github.com/axetroy/vscode-deno/commit/11d38b3f46b8521ec1ea89565f11ec65a9d2cb1d)) (@axetroy)
+- If query exists in url, module will not be parsed correctly([`a8965b5`](https://github.com/axetroy/vscode-deno/commit/a8965b5a5742b8ae473d3da85f8fe4829aee82ba)) (@axetroy)
### 💪 Commits(18):
@@ -366,12 +366,12 @@ v3.2.0 (2020-03-05)
### 🔥 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)
+- improve fetching module message([`3bb70e2`](https://github.com/axetroy/vscode-deno/commit/3bb70e23f51750a3eab053289772f154740c3045)) (@axetroy)
+- support Deno Dependency Viewer. close #83([`1b327b8`](https://github.com/axetroy/vscode-deno/commit/1b327b869cf74d2022dab71451c92ec3c4b5c5ea)) (@axetroy)
### ⚡️ Performance improves:
-- improve performance for file_walker([`77ce898`](https://github.com/axetroy/vscode-deno/commit/77ce898b12c1e9ec9f995c1ae2b14342547f7cbd)) (thanks @axetroy)
+- improve performance for file_walker([`77ce898`](https://github.com/axetroy/vscode-deno/commit/77ce898b12c1e9ec9f995c1ae2b14342547f7cbd)) (@axetroy)
### 💪 Commits(26):
@@ -407,7 +407,7 @@ v3.1.1 (2020-03-03)
### 🐛 Bugs fixed:
-- auto-import rewrite not work on Windows([`3602979`](https://github.com/axetroy/vscode-deno/commit/3602979225fac8a5ffb53e362ab473ea741a3bbf)) (thanks @axetroy)
+- auto-import rewrite not work on Windows([`3602979`](https://github.com/axetroy/vscode-deno/commit/3602979225fac8a5ffb53e362ab473ea741a3bbf)) (@axetroy)
### 💪 Commits(3):
@@ -420,12 +420,12 @@ v3.1.0 (2020-03-03)
### 🔥 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)
+- add CodeLens for deno cached module which will show current URL([`44bc4a1`](https://github.com/axetroy/vscode-deno/commit/44bc4a13638822e0ee482a2fba0f23c463e16820)) (@axetroy)
+- improve auto-import completion detail([`78fa0e8`](https://github.com/axetroy/vscode-deno/commit/78fa0e86ef017c30349f96794ff3b6eb53cd5879)) (@axetroy)
### 🐛 Bugs fixed:
-- normalize filepath([`f5ecd71`](https://github.com/axetroy/vscode-deno/commit/f5ecd71867f5ed6bf055d7606610c0079dc80065)) (thanks @axetroy)
+- normalize filepath([`f5ecd71`](https://github.com/axetroy/vscode-deno/commit/f5ecd71867f5ed6bf055d7606610c0079dc80065)) (@axetroy)
### 💪 Commits(9):
@@ -444,7 +444,7 @@ v3.0.6 (2020-03-03)
### 🐛 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)
+- typescript server crash if create a new untitled typescript TextDocument ref: #86([`e5643e1`](https://github.com/axetroy/vscode-deno/commit/e5643e159042a72ce1871061ff5038be7b6cebb5)) (@axetroy)
### 💪 Commits(6):
@@ -460,7 +460,7 @@ v3.0.5 (2020-03-03)
### 🐛 Bugs fixed:
-- extension not work when project has tsconfig.json at root dir([`9ce2874`](https://github.com/axetroy/vscode-deno/commit/9ce2874230d4c66ea657f5d2de19c38eb8719df6)) (thanks @axetroy)
+- extension not work when project has tsconfig.json at root dir([`9ce2874`](https://github.com/axetroy/vscode-deno/commit/9ce2874230d4c66ea657f5d2de19c38eb8719df6)) (@axetroy)
### 💪 Commits(4):
@@ -474,8 +474,8 @@ v3.0.4 (2020-03-02)
### 🐛 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)
+- invalid http tester regular expression([`3d51ab0`](https://github.com/axetroy/vscode-deno/commit/3d51ab04359ad8bd83b5564c144759d08f9d0237)) (@axetroy)
+- 'fetch module' on work correctly for importmap module([`087d834`](https://github.com/axetroy/vscode-deno/commit/087d8345ca3a717d55822dce6ab64c6d9385e790)) (@axetroy)
### 💪 Commits(10):
@@ -495,9 +495,9 @@ v3.0.3 (2020-03-02)
### 🐛 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)
+- Path to module not resolved correctly in Windows([`926896d`](https://github.com/axetroy/vscode-deno/commit/926896d33b88971d66f910cf12f881ae5f38405d)) (@axetroy)
+- can not set TextDocument's language mode correctly in Windows([`83d6e34`](https://github.com/axetroy/vscode-deno/commit/83d6e342d1795c15e1fdba9218bbcddae910e02e)) (@axetroy)
+- somethine server does not ready and send notify([`271c9cd`](https://github.com/axetroy/vscode-deno/commit/271c9cdda40556f8b8efe8280a7a323074d62544)) (@axetroy)
### 🔙 Revert:
@@ -531,7 +531,7 @@ v3.0.2 (2020-03-01)
### 🐛 Bugs fixed:
-- parse .vscode/settings.json with json5([`b3de3d3`](https://github.com/axetroy/vscode-deno/commit/b3de3d352784c6dcbcbaf4cfb1aa4550b249b618)) (thanks @axetroy)
+- parse .vscode/settings.json with json5([`b3de3d3`](https://github.com/axetroy/vscode-deno/commit/b3de3d352784c6dcbcbaf4cfb1aa4550b249b618)) (@axetroy)
### 🔙 Revert:
@@ -551,7 +551,7 @@ v3.0.1 (2020-03-01)
### 🔥 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)
+- re-enable typescript-deno-plugin with workspace's typescript version. close #78([`7a53e70`](https://github.com/axetroy/vscode-deno/commit/7a53e7019a9aeba64e0494fe7d9f666540f8a6ce)) (@axetroy)
### 💪 Commits(3):
@@ -564,30 +564,30 @@ v3.0.0 (2020-02-29)
### 🔥 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)
+- Resurrected in Deno v0.35.0 🚀([`3aff7ed`](https://github.com/axetroy/vscode-deno/commit/3aff7edf1481a0a234a1b994b9f6cf692e444beb)) (@axetroy)
+- Requires minimum version of Deno 0.35.0([`35b810c`](https://github.com/axetroy/vscode-deno/commit/35b810ca4f5bbb50796d0df4d3efe27908e604a1)) (@axetroy)
+- set the language of the document automatically([`8839799`](https://github.com/axetroy/vscode-deno/commit/88397994925c42647c77df6e3626922ea3b9d953)) (@axetroy)
+- adapt Deno new cache layout([`1cba5df`](https://github.com/axetroy/vscode-deno/commit/1cba5df49c10d7d35316949a0e635262d7ee1b30)) (@axetroy)
+- support format range code([`498d37f`](https://github.com/axetroy/vscode-deno/commit/498d37ffa7b4e85efd53c8c34d96b48b313effa1)) (@axetroy)
+- add import map file jso validator([`2ccfa02`](https://github.com/axetroy/vscode-deno/commit/2ccfa026f28c2285cd94d8e066a96c37f57eef9a)) (@axetroy)
+- Add memory cache module([`c6cd7e8`](https://github.com/axetroy/vscode-deno/commit/c6cd7e8b766398d413c406258d286b7380f5087e)) (@axetroy)
+- auto detect ./vscode/settings.json in typescript plugin #60([`95d73c6`](https://github.com/axetroy/vscode-deno/commit/95d73c6b5efa7ba5951cc3c0dd150ce925a429b7)) (@axetroy)
+- support Import-Maps in new cache layout.([`0c4cccd`](https://github.com/axetroy/vscode-deno/commit/0c4cccda2c109963c28064b1f19c58508a16bae9)) (@axetroy)
+- make manifest be a iterator.([`8c7b7ce`](https://github.com/axetroy/vscode-deno/commit/8c7b7ce81d9eb2110a59b14d7e41d6c08b00c8d3)) (@axetroy)
+- add new Deno's cache layout parser and test([`7308978`](https://github.com/axetroy/vscode-deno/commit/730897813b2066533c39945bb7eae4af1b261033)) (@axetroy)
+- support @deno-types hint definition. #68([`758c5be`](https://github.com/axetroy/vscode-deno/commit/758c5be8256efa263a53c8df1bf68ce6beeaed78)) (@axetroy)
### 🐛 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)
-- auto-import in new cache layout([`7726fde`](https://github.com/axetroy/vscode-deno/commit/7726fde3ee0e9b1caf7a04bd167fac725600febe)) (thanks @axetroy)
-- get file hash without query([`d81850f`](https://github.com/axetroy/vscode-deno/commit/d81850fde5197f39bc04adf28de84429b2d0d5a8)) (thanks @axetroy)
-- fix windows url path handle([`b50548e`](https://github.com/axetroy/vscode-deno/commit/b50548e4bb87baa62c83fda420d7994ca0e9dba8)) (thanks @axetroy)
-- fix invalid regexp for Windows([`d37c846`](https://github.com/axetroy/vscode-deno/commit/d37c846121d3e3a3decfdcf821205c2f5e40683b)) (thanks @axetroy)
-- fix invalid regexp for Windows([`a96e93a`](https://github.com/axetroy/vscode-deno/commit/a96e93abeedc30d018c5c06d60c9e26909fd78f5)) (thanks @axetroy)
-- 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])
+- module not follow redirect([`dc97014`](https://github.com/axetroy/vscode-deno/commit/dc97014e31db7bba9859c5d2ba4ef77ddb67c9f3)) (@axetroy)
+- Possible errors caused by optional parameters([`f91085c`](https://github.com/axetroy/vscode-deno/commit/f91085ce5b27dde09e22b0e52975f893c111cb6b)) (@axetroy)
+- auto-import in new cache layout([`7726fde`](https://github.com/axetroy/vscode-deno/commit/7726fde3ee0e9b1caf7a04bd167fac725600febe)) (@axetroy)
+- get file hash without query([`d81850f`](https://github.com/axetroy/vscode-deno/commit/d81850fde5197f39bc04adf28de84429b2d0d5a8)) (@axetroy)
+- fix windows url path handle([`b50548e`](https://github.com/axetroy/vscode-deno/commit/b50548e4bb87baa62c83fda420d7994ca0e9dba8)) (@axetroy)
+- fix invalid regexp for Windows([`d37c846`](https://github.com/axetroy/vscode-deno/commit/d37c846121d3e3a3decfdcf821205c2f5e40683b)) (@axetroy)
+- fix invalid regexp for Windows([`a96e93a`](https://github.com/axetroy/vscode-deno/commit/a96e93abeedc30d018c5c06d60c9e26909fd78f5)) (@axetroy)
+- path resolution of Windows([`a9e3336`](https://github.com/axetroy/vscode-deno/commit/a9e33363da91ae45f4178db001a9deaedc858429)) (@axetroy)
+- **deps**: update dependency vscode-languageserver-textdocument to v1.0.1 (#66)([`c49b0fa`](https://github.com/axetroy/vscode-deno/commit/c49b0fac07f1a4d4cdc9a425ef666d9741e22a97)) (@renovate[bot])
### 💪 Commits(82):
@@ -679,7 +679,7 @@ v2.0.4 (2020-02-20)
### 🐛 Bugs fixed:
-- Try to fix the path processing under windows. ref: #61([`e3d5bf2`](https://github.com/axetroy/vscode-deno/commit/e3d5bf27fc0b678b0928caeb19a3735774179a36)) (thanks @axetroy)
+- Try to fix the path processing under windows. ref: #61([`e3d5bf2`](https://github.com/axetroy/vscode-deno/commit/e3d5bf27fc0b678b0928caeb19a3735774179a36)) (@axetroy)
### 💪 Commits(3):
@@ -692,7 +692,7 @@ v2.0.3 (2020-02-20)
### 🐛 Bugs fixed:
-- Try to fix the path processing under windows. ref: #61([`8c02221`](https://github.com/axetroy/vscode-deno/commit/8c02221cb2a5abfcafc108ecf2ae88afc3e90f3b)) (thanks @axetroy)
+- Try to fix the path processing under windows. ref: #61([`8c02221`](https://github.com/axetroy/vscode-deno/commit/8c02221cb2a5abfcafc108ecf2ae88afc3e90f3b)) (@axetroy)
### 💪 Commits(3):
@@ -705,8 +705,8 @@ v2.0.2 (2020-02-19)
### 🐛 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)
+- 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)) (@axetroy)
+- typescript-deno-plugin will be disable when open the file out of workspace.([`b0f3aa6`](https://github.com/axetroy/vscode-deno/commit/b0f3aa6d6646adf81a9ac091c2d89e82eda35e94)) (@axetroy)
### 💪 Commits(5):
@@ -721,14 +721,14 @@ v2.0.1 (2020-02-18)
### 🔥 New feature:
-- improve fetch module with progress([`1eaeb41`](https://github.com/axetroy/vscode-deno/commit/1eaeb4193299aa77e5a430fb0469c8d020851524)) (thanks @axetroy)
+- improve fetch module with progress([`1eaeb41`](https://github.com/axetroy/vscode-deno/commit/1eaeb4193299aa77e5a430fb0469c8d020851524)) (@axetroy)
### 🐛 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)
+- improve typescript-deno-plugin. Make it as unaffected as possible.([`a6ad52f`](https://github.com/axetroy/vscode-deno/commit/a6ad52f058860767310c7774ab8bbe34289064c3)) (@axetroy)
+- **deps**: update dependency vscode-languageclient to v6.1.1 (#58)([`ae547f9`](https://github.com/axetroy/vscode-deno/commit/ae547f90153b4519cc3748a79ec5176c16bed46e)) (@renovate[bot])
+- **deps**: update dependency vscode-languageserver to v6.1.1 (#57)([`e687f20`](https://github.com/axetroy/vscode-deno/commit/e687f207960568e37bc445d63cd133bda413acff)) (@renovate[bot])
+- import module from 'file:///path/to/module/mod.ts' not work([`962411d`](https://github.com/axetroy/vscode-deno/commit/962411de1e6aa15d6a1eb122a6f0b3035017cc03)) (@axetroy)
### 💪 Commits(17):
@@ -755,10 +755,10 @@ v2.0.0 (2020-02-14)
### 🔥 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)
+- Deno minimum required v0.33.0([`014192a`](https://github.com/axetroy/vscode-deno/commit/014192a0d1ce80aac3adff5d120fda06c384d03d)) (@axetroy)
+- rename configuration `deno.dtsFilepaths` to `deno.dts_file` (#49)([`555a230`](https://github.com/axetroy/vscode-deno/commit/555a230a0476f101a295fd877608f6834d3d6a79)) (@Axetroy)
+- remove `deno.enable` & `deno.disable` command (#48)([`8ecae2c`](https://github.com/axetroy/vscode-deno/commit/8ecae2c86e28138ac21d12ea29aba34860c3bb95)) (@Axetroy)
+- upgrade Deno formatter (#50)([`e872d1c`](https://github.com/axetroy/vscode-deno/commit/e872d1cee1af7d9bdf1227165dfecf1c69df8fbe)) (@Axetroy)
### 💪 Commits(8):
@@ -776,9 +776,9 @@ v1.23.0 (2020-02-14)
### 🔥 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)
+- add the tips for Deno's minimum version for this extension.([`8b5c54b`](https://github.com/axetroy/vscode-deno/commit/8b5c54b8e9fc9f19c47e2b60f36cc140c587f885)) (@axetroy)
+- Now opening the js file will also launch the extension. the same with tsserver.([`d4a9beb`](https://github.com/axetroy/vscode-deno/commit/d4a9beb911cec9f02be8ce1faffe5bb4a10ba836)) (@axetroy)
+- support external type definitions with `X-TypeScript-Types` headers. close #35([`98253dd`](https://github.com/axetroy/vscode-deno/commit/98253dd0bda546b6f11beb83926d972540133e33)) (@axetroy)
### 💪 Commits(11):
@@ -799,13 +799,13 @@ v1.22.0 (2020-02-11)
### 🔥 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)
+- Add translations for dutch and german (#42)([`ed2b7a4`](https://github.com/axetroy/vscode-deno/commit/ed2b7a496d31356331cfb3dda44e06c8020a7476)) (@Luca Casonato)
+- improve module import intelligent([`faf76c9`](https://github.com/axetroy/vscode-deno/commit/faf76c9b015778ef7bcf3994a9708c81d8dbacb3)) (@axetroy)
### 🐛 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)
+- Module index is incorrect. close #47([`d69e90a`](https://github.com/axetroy/vscode-deno/commit/d69e90a90df3d7367eb9cb0bd10ec5f3ad21033a)) (@axetroy)
+- module import intelligent no work correctly when import from 'http/server.ts'([`055d062`](https://github.com/axetroy/vscode-deno/commit/055d062c26aff15c5336c45aa952a1d653ce9cbc)) (@axetroy)
### 💪 Commits(9):
@@ -824,7 +824,7 @@ v1.21.0 (2020-02-10)
### 🔥 New feature:
-- support external type definitions with '/// '. ref: #35([`f7affb2`](https://github.com/axetroy/vscode-deno/commit/f7affb27fb073f22437db227b2c576e9406d4784)) (thanks @axetroy)
+- support external type definitions with '/// '. ref: #35([`f7affb2`](https://github.com/axetroy/vscode-deno/commit/f7affb27fb073f22437db227b2c576e9406d4784)) (@axetroy)
### 💪 Commits(7):
@@ -841,11 +841,11 @@ v1.20.0 (2020-02-10)
### 🔥 New feature:
-- remove `lock std version` and `prefer HTTPS` diagnostics. close #33([`2480791`](https://github.com/axetroy/vscode-deno/commit/2480791f9c002b8d0706f2ffedb5b93ff3c3b407)) (thanks @axetroy)
+- remove `lock std version` and `prefer HTTPS` diagnostics. close #33([`2480791`](https://github.com/axetroy/vscode-deno/commit/2480791f9c002b8d0706f2ffedb5b93ff3c3b407)) (@axetroy)
### 🐛 Bugs fixed:
-- update ignore diagnostics code. close #41([`34e6c10`](https://github.com/axetroy/vscode-deno/commit/34e6c1053c7c4c7928fd3e83a59fdd1e92a11f95)) (thanks @axetroy)
+- update ignore diagnostics code. close #41([`34e6c10`](https://github.com/axetroy/vscode-deno/commit/34e6c1053c7c4c7928fd3e83a59fdd1e92a11f95)) (@axetroy)
### 💪 Commits(8):
@@ -863,12 +863,12 @@ v1.19.0 (2020-02-08)
### 🔥 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)
+- remove extension name diagnostic. close #12([`892bb3f`](https://github.com/axetroy/vscode-deno/commit/892bb3fe8822500b48d9b1bfacffaa1d4a7c17ba)) (@axetroy)
+- support import ECMA script module. close #37([`1b68068`](https://github.com/axetroy/vscode-deno/commit/1b6806854581b9f0b9460526c730eb19dcc511d4)) (@axetroy)
### 🐛 Bugs fixed:
-- esm module resolver([`ffe30fb`](https://github.com/axetroy/vscode-deno/commit/ffe30fbbde5e65b9d0741020b820d5b323db5cd1)) (thanks @axetroy)
+- esm module resolver([`ffe30fb`](https://github.com/axetroy/vscode-deno/commit/ffe30fbbde5e65b9d0741020b820d5b323db5cd1)) (@axetroy)
### 💪 Commits(6):
@@ -896,13 +896,13 @@ v1.18.0 (2020-02-07)
### 🔥 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)
+- no more use workspace typescript version([`2a6f9da`](https://github.com/axetroy/vscode-deno/commit/2a6f9da82aac305431dccc6539b66eb66866155e)) (@axetroy)
+- require min vscode version 1.42.0([`ab2cc6e`](https://github.com/axetroy/vscode-deno/commit/ab2cc6e677f08e0392fc8b551fbae9e8e303bcee)) (@axetroy)
+- support top-level await with typescript 3.8([`cb0e592`](https://github.com/axetroy/vscode-deno/commit/cb0e592136f569e58daee56a7d2f46759b7ca946)) (@axetroy)
### 🐛 Bugs fixed:
-- create local module no work([`bcceff2`](https://github.com/axetroy/vscode-deno/commit/bcceff232ded01eb28575db7151b4116968945c1)) (thanks @axetroy)
+- create local module no work([`bcceff2`](https://github.com/axetroy/vscode-deno/commit/bcceff232ded01eb28575db7151b4116968945c1)) (@axetroy)
### 💪 Commits(9):
@@ -921,11 +921,11 @@ v1.17.0 (2020-02-06)
### 🔥 New feature:
-- fully i18n supported. #31([`04e3938`](https://github.com/axetroy/vscode-deno/commit/04e3938197c6de200f79b6115c8ab3b9cff3651e)) (thanks @axetroy)
+- fully i18n supported. #31([`04e3938`](https://github.com/axetroy/vscode-deno/commit/04e3938197c6de200f79b6115c8ab3b9cff3651e)) (@axetroy)
### 🐛 Bugs fixed:
-- create a local module if is not relative or absolute path([`21bacce`](https://github.com/axetroy/vscode-deno/commit/21bacce8dbba3837a363aeb47ba8aefd262295a4)) (thanks @axetroy)
+- create a local module if is not relative or absolute path([`21bacce`](https://github.com/axetroy/vscode-deno/commit/21bacce8dbba3837a363aeb47ba8aefd262295a4)) (@axetroy)
### 💪 Commits(10):
@@ -945,9 +945,9 @@ v1.16.0 (2020-02-06)
### 🔥 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)
+- support Import Maps for Deno. close #3([`eb187af`](https://github.com/axetroy/vscode-deno/commit/eb187afd06685c9462fcdace820f29754385f860)) (@axetroy)
+- add lock deno_std version diagnostic([`8d9097e`](https://github.com/axetroy/vscode-deno/commit/8d9097e3cb23925966e7339b344fa99cd6d6d491)) (@axetroy)
+- add default content for creating a file when fix missing local module([`1404f2f`](https://github.com/axetroy/vscode-deno/commit/1404f2f712867116801cd09a0f1122298218fd42)) (@axetroy)
### 💪 Commits(6):
@@ -963,12 +963,12 @@ v1.15.0 (2020-02-05)
### 🔥 New feature:
-- support quickly fix for diagnostics. close #29([`da85926`](https://github.com/axetroy/vscode-deno/commit/da859261e33d86b22e01560557f71f4d76b087c2)) (thanks @axetroy)
+- support quickly fix for diagnostics. close #29([`da85926`](https://github.com/axetroy/vscode-deno/commit/da859261e33d86b22e01560557f71f4d76b087c2)) (@axetroy)
### 🐛 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)
+- **deps**: pin dependency execa to 4.0.0 (#30)([`47ca6e4`](https://github.com/axetroy/vscode-deno/commit/47ca6e47d3dc0e8dbb350225d269ccae7daca278)) (@renovate[bot])
+- `typescript-deno-plugin` may not find modules and cause `typescript` to crash([`8bdc5db`](https://github.com/axetroy/vscode-deno/commit/8bdc5db5863212efee62e51b9965c811c1cdeb34)) (@axetroy)
### 💪 Commits(6):
@@ -984,13 +984,13 @@ v1.14.0 (2020-02-05)
### 🔥 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)
+- Added i18n support for Chinese Traditional([`ca93cd2`](https://github.com/axetroy/vscode-deno/commit/ca93cd24b28924fd065554f748eb653d23b3a449)) (@axetroy)
+- add `deno.restart_server` command to restart `Deno Language Server`. close #28([`9a66f86`](https://github.com/axetroy/vscode-deno/commit/9a66f867f93729b4b753abc4117fb65f3cba72a3)) (@axetroy)
+- improve status bar. show more information([`6fb83c4`](https://github.com/axetroy/vscode-deno/commit/6fb83c4a496a2c031247d4675c2838b073318911)) (@axetroy)
### 🐛 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)
+- 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)) (@axetroy)
### 💪 Commits(10):
@@ -1010,7 +1010,7 @@ v1.13.1 (2020-02-04)
### 🐛 Bugs fixed:
-- cannot find module if redirected. close #27([`6fd7b13`](https://github.com/axetroy/vscode-deno/commit/6fd7b13dc1394687dbae6a6a6e5f60d01f72cd64)) (thanks @axetroy)
+- cannot find module if redirected. close #27([`6fd7b13`](https://github.com/axetroy/vscode-deno/commit/6fd7b13dc1394687dbae6a6a6e5f60d01f72cd64)) (@axetroy)
### 💪 Commits(3):
@@ -1023,13 +1023,13 @@ v1.13.0 (2020-02-04)
### 🔥 New feature:
-- improve diagnostics([`a5f029e`](https://github.com/axetroy/vscode-deno/commit/a5f029e35f9af3692d8f7192fecd648237d00c1c)) (thanks @axetroy)
+- improve diagnostics([`a5f029e`](https://github.com/axetroy/vscode-deno/commit/a5f029e35f9af3692d8f7192fecd648237d00c1c)) (@axetroy)
### 🐛 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)
+- can not import module which end with `.ts`\([`0169107`](https://github.com/axetroy/vscode-deno/commit/01691075d9d236b6a0780f960f871206788fea44)) (@axetroy)
+- **deps**: pin dependency vscode-uri to 2.1.1 (#26)([`5cdf757`](https://github.com/axetroy/vscode-deno/commit/5cdf7571673a9c5fbfbfe8858488fbb7525e1027)) (@renovate[bot])
+- improve import module position([`8a999c6`](https://github.com/axetroy/vscode-deno/commit/8a999c667ea474ee769dbf72972a08f9d8f71465)) (@axetroy)
### 💪 Commits(10):
@@ -1049,9 +1049,9 @@ v1.12.0 (2020-02-03)
### 🔥 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)
+- improve folder picker([`71e9658`](https://github.com/axetroy/vscode-deno/commit/71e9658fb4aea962941a0d4b7f03a6cbc80d50e1)) (@axetroy)
+- Warning when import from http([`72d9db3`](https://github.com/axetroy/vscode-deno/commit/72d9db3c7ce5b483ef0fb7d3e6310b7adf5974c2)) (@axetroy)
+- remove `deno.enable = true` by default([`532cdf0`](https://github.com/axetroy/vscode-deno/commit/532cdf0af76ac436243b20c885c406386a20f202)) (@axetroy)
### 💪 Commits(14):
@@ -1075,13 +1075,13 @@ v1.11.0 (2020-01-31)
### 🔥 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)
+- add diagnostics checking for disable non-extension name module import. close #12([`8c1c244`](https://github.com/axetroy/vscode-deno/commit/8c1c24419fe07bd7f511605ce0b062b0ae16199a)) (@axetroy)
### 🐛 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])
+- **deps**: pin dependency typescript to 3.7.5 (#21)([`3b3049c`](https://github.com/axetroy/vscode-deno/commit/3b3049c19d1438b3357eef77f4b6241b535db3d2)) (@renovate[bot])
+- add missing typescript deps([`751261a`](https://github.com/axetroy/vscode-deno/commit/751261aaeb8a6a2931687a8082b5bbce591d7ba2)) (@axetroy)
+- **deps**: pin dependency get-port to 5.1.1 (#18)([`d3cf219`](https://github.com/axetroy/vscode-deno/commit/d3cf21902f0b6930640cd7b1f603649746833ac5)) (@renovate[bot])
### 💪 Commits(7):
@@ -1098,7 +1098,7 @@ v1.10.1 (2020-01-31)
### 🐛 Bugs fixed:
-- formatter not run at workspace folder([`bf6195a`](https://github.com/axetroy/vscode-deno/commit/bf6195a1978787c53b5135a43245ee6295ca945f)) (thanks @axetroy)
+- formatter not run at workspace folder([`bf6195a`](https://github.com/axetroy/vscode-deno/commit/bf6195a1978787c53b5135a43245ee6295ca945f)) (@axetroy)
### 💪 Commits(2):
@@ -1110,7 +1110,7 @@ v1.10.0 (2020-01-31)
### 🐛 Bugs fixed:
-- completion show everywhere([`21741a2`](https://github.com/axetroy/vscode-deno/commit/21741a265e38c1187c9e8a8cc71465489a250db1)) (thanks @axetroy)
+- completion show everywhere([`21741a2`](https://github.com/axetroy/vscode-deno/commit/21741a265e38c1187c9e8a8cc71465489a250db1)) (@axetroy)
### 💪 Commits(6):
@@ -1126,7 +1126,7 @@ v1.9.2 (2020-01-29)
### 🐛 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)
+- 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)) (@axetroy)
### 💪 Commits(2):
@@ -1138,7 +1138,7 @@ v1.9.1 (2020-01-29)
### 🔥 New feature:
-- support top-level await. close #10([`d1cd97c`](https://github.com/axetroy/vscode-deno/commit/d1cd97ce0748ff1b4df96726efb6cda308197dd8)) (thanks @axetroy)
+- support top-level await. close #10([`d1cd97c`](https://github.com/axetroy/vscode-deno/commit/d1cd97ce0748ff1b4df96726efb6cda308197dd8)) (@axetroy)
### 💪 Commits(7):
@@ -1155,8 +1155,8 @@ v1.9.0 (2020-01-26)
### 🔥 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)
+- enable jsx options by default for typescript-deno-plugin([`b9c2fba`](https://github.com/axetroy/vscode-deno/commit/b9c2fbaefe733288ec62e46e8798d6b634f7eea9)) (@axetroy)
+- support import installed module intelligent. close #4([`6d9baaa`](https://github.com/axetroy/vscode-deno/commit/6d9baaadf3ae1eeb75e9fd46e1e567c9c8c66086)) (@axetroy)
### 💪 Commits(3):
@@ -1169,11 +1169,11 @@ v1.8.0 (2020-01-26)
### 🔥 New feature:
-- add deno.dtsFilepaths configuration([`458666e`](https://github.com/axetroy/vscode-deno/commit/458666eba1c649a673c56e8d28179e4cd9860d6a)) (thanks @axetroy)
+- add deno.dtsFilepaths configuration([`458666e`](https://github.com/axetroy/vscode-deno/commit/458666eba1c649a673c56e8d28179e4cd9860d6a)) (@axetroy)
### 🐛 Bugs fixed:
-- only allow .d.ts file for deno.dtsFilepaths([`8916695`](https://github.com/axetroy/vscode-deno/commit/8916695fe86b2281c66f2ca75642b6511e6a744c)) (thanks @axetroy)
+- only allow .d.ts file for deno.dtsFilepaths([`8916695`](https://github.com/axetroy/vscode-deno/commit/8916695fe86b2281c66f2ca75642b6511e6a744c)) (@axetroy)
### 💪 Commits(6):
@@ -1189,7 +1189,7 @@ v1.7.0 (2020-01-25)
### 🔥 New feature:
-- enable/disable typescript-deno-plugin in extension scope([`fc2c197`](https://github.com/axetroy/vscode-deno/commit/fc2c1977fc320b0b4609ca50bb02466fdbc7cc23)) (thanks @axetroy)
+- enable/disable typescript-deno-plugin in extension scope([`fc2c197`](https://github.com/axetroy/vscode-deno/commit/fc2c1977fc320b0b4609ca50bb02466fdbc7cc23)) (@axetroy)
### 💪 Commits(2):
@@ -1201,7 +1201,7 @@ v1.6.1 (2020-01-25)
### 🐛 Bugs fixed:
-- support import.meta.url for Deno([`3a26287`](https://github.com/axetroy/vscode-deno/commit/3a26287d3d38a6aa9a55d87c2652c3839e91793c)) (thanks @axetroy)
+- support import.meta.url for Deno([`3a26287`](https://github.com/axetroy/vscode-deno/commit/3a26287d3d38a6aa9a55d87c2652c3839e91793c)) (@axetroy)
### 💪 Commits(2):
@@ -1213,8 +1213,8 @@ v1.6.0 (2020-01-24)
### 🐛 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)
+- try fix ci([`e21e3f9`](https://github.com/axetroy/vscode-deno/commit/e21e3f9a89bd3be7706a323af0e4e6b21450c77e)) (@axetroy)
+- use yarn package for vsce([`67b2efd`](https://github.com/axetroy/vscode-deno/commit/67b2efdc7363206efda14dd7c40c57db6b4162a2)) (@axetroy)
### 💪 Commits(8):
@@ -1276,7 +1276,7 @@ v1.3.2 (2019-06-06)
### 🔥 New feature:
-- add format provider (#32)([`9636ee2`](https://github.com/axetroy/vscode-deno/commit/9636ee26359339ffd2149557af2e76a8f29b6e29)) (thanks @Axetroy)
+- add format provider (#32)([`9636ee2`](https://github.com/axetroy/vscode-deno/commit/9636ee26359339ffd2149557af2e76a8f29b6e29)) (@Axetroy)
### 💪 Commits(6):
diff --git a/__test__/whatchanged-[23448a5482359f28a0089b17280dd2a0a0eaef26~9dff4fc6a9d746ffd9dd10215cf04d2fec2edd2a].CHANGELOG.md b/__test__/whatchanged-[23448a5482359f28a0089b17280dd2a0a0eaef26~9dff4fc6a9d746ffd9dd10215cf04d2fec2edd2a].CHANGELOG.md
index 38fcbf37..0f444862 100644
--- a/__test__/whatchanged-[23448a5482359f28a0089b17280dd2a0a0eaef26~9dff4fc6a9d746ffd9dd10215cf04d2fec2edd2a].CHANGELOG.md
+++ b/__test__/whatchanged-[23448a5482359f28a0089b17280dd2a0a0eaef26~9dff4fc6a9d746ffd9dd10215cf04d2fec2edd2a].CHANGELOG.md
@@ -11,8 +11,8 @@ v0.3.3 (2020-12-31)
### 🐛 Bugs fixed:
-- generate url for commit([`bba03df`](https://github.com/whatchanged-community/whatchanged/commit/bba03dfa1ed948d3f5309b67cf5a357c978fd2ed)) (thanks @axetroy)
-- generate version range([`b0dca5d`](https://github.com/whatchanged-community/whatchanged/commit/b0dca5dd226046c131165a8f211b8f190c54d04b)) (thanks @axetroy)
+- generate url for commit([`bba03df`](https://github.com/whatchanged-community/whatchanged/commit/bba03dfa1ed948d3f5309b67cf5a357c978fd2ed)) (@axetroy)
+- generate version range([`b0dca5d`](https://github.com/whatchanged-community/whatchanged/commit/b0dca5dd226046c131165a8f211b8f190c54d04b)) (@axetroy)
### 💪 Commits(7):
@@ -29,7 +29,7 @@ v0.3.2 (2020-12-30)
### 🐛 Bugs fixed:
-- When generating an uncertain version, the generated range is incorrect([`7e1db8d`](https://github.com/whatchanged-community/whatchanged/commit/7e1db8dd3a4e3a6970672139552c9bf42b10edba)) (thanks @axetroy)
+- When generating an uncertain version, the generated range is incorrect([`7e1db8d`](https://github.com/whatchanged-community/whatchanged/commit/7e1db8dd3a4e3a6970672139552c9bf42b10edba)) (@axetroy)
### 💪 Commits(8):
@@ -47,7 +47,7 @@ v0.3.1 (2020-12-30)
### 🐛 Bugs fixed:
-- Generate duplicate commit([`b7fa03c`](https://github.com/whatchanged-community/whatchanged/commit/b7fa03c8e60d82fb4d06956a8f9c79c174bb227f)) (thanks @axetroy)
+- Generate duplicate commit([`b7fa03c`](https://github.com/whatchanged-community/whatchanged/commit/b7fa03c8e60d82fb4d06956a8f9c79c174bb227f)) (@axetroy)
### 💪 Commits(2):
@@ -59,8 +59,8 @@ v0.3.0 (2020-12-30)
### 🔥 New feature:
-- **BREAKING**: update generation template.([`20dfe73`](https://github.com/whatchanged-community/whatchanged/commit/20dfe7361a679e64abd9ec2ba8d59f935627ebfe)) (thanks @axetroy)
-- support release date for generation. close #16([`4e9b59a`](https://github.com/whatchanged-community/whatchanged/commit/4e9b59a5fbbe8c62d782e0350273fb5980e52b48)) (thanks @axetroy)
+- **BREAKING**: update generation template.([`20dfe73`](https://github.com/whatchanged-community/whatchanged/commit/20dfe7361a679e64abd9ec2ba8d59f935627ebfe)) (@axetroy)
+- support release date for generation. close #16([`4e9b59a`](https://github.com/whatchanged-community/whatchanged/commit/4e9b59a5fbbe8c62d782e0350273fb5980e52b48)) (@axetroy)
### 💪 Commits(4):
@@ -74,12 +74,12 @@ v0.2.7 (2020-12-29)
### 🔥 New feature:
-- add --skip-format and flag options for generation([`a03b7cb`](https://github.com/whatchanged-community/whatchanged/commit/a03b7cb49fa23436de43e6d3436cfd123d831ede)) (thanks @axetroy)
+- add --skip-format and flag options for generation([`a03b7cb`](https://github.com/whatchanged-community/whatchanged/commit/a03b7cb49fa23436de43e6d3436cfd123d831ede)) (@axetroy)
### 🐛 Bugs fixed:
-- generate incorrect in mutiple version for same commit. close #15([`8fd5818`](https://github.com/whatchanged-community/whatchanged/commit/8fd58182b02ea657c37c09e4a734a48215eaffb6)) (thanks @axetroy)
-- **deps**: update dependency ant-design-vue to v2.0.0-rc.3 (#14)([`e6275b7`](https://github.com/whatchanged-community/whatchanged/commit/e6275b7d7f7b009e79a70f6f869efebb9dc7a866)) (thanks @renovate[bot])
+- generate incorrect in mutiple version for same commit. close #15([`8fd5818`](https://github.com/whatchanged-community/whatchanged/commit/8fd58182b02ea657c37c09e4a734a48215eaffb6)) (@axetroy)
+- **deps**: update dependency ant-design-vue to v2.0.0-rc.3 (#14)([`e6275b7`](https://github.com/whatchanged-community/whatchanged/commit/e6275b7d7f7b009e79a70f6f869efebb9dc7a866)) (@renovate[bot])
### 💪 Commits(6):
@@ -95,7 +95,7 @@ v0.2.6 (2020-12-07)
### 🐛 Bugs fixed:
-- npm binary([`8384bf7`](https://github.com/whatchanged-community/whatchanged/commit/8384bf782d8adf1627082f3e9030ed4a88c0fa5a)) (thanks @axetroy)
+- npm binary([`8384bf7`](https://github.com/whatchanged-community/whatchanged/commit/8384bf782d8adf1627082f3e9030ed4a88c0fa5a)) (@axetroy)
### 💪 Commits(3):
@@ -108,7 +108,7 @@ v0.2.5 (2020-12-05)
### 🐛 Bugs fixed:
-- **npm**: missing postinstall script([`6209122`](https://github.com/whatchanged-community/whatchanged/commit/6209122eacda6d86421a6955dad86785d0206b4b)) (thanks @axetroy)
+- **npm**: missing postinstall script([`6209122`](https://github.com/whatchanged-community/whatchanged/commit/6209122eacda6d86421a6955dad86785d0206b4b)) (@axetroy)
### 💪 Commits(3):
diff --git a/__test__/whatchanged-[v0.2.0].CHANGELOG.md b/__test__/whatchanged-[v0.2.0].CHANGELOG.md
index fc717cd9..c3e3a2b5 100644
--- a/__test__/whatchanged-[v0.2.0].CHANGELOG.md
+++ b/__test__/whatchanged-[v0.2.0].CHANGELOG.md
@@ -3,34 +3,34 @@ v0.2.0 (2020-11-27)
### 🔥 New feature:
-- refactor multiple version generation([`65c50c6`](https://github.com/whatchanged-community/whatchanged/commit/65c50c6b30f5dfc608c260c73d55cc8601041bdf)) (thanks @axetroy)
-- unified usage when invalid options([`dde4ece`](https://github.com/whatchanged-community/whatchanged/commit/dde4ecee3db8925c804db839bed098eb4a0f82ec)) (thanks @axetroy)
-- print help/version information to stderr([`ddc712a`](https://github.com/whatchanged-community/whatchanged/commit/ddc712a8e4ec502976deb7430a79532d902bcbf9)) (thanks @axetroy)
-- version range of hash support 8-length short hash([`d9d3be8`](https://github.com/whatchanged-community/whatchanged/commit/d9d3be819e1214139342e48cdaf866ae3b628f4b)) (thanks @axetroy)
-- support to generate multiple specified versions ref: #4([`4a9e7ee`](https://github.com/whatchanged-community/whatchanged/commit/4a9e7ee70a80104933e60f20db4784ea472ae2ec)) (thanks @axetroy)
-- rename tag:N to @N([`76eb777`](https://github.com/whatchanged-community/whatchanged/commit/76eb7774ac0a1f44ca6b66b9322870cba24a50a8)) (thanks @axetroy)
-- **cli**: rename '--dir' to '--project' and '--file' to '--output' #4([`189186a`](https://github.com/whatchanged-community/whatchanged/commit/189186a89693c724ac794c17f2c35781b2fdc017)) (thanks @axetroy)
-- add whatchanged package for Go([`0bb75dd`](https://github.com/whatchanged-community/whatchanged/commit/0bb75dd41758d85c4608f010298f823346a68a7c)) (thanks @axetroy)
-- rename 'changelog' to 'whatchanged'([`ee18634`](https://github.com/whatchanged-community/whatchanged/commit/ee1863487bd70a2664ff856c4aacfc34d3a5043d)) (thanks @axetroy) , Closes: #6
-- implement revert parser([`2c800f2`](https://github.com/whatchanged-community/whatchanged/commit/2c800f24894c495761e715e3a3f81863e0b3b96c)) (thanks @axetroy)
-- add chore block([`418b8f6`](https://github.com/whatchanged-community/whatchanged/commit/418b8f6383b9d710c043655a5dd28fd6627bd85f)) (thanks @axetroy)
-- add changelog repl. generate changelog online almose done.([`c7127b1`](https://github.com/whatchanged-community/whatchanged/commit/c7127b1b0e3869854d293b536eb2f21c4e0c8e3c)) (thanks @axetroy)
-- enabled cors for changelog-remote([`8b5f7fb`](https://github.com/whatchanged-community/whatchanged/commit/8b5f7fbda0f6aefbc933de757a13ed34d105990f)) (thanks @axetroy)
+- refactor multiple version generation([`65c50c6`](https://github.com/whatchanged-community/whatchanged/commit/65c50c6b30f5dfc608c260c73d55cc8601041bdf)) (@axetroy)
+- unified usage when invalid options([`dde4ece`](https://github.com/whatchanged-community/whatchanged/commit/dde4ecee3db8925c804db839bed098eb4a0f82ec)) (@axetroy)
+- print help/version information to stderr([`ddc712a`](https://github.com/whatchanged-community/whatchanged/commit/ddc712a8e4ec502976deb7430a79532d902bcbf9)) (@axetroy)
+- version range of hash support 8-length short hash([`d9d3be8`](https://github.com/whatchanged-community/whatchanged/commit/d9d3be819e1214139342e48cdaf866ae3b628f4b)) (@axetroy)
+- support to generate multiple specified versions ref: #4([`4a9e7ee`](https://github.com/whatchanged-community/whatchanged/commit/4a9e7ee70a80104933e60f20db4784ea472ae2ec)) (@axetroy)
+- rename tag:N to @N([`76eb777`](https://github.com/whatchanged-community/whatchanged/commit/76eb7774ac0a1f44ca6b66b9322870cba24a50a8)) (@axetroy)
+- **cli**: rename '--dir' to '--project' and '--file' to '--output' #4([`189186a`](https://github.com/whatchanged-community/whatchanged/commit/189186a89693c724ac794c17f2c35781b2fdc017)) (@axetroy)
+- add whatchanged package for Go([`0bb75dd`](https://github.com/whatchanged-community/whatchanged/commit/0bb75dd41758d85c4608f010298f823346a68a7c)) (@axetroy)
+- rename 'changelog' to 'whatchanged'([`ee18634`](https://github.com/whatchanged-community/whatchanged/commit/ee1863487bd70a2664ff856c4aacfc34d3a5043d)) (@axetroy) , Closes: #6
+- implement revert parser([`2c800f2`](https://github.com/whatchanged-community/whatchanged/commit/2c800f24894c495761e715e3a3f81863e0b3b96c)) (@axetroy)
+- add chore block([`418b8f6`](https://github.com/whatchanged-community/whatchanged/commit/418b8f6383b9d710c043655a5dd28fd6627bd85f)) (@axetroy)
+- add changelog repl. generate changelog online almose done.([`c7127b1`](https://github.com/whatchanged-community/whatchanged/commit/c7127b1b0e3869854d293b536eb2f21c4e0c8e3c)) (@axetroy)
+- enabled cors for changelog-remote([`8b5f7fb`](https://github.com/whatchanged-community/whatchanged/commit/8b5f7fbda0f6aefbc933de757a13ed34d105990f)) (@axetroy)
### 🐛 Bugs fixed:
-- the breaking change block is generate in incorrect format([`5bf4bee`](https://github.com/whatchanged-community/whatchanged/commit/5bf4beea7124cac872598c5487657548e7a826c9)) (thanks @axetroy)
-- the incorrect range generated when there are no parameters([`bbf648e`](https://github.com/whatchanged-community/whatchanged/commit/bbf648e756ab74abb25764ee9ead032343832b3b)) (thanks @axetroy)
-- parse single version tag:N incorrect([`aa62d6b`](https://github.com/whatchanged-community/whatchanged/commit/aa62d6be3294619c81159a39208c9f7bba07630f)) (thanks @axetroy)
-- **repl**: server not response markdown([`45b6ad2`](https://github.com/whatchanged-community/whatchanged/commit/45b6ad20ec4a50dc7661bf575fa408ef6383c46b)) (thanks @axetroy)
-- **repl**: generate error([`8a92fd7`](https://github.com/whatchanged-community/whatchanged/commit/8a92fd7693568683beba2431b0e0659fc99e3c82)) (thanks @axetroy)
-- **repl**: no-cors mode([`6410c1b`](https://github.com/whatchanged-community/whatchanged/commit/6410c1be6cc35e3165172f99738add18ef4d5beb)) (thanks @axetroy)
-- **repl**: source block do not render after request success([`d4af36b`](https://github.com/whatchanged-community/whatchanged/commit/d4af36be80ca60f4bbbcb96603b070883ac44a6a)) (thanks @axetroy)
-- **repl**: improve error handler([`b2bbbbd`](https://github.com/whatchanged-community/whatchanged/commit/b2bbbbd7608501813986d74f6e44c233719246eb)) (thanks @axetroy)
-- **repl**: markdown is not rendered correctly([`4cf9f6e`](https://github.com/whatchanged-community/whatchanged/commit/4cf9f6ee53d19f67380144030a38ede88cb1a59b)) (thanks @axetroy)
-- **deps**: update dependency ant-design-vue to v2.0.0-rc.2 (#8)([`a340efc`](https://github.com/whatchanged-community/whatchanged/commit/a340efc8b86b1728eb1dcaedc9c101767582e811)) (thanks @renovate[bot])
-- **repl**: production assets should be set publicPath([`89ea856`](https://github.com/whatchanged-community/whatchanged/commit/89ea856f4f2046f7347a5ebd2c9d60e3a3650595)) (thanks @axetroy)
-- **repl**: markdown render style([`acebfd0`](https://github.com/whatchanged-community/whatchanged/commit/acebfd0bd736dac9c811186c82ba241d7b1e05e1)) (thanks @axetroy)
+- the breaking change block is generate in incorrect format([`5bf4bee`](https://github.com/whatchanged-community/whatchanged/commit/5bf4beea7124cac872598c5487657548e7a826c9)) (@axetroy)
+- the incorrect range generated when there are no parameters([`bbf648e`](https://github.com/whatchanged-community/whatchanged/commit/bbf648e756ab74abb25764ee9ead032343832b3b)) (@axetroy)
+- parse single version tag:N incorrect([`aa62d6b`](https://github.com/whatchanged-community/whatchanged/commit/aa62d6be3294619c81159a39208c9f7bba07630f)) (@axetroy)
+- **repl**: server not response markdown([`45b6ad2`](https://github.com/whatchanged-community/whatchanged/commit/45b6ad20ec4a50dc7661bf575fa408ef6383c46b)) (@axetroy)
+- **repl**: generate error([`8a92fd7`](https://github.com/whatchanged-community/whatchanged/commit/8a92fd7693568683beba2431b0e0659fc99e3c82)) (@axetroy)
+- **repl**: no-cors mode([`6410c1b`](https://github.com/whatchanged-community/whatchanged/commit/6410c1be6cc35e3165172f99738add18ef4d5beb)) (@axetroy)
+- **repl**: source block do not render after request success([`d4af36b`](https://github.com/whatchanged-community/whatchanged/commit/d4af36be80ca60f4bbbcb96603b070883ac44a6a)) (@axetroy)
+- **repl**: improve error handler([`b2bbbbd`](https://github.com/whatchanged-community/whatchanged/commit/b2bbbbd7608501813986d74f6e44c233719246eb)) (@axetroy)
+- **repl**: markdown is not rendered correctly([`4cf9f6e`](https://github.com/whatchanged-community/whatchanged/commit/4cf9f6ee53d19f67380144030a38ede88cb1a59b)) (@axetroy)
+- **deps**: update dependency ant-design-vue to v2.0.0-rc.2 (#8)([`a340efc`](https://github.com/whatchanged-community/whatchanged/commit/a340efc8b86b1728eb1dcaedc9c101767582e811)) (@renovate[bot])
+- **repl**: production assets should be set publicPath([`89ea856`](https://github.com/whatchanged-community/whatchanged/commit/89ea856f4f2046f7347a5ebd2c9d60e3a3650595)) (@axetroy)
+- **repl**: markdown render style([`acebfd0`](https://github.com/whatchanged-community/whatchanged/commit/acebfd0bd736dac9c811186c82ba241d7b1e05e1)) (@axetroy)
### ❤️ BREAKING CHANGES:
diff --git a/__test__/whatchanged-[v0.2.0~v0.1.0].CHANGELOG.md b/__test__/whatchanged-[v0.2.0~v0.1.0].CHANGELOG.md
index 45092ecf..6acf9a3e 100644
--- a/__test__/whatchanged-[v0.2.0~v0.1.0].CHANGELOG.md
+++ b/__test__/whatchanged-[v0.2.0~v0.1.0].CHANGELOG.md
@@ -3,34 +3,34 @@ v0.2.0 (2020-11-27)
### 🔥 New feature:
-- refactor multiple version generation([`65c50c6`](https://github.com/whatchanged-community/whatchanged/commit/65c50c6b30f5dfc608c260c73d55cc8601041bdf)) (thanks @axetroy)
-- unified usage when invalid options([`dde4ece`](https://github.com/whatchanged-community/whatchanged/commit/dde4ecee3db8925c804db839bed098eb4a0f82ec)) (thanks @axetroy)
-- print help/version information to stderr([`ddc712a`](https://github.com/whatchanged-community/whatchanged/commit/ddc712a8e4ec502976deb7430a79532d902bcbf9)) (thanks @axetroy)
-- version range of hash support 8-length short hash([`d9d3be8`](https://github.com/whatchanged-community/whatchanged/commit/d9d3be819e1214139342e48cdaf866ae3b628f4b)) (thanks @axetroy)
-- support to generate multiple specified versions ref: #4([`4a9e7ee`](https://github.com/whatchanged-community/whatchanged/commit/4a9e7ee70a80104933e60f20db4784ea472ae2ec)) (thanks @axetroy)
-- rename tag:N to @N([`76eb777`](https://github.com/whatchanged-community/whatchanged/commit/76eb7774ac0a1f44ca6b66b9322870cba24a50a8)) (thanks @axetroy)
-- **cli**: rename '--dir' to '--project' and '--file' to '--output' #4([`189186a`](https://github.com/whatchanged-community/whatchanged/commit/189186a89693c724ac794c17f2c35781b2fdc017)) (thanks @axetroy)
-- add whatchanged package for Go([`0bb75dd`](https://github.com/whatchanged-community/whatchanged/commit/0bb75dd41758d85c4608f010298f823346a68a7c)) (thanks @axetroy)
-- rename 'changelog' to 'whatchanged'([`ee18634`](https://github.com/whatchanged-community/whatchanged/commit/ee1863487bd70a2664ff856c4aacfc34d3a5043d)) (thanks @axetroy) , Closes: #6
-- implement revert parser([`2c800f2`](https://github.com/whatchanged-community/whatchanged/commit/2c800f24894c495761e715e3a3f81863e0b3b96c)) (thanks @axetroy)
-- add chore block([`418b8f6`](https://github.com/whatchanged-community/whatchanged/commit/418b8f6383b9d710c043655a5dd28fd6627bd85f)) (thanks @axetroy)
-- add changelog repl. generate changelog online almose done.([`c7127b1`](https://github.com/whatchanged-community/whatchanged/commit/c7127b1b0e3869854d293b536eb2f21c4e0c8e3c)) (thanks @axetroy)
-- enabled cors for changelog-remote([`8b5f7fb`](https://github.com/whatchanged-community/whatchanged/commit/8b5f7fbda0f6aefbc933de757a13ed34d105990f)) (thanks @axetroy)
+- refactor multiple version generation([`65c50c6`](https://github.com/whatchanged-community/whatchanged/commit/65c50c6b30f5dfc608c260c73d55cc8601041bdf)) (@axetroy)
+- unified usage when invalid options([`dde4ece`](https://github.com/whatchanged-community/whatchanged/commit/dde4ecee3db8925c804db839bed098eb4a0f82ec)) (@axetroy)
+- print help/version information to stderr([`ddc712a`](https://github.com/whatchanged-community/whatchanged/commit/ddc712a8e4ec502976deb7430a79532d902bcbf9)) (@axetroy)
+- version range of hash support 8-length short hash([`d9d3be8`](https://github.com/whatchanged-community/whatchanged/commit/d9d3be819e1214139342e48cdaf866ae3b628f4b)) (@axetroy)
+- support to generate multiple specified versions ref: #4([`4a9e7ee`](https://github.com/whatchanged-community/whatchanged/commit/4a9e7ee70a80104933e60f20db4784ea472ae2ec)) (@axetroy)
+- rename tag:N to @N([`76eb777`](https://github.com/whatchanged-community/whatchanged/commit/76eb7774ac0a1f44ca6b66b9322870cba24a50a8)) (@axetroy)
+- **cli**: rename '--dir' to '--project' and '--file' to '--output' #4([`189186a`](https://github.com/whatchanged-community/whatchanged/commit/189186a89693c724ac794c17f2c35781b2fdc017)) (@axetroy)
+- add whatchanged package for Go([`0bb75dd`](https://github.com/whatchanged-community/whatchanged/commit/0bb75dd41758d85c4608f010298f823346a68a7c)) (@axetroy)
+- rename 'changelog' to 'whatchanged'([`ee18634`](https://github.com/whatchanged-community/whatchanged/commit/ee1863487bd70a2664ff856c4aacfc34d3a5043d)) (@axetroy) , Closes: #6
+- implement revert parser([`2c800f2`](https://github.com/whatchanged-community/whatchanged/commit/2c800f24894c495761e715e3a3f81863e0b3b96c)) (@axetroy)
+- add chore block([`418b8f6`](https://github.com/whatchanged-community/whatchanged/commit/418b8f6383b9d710c043655a5dd28fd6627bd85f)) (@axetroy)
+- add changelog repl. generate changelog online almose done.([`c7127b1`](https://github.com/whatchanged-community/whatchanged/commit/c7127b1b0e3869854d293b536eb2f21c4e0c8e3c)) (@axetroy)
+- enabled cors for changelog-remote([`8b5f7fb`](https://github.com/whatchanged-community/whatchanged/commit/8b5f7fbda0f6aefbc933de757a13ed34d105990f)) (@axetroy)
### 🐛 Bugs fixed:
-- the breaking change block is generate in incorrect format([`5bf4bee`](https://github.com/whatchanged-community/whatchanged/commit/5bf4beea7124cac872598c5487657548e7a826c9)) (thanks @axetroy)
-- the incorrect range generated when there are no parameters([`bbf648e`](https://github.com/whatchanged-community/whatchanged/commit/bbf648e756ab74abb25764ee9ead032343832b3b)) (thanks @axetroy)
-- parse single version tag:N incorrect([`aa62d6b`](https://github.com/whatchanged-community/whatchanged/commit/aa62d6be3294619c81159a39208c9f7bba07630f)) (thanks @axetroy)
-- **repl**: server not response markdown([`45b6ad2`](https://github.com/whatchanged-community/whatchanged/commit/45b6ad20ec4a50dc7661bf575fa408ef6383c46b)) (thanks @axetroy)
-- **repl**: generate error([`8a92fd7`](https://github.com/whatchanged-community/whatchanged/commit/8a92fd7693568683beba2431b0e0659fc99e3c82)) (thanks @axetroy)
-- **repl**: no-cors mode([`6410c1b`](https://github.com/whatchanged-community/whatchanged/commit/6410c1be6cc35e3165172f99738add18ef4d5beb)) (thanks @axetroy)
-- **repl**: source block do not render after request success([`d4af36b`](https://github.com/whatchanged-community/whatchanged/commit/d4af36be80ca60f4bbbcb96603b070883ac44a6a)) (thanks @axetroy)
-- **repl**: improve error handler([`b2bbbbd`](https://github.com/whatchanged-community/whatchanged/commit/b2bbbbd7608501813986d74f6e44c233719246eb)) (thanks @axetroy)
-- **repl**: markdown is not rendered correctly([`4cf9f6e`](https://github.com/whatchanged-community/whatchanged/commit/4cf9f6ee53d19f67380144030a38ede88cb1a59b)) (thanks @axetroy)
-- **deps**: update dependency ant-design-vue to v2.0.0-rc.2 (#8)([`a340efc`](https://github.com/whatchanged-community/whatchanged/commit/a340efc8b86b1728eb1dcaedc9c101767582e811)) (thanks @renovate[bot])
-- **repl**: production assets should be set publicPath([`89ea856`](https://github.com/whatchanged-community/whatchanged/commit/89ea856f4f2046f7347a5ebd2c9d60e3a3650595)) (thanks @axetroy)
-- **repl**: markdown render style([`acebfd0`](https://github.com/whatchanged-community/whatchanged/commit/acebfd0bd736dac9c811186c82ba241d7b1e05e1)) (thanks @axetroy)
+- the breaking change block is generate in incorrect format([`5bf4bee`](https://github.com/whatchanged-community/whatchanged/commit/5bf4beea7124cac872598c5487657548e7a826c9)) (@axetroy)
+- the incorrect range generated when there are no parameters([`bbf648e`](https://github.com/whatchanged-community/whatchanged/commit/bbf648e756ab74abb25764ee9ead032343832b3b)) (@axetroy)
+- parse single version tag:N incorrect([`aa62d6b`](https://github.com/whatchanged-community/whatchanged/commit/aa62d6be3294619c81159a39208c9f7bba07630f)) (@axetroy)
+- **repl**: server not response markdown([`45b6ad2`](https://github.com/whatchanged-community/whatchanged/commit/45b6ad20ec4a50dc7661bf575fa408ef6383c46b)) (@axetroy)
+- **repl**: generate error([`8a92fd7`](https://github.com/whatchanged-community/whatchanged/commit/8a92fd7693568683beba2431b0e0659fc99e3c82)) (@axetroy)
+- **repl**: no-cors mode([`6410c1b`](https://github.com/whatchanged-community/whatchanged/commit/6410c1be6cc35e3165172f99738add18ef4d5beb)) (@axetroy)
+- **repl**: source block do not render after request success([`d4af36b`](https://github.com/whatchanged-community/whatchanged/commit/d4af36be80ca60f4bbbcb96603b070883ac44a6a)) (@axetroy)
+- **repl**: improve error handler([`b2bbbbd`](https://github.com/whatchanged-community/whatchanged/commit/b2bbbbd7608501813986d74f6e44c233719246eb)) (@axetroy)
+- **repl**: markdown is not rendered correctly([`4cf9f6e`](https://github.com/whatchanged-community/whatchanged/commit/4cf9f6ee53d19f67380144030a38ede88cb1a59b)) (@axetroy)
+- **deps**: update dependency ant-design-vue to v2.0.0-rc.2 (#8)([`a340efc`](https://github.com/whatchanged-community/whatchanged/commit/a340efc8b86b1728eb1dcaedc9c101767582e811)) (@renovate[bot])
+- **repl**: production assets should be set publicPath([`89ea856`](https://github.com/whatchanged-community/whatchanged/commit/89ea856f4f2046f7347a5ebd2c9d60e3a3650595)) (@axetroy)
+- **repl**: markdown render style([`acebfd0`](https://github.com/whatchanged-community/whatchanged/commit/acebfd0bd736dac9c811186c82ba241d7b1e05e1)) (@axetroy)
### ❤️ BREAKING CHANGES:
@@ -126,24 +126,24 @@ v0.1.0 (2020-11-24)
### 🔥 New feature:
-- link commit for generation([`b9432db`](https://github.com/whatchanged-community/whatchanged/commit/b9432db1d1f5afe170296b9e0bfebee1aa62fabb)) (thanks @axetroy)
-- add full preset template([`7553570`](https://github.com/whatchanged-community/whatchanged/commit/7553570590b571bd33e10a4f80ec5639d0613042)) (thanks @axetroy)
-- support changelog for git submodule([`ec6a957`](https://github.com/whatchanged-community/whatchanged/commit/ec6a957752fbca9faa261d8694826779e2cbec1f)) (thanks @axetroy)
-- add writer step([`441ad13`](https://github.com/whatchanged-community/whatchanged/commit/441ad1322b1fecaca89a170ecebaf2955a77d630)) (thanks @axetroy)
-- add formatter for markdown output([`8c177e0`](https://github.com/whatchanged-community/whatchanged/commit/8c177e032e8bdb1b76d135981ea10e7053f3ef34)) (thanks @axetroy)
-- add --file flag to generate file([`0e4fb09`](https://github.com/whatchanged-community/whatchanged/commit/0e4fb09789732fec5b09b247e208d61794c3da0d)) (thanks @axetroy)
-- support custom tmeplate and preset([`3aa0aee`](https://github.com/whatchanged-community/whatchanged/commit/3aa0aee2584036da1c63dea9bb399cb83b48a8db)) (thanks @axetroy)
-- support tag ranges([`3d14c9c`](https://github.com/whatchanged-community/whatchanged/commit/3d14c9cf2dc7d51e348fddc7764d8aba1691fac9)) (thanks @axetroy)
-- support version range. eg v2.0.0~v1.0.0([`a65a4a8`](https://github.com/whatchanged-community/whatchanged/commit/a65a4a8bd0122e41c7b20c98676e9def76e786d3)) (thanks @axetroy)
-- parse commit message and generate to template([`7f67e78`](https://github.com/whatchanged-community/whatchanged/commit/7f67e783926fed647d2ad5414f31448eea106fc3)) (thanks @axetroy)
+- link commit for generation([`b9432db`](https://github.com/whatchanged-community/whatchanged/commit/b9432db1d1f5afe170296b9e0bfebee1aa62fabb)) (@axetroy)
+- add full preset template([`7553570`](https://github.com/whatchanged-community/whatchanged/commit/7553570590b571bd33e10a4f80ec5639d0613042)) (@axetroy)
+- support changelog for git submodule([`ec6a957`](https://github.com/whatchanged-community/whatchanged/commit/ec6a957752fbca9faa261d8694826779e2cbec1f)) (@axetroy)
+- add writer step([`441ad13`](https://github.com/whatchanged-community/whatchanged/commit/441ad1322b1fecaca89a170ecebaf2955a77d630)) (@axetroy)
+- add formatter for markdown output([`8c177e0`](https://github.com/whatchanged-community/whatchanged/commit/8c177e032e8bdb1b76d135981ea10e7053f3ef34)) (@axetroy)
+- add --file flag to generate file([`0e4fb09`](https://github.com/whatchanged-community/whatchanged/commit/0e4fb09789732fec5b09b247e208d61794c3da0d)) (@axetroy)
+- support custom tmeplate and preset([`3aa0aee`](https://github.com/whatchanged-community/whatchanged/commit/3aa0aee2584036da1c63dea9bb399cb83b48a8db)) (@axetroy)
+- support tag ranges([`3d14c9c`](https://github.com/whatchanged-community/whatchanged/commit/3d14c9cf2dc7d51e348fddc7764d8aba1691fac9)) (@axetroy)
+- support version range. eg v2.0.0~v1.0.0([`a65a4a8`](https://github.com/whatchanged-community/whatchanged/commit/a65a4a8bd0122e41c7b20c98676e9def76e786d3)) (@axetroy)
+- parse commit message and generate to template([`7f67e78`](https://github.com/whatchanged-community/whatchanged/commit/7f67e783926fed647d2ad5414f31448eea106fc3)) (@axetroy)
### 🐛 Bugs fixed:
-- improve ssh git url parser([`9993ee6`](https://github.com/whatchanged-community/whatchanged/commit/9993ee600c84cf77d3a0c634e8fa83c2580e137f)) (thanks @axetroy)
-- commit range not include commit of tag([`f8df0ba`](https://github.com/whatchanged-community/whatchanged/commit/f8df0ba654c8faf67eccf98262cd55807e53e597)) (thanks @axetroy)
-- unescape template([`e118cbf`](https://github.com/whatchanged-community/whatchanged/commit/e118cbfafd201b945848f15303fdb261e251f058)) (thanks @axetroy)
-- if empty argument for command line([`9c79fd9`](https://github.com/whatchanged-community/whatchanged/commit/9c79fd91bbf88f7861b4aca89ced8384cf2b9bcd)) (thanks @axetroy)
-- **ci**: remove unsued code([`66bcf8f`](https://github.com/whatchanged-community/whatchanged/commit/66bcf8f43db85409e0392c93f2e347ed91699e81)) (thanks @axetroy)
+- improve ssh git url parser([`9993ee6`](https://github.com/whatchanged-community/whatchanged/commit/9993ee600c84cf77d3a0c634e8fa83c2580e137f)) (@axetroy)
+- commit range not include commit of tag([`f8df0ba`](https://github.com/whatchanged-community/whatchanged/commit/f8df0ba654c8faf67eccf98262cd55807e53e597)) (@axetroy)
+- unescape template([`e118cbf`](https://github.com/whatchanged-community/whatchanged/commit/e118cbfafd201b945848f15303fdb261e251f058)) (@axetroy)
+- if empty argument for command line([`9c79fd9`](https://github.com/whatchanged-community/whatchanged/commit/9c79fd91bbf88f7861b4aca89ced8384cf2b9bcd)) (@axetroy)
+- **ci**: remove unsued code([`66bcf8f`](https://github.com/whatchanged-community/whatchanged/commit/66bcf8f43db85409e0392c93f2e347ed91699e81)) (@axetroy)
### 💪 Commits(43):