File tree 6 files changed +26
-6
lines changed
6 files changed +26
-6
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.1
4
4
Author: NAKAMURA, Hisashi <https://github.com/sunvisor >
5
5
Author: Shinya Ohynagi <
[email protected] >
6
6
Repository: http://github.com/heavenshell/vim-jsdoc/
@@ -116,6 +116,26 @@ g:jsdoc_lehre_path *g:jsdoc_lehre_path*
116
116
>
117
117
==============================================================================
118
118
CHANGELOG *jsdoc-changelog*
119
+ 2022-12-21
120
+ - Fix dead link for v1.0.0 users
121
+ See https://github.com/heavenshell/vim-jsdoc/pull/122 details
122
+ (thx @raimon49)
123
+
124
+ - Fix adding yarn silent
125
+ See https://github.com/heavenshell/vim-jsdoc/pull/120 details.
126
+ (thx @carlosala)
127
+
128
+ - Do not dirty repo when installing via npm
129
+ See https://github.com/heavenshell/vim-jsdoc/pull/119 details.
130
+ (thx @perrin4869)
131
+
132
+ 2021-10-09
133
+ - Add typescriptreact and javascriptreact to ftplugin
134
+ See https://github.com/heavenshell/vim-jsdoc/issues/116 details.
135
+
136
+ 2021-08-15
137
+ - Update document
138
+ See https://github.com/heavenshell/vim-jsdoc/pull/114 details.
119
139
120
140
2021-08-12
121
141
- Update lehre v1.5.0
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 <[email protected] >
4
- " Version: 2.1.4
4
+ " Version: 2.2.1
5
5
" WebPage: http://github.com/heavenshell/vim-jsdoc/
6
6
" Description: Generate JSDoc to your JavaScript, TypeScript file.
7
7
" 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 <[email protected] >
4
- " Version: 2.1.4
4
+ " Version: 2.2.1
5
5
" WebPage: http://github.com/heavenshell/vim-jsdoc/
6
6
" Description: Generate JSDoc to your JavaScript, TypeScript file.
7
7
" 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 <[email protected] >
4
- " Version: 2.1.4
4
+ " Version: 2.2.1
5
5
" WebPage: http://github.com/heavenshell/vim-jsdoc/
6
6
" Description: Generate JSDoc to your JavaScript, TypeScript file.
7
7
" 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 <[email protected] >
4
- " Version: 2.1.4
4
+ " Version: 2.2.1
5
5
" WebPage: http://github.com/heavenshell/vim-jsdoc/
6
6
" Description: Generate JSDoc to your JavaScript, TypeScript file.
7
7
" License: BSD, see LICENSE for more details.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jsdoc.vim" ,
3
- "version" : " 2.1.4 " ,
3
+ "version" : " 2.2.1 " ,
4
4
"main" : " index.js" ,
5
5
"author" : " Shinya Ohyanagi" ,
6
6
"private" : true ,
You can’t perform that action at this time.
0 commit comments