Skip to content

Commit

Permalink
2.1.0 (#48)
Browse files Browse the repository at this point in the history
* Add @cmygray as a contributor
* update changelog and package.json
* fix test
  • Loading branch information
deerawan committed Mar 12, 2019
1 parent 8171b55 commit 238d7bc
Show file tree
Hide file tree
Showing 5 changed files with 371 additions and 31 deletions.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,15 @@
"contributions": [
"code"
]
},
{
"login": "cmygray",
"name": "Won Kim",
"avatar_url": "https://avatars3.githubusercontent.com/u/26966551?v=4",
"profile": "https://medium.com/@cmygray",
"contributions": [
"code"
]
}
],
"repoType": "github"
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.1.0
- Add new exact docset option `dash.exactDocset`

By default Dash will search the keyword in similar or related docsets outside of specified docset e.g. search a keyword in `.ts` file will also search into `vue` and `angular` docset even though only `typescript` and `javascript` specified in setting.

- Upgrade husky to 1.1.x (thx to @cmygray)

## 2.0.0

BREAKING CHANGES
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Also support [Zeal](https://zealdocs.org/) for Windows and Linux.

[![Build Status](https://travis-ci.org/deerawan/vscode-dash.svg?branch=master)](https://travis-ci.org/deerawan/vscode-dash) [![Coverage Status](https://coveralls.io/repos/deerawan/vscode-dash/badge.svg?branch=master&service=github)](https://coveralls.io/github/deerawan/vscode-dash?branch=master)
[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors)
[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors)

![vscode dash](https://raw.githubusercontent.com/deerawan/vscode-dash/master/images/vscode-dash.gif)

Expand Down Expand Up @@ -160,6 +160,7 @@ Thank you for these awesome contributors
<!-- prettier-ignore -->
| [<img src="https://avatars1.githubusercontent.com/u/1243921?v=4" width="100px;"/><br /><sub><b>Budi Irawan</b></sub>](http://budiirawan.com)<br />[馃捇](https://github.com/deerawan/vscode-dash/commits?author=deerawan "Code") [馃摉](https://github.com/deerawan/vscode-dash/commits?author=deerawan "Documentation") | [<img src="https://avatars0.githubusercontent.com/u/250935?v=4" width="100px;"/><br /><sub><b>Dima Granetchi</b></sub>](https://github.com/profelis)<br />[馃捇](https://github.com/deerawan/vscode-dash/commits?author=profelis "Code") [馃摉](https://github.com/deerawan/vscode-dash/commits?author=profelis "Documentation") | [<img src="https://avatars2.githubusercontent.com/u/6226408?v=4" width="100px;"/><br /><sub><b>Logan Saso</b></sub>](https://github.com/loganintech)<br />[馃捇](https://github.com/deerawan/vscode-dash/commits?author=loganintech "Code") [馃摉](https://github.com/deerawan/vscode-dash/commits?author=loganintech "Documentation") | [<img src="https://avatars3.githubusercontent.com/u/8567599?v=4" width="100px;"/><br /><sub><b>Zhongren Shao</b></sub>](https://github.com/szhongren)<br />[馃捇](https://github.com/deerawan/vscode-dash/commits?author=szhongren "Code") [馃摉](https://github.com/deerawan/vscode-dash/commits?author=szhongren "Documentation") | [<img src="https://avatars1.githubusercontent.com/u/5329046?v=4" width="100px;"/><br /><sub><b>dingweifeng</b></sub>](https://github.com/weifding)<br />[馃摉](https://github.com/deerawan/vscode-dash/commits?author=weifding "Documentation") | [<img src="https://avatars0.githubusercontent.com/u/941359?v=4" width="100px;"/><br /><sub><b>Seth Bromberger</b></sub>](http://www.bromberger.com)<br />[馃捇](https://github.com/deerawan/vscode-dash/commits?author=sbromberger "Code") [馃摉](https://github.com/deerawan/vscode-dash/commits?author=sbromberger "Documentation") | [<img src="https://avatars2.githubusercontent.com/u/1086461?v=4" width="100px;"/><br /><sub><b>br1anchen</b></sub>](https://github.com/br1anchen)<br />[馃捇](https://github.com/deerawan/vscode-dash/commits?author=br1anchen "Code") |
| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
| [<img src="https://avatars3.githubusercontent.com/u/26966551?v=4" width="100px;"/><br /><sub><b>Won Kim</b></sub>](https://medium.com/@cmygray)<br />[馃捇](https://github.com/deerawan/vscode-dash/commits?author=cmygray "Code") |
<!-- ALL-CONTRIBUTORS-LIST:END -->

## License
Expand Down
Loading

0 comments on commit 238d7bc

Please sign in to comment.