File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
*jsdoc.txt* Generate JSDoc to your JavaScript code.
2
2
3
- Version: 2.1.4
3
+ Version: 2.2.0
4
4
Author: NAKAMURA, Hisashi <https://github.com/sunvisor >
5
5
Author: Shinya Ohynagi <sohyanagi@gmail.com>
6
6
Repository: http://github.com/heavenshell/vim-jsdoc/
@@ -117,6 +117,11 @@ g:jsdoc_lehre_path *g:jsdoc_lehre_path*
117
117
==============================================================================
118
118
CHANGELOG *jsdoc-changelog*
119
119
120
+ 2021-10-09
121
+ - Fix typescriptreact/javascriptreact not an editor command
122
+ See https://github.com/heavenshell/vim-jsdoc/issues/116
123
+ (thx @matt-savvy)
124
+
120
125
2021-08-12
121
126
- Update lehre v1.5.0
122
127
See https://github.com/heavenshell/ts-lehre/releases/tag/v1.5.0 details.
Original file line number Diff line number Diff line change 1
1
" File: jsdoc.vim
2
2
" Author: NAKAMURA, Hisashi <https://github.com/sunvisor>
3
3
" Author: Shinya Ohyanagi <sohyanagi@gmail.com>
4
- " Version: 2.1.4
5
4
" WebPage: http://github.com/heavenshell/vim-jsdoc/
6
5
" Description: Generate JSDoc to your JavaScript, TypeScript file.
7
6
" License: BSD, see LICENSE for more details.
Original file line number Diff line number Diff line change 1
1
" File: jsdoc.vim
2
2
" Author: NAKAMURA, Hisashi <https://github.com/sunvisor>
3
3
" Author: Shinya Ohyanagi <sohyanagi@gmail.com>
4
- " Version: 2.1.4
5
4
" WebPage: http://github.com/heavenshell/vim-jsdoc/
6
5
" Description: Generate JSDoc to your JavaScript, TypeScript file.
7
6
" License: BSD, see LICENSE for more details.
Original file line number Diff line number Diff line change 1
1
" File: jsdoc.vim
2
2
" Author: NAKAMURA, Hisashi <https://github.com/sunvisor>
3
3
" Author: Shinya Ohyanagi <sohyanagi@gmail.com>
4
- " Version: 2.1.4
5
4
" WebPage: http://github.com/heavenshell/vim-jsdoc/
6
5
" Description: Generate JSDoc to your JavaScript, TypeScript file.
7
6
" License: BSD, see LICENSE for more details.
Original file line number Diff line number Diff line change 1
1
" File: jsdoc.vim
2
2
" Author: NAKAMURA, Hisashi <https://github.com/sunvisor>
3
3
" Author: Shinya Ohyanagi <sohyanagi@gmail.com>
4
- " Version: 2.1.4
5
4
" WebPage: http://github.com/heavenshell/vim-jsdoc/
6
5
" Description: Generate JSDoc to your JavaScript, TypeScript file.
7
6
" License: BSD, see LICENSE for more details.
You can’t perform that action at this time.
0 commit comments