File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed 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
" Modifyed: Shinya Ohyanagi <sohyanagi@gmail.com>
4
- " Version: 0.12 .0
4
+ " Version: 1.0 .0
5
5
" WebPage: http://github.com/heavenshell/vim-jsdoc/
6
6
" Description: Generate JSDoc to your JavaScript file.
7
7
" License: BSD, see LICENSE for more details.
Original file line number Diff line number Diff line change 1
1
*jsdoc.txt* Generate JSDoc to your JavaScript code.
2
2
3
- Version: 0.12 .0
3
+ Version: 1.0 .0
4
4
Author: NAKAMURA, Hisashi <https://github.com/sunvisor >
5
5
Modifyed: Shinya Ohynagi <sohyanagi@gmail.com>
6
6
Repository: http://github.com/heavenshell/vim-jsdoc/
@@ -301,6 +301,9 @@ g:jsdoc_user_defined_tags *g:jsdoc_user_defined_tags*
301
301
>
302
302
==============================================================================
303
303
CHANGELOG *jsdoc-changelog*
304
+ 2020-04-25
305
+ - Freeze 1.0.0
306
+
304
307
2017-01-28
305
308
- Fix an optional parameter and default value.
306
309
see https://github.com/heavenshell/vim-jsdoc/issues/64 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
" Modifyed: Shinya Ohyanagi <sohyanagi@gmail.com>
4
- " Version: 0.12 .0
4
+ " Version: 1.0 .0
5
5
" WebPage: http://github.com/heavenshell/vim-jsdoc/
6
6
" Description: Generate JSDoc to your JavaScript 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
" Modifyed: Shinya Ohyanagi <sohyanagi@gmail.com>
4
- " Version: 0.12 .0
4
+ " Version: 1.0 .0
5
5
" WebPage: http://github.com/heavenshell/vim-jsdoc/
6
6
" Description: Generate JSDoc to your JavaScript file.
7
7
" License: BSD, see LICENSE for more details.
You can’t perform that action at this time.
0 commit comments