Skip to content

Commit

Permalink
Release 2.1.0 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
heavenshell authored Jun 27, 2020
1 parent 6fb6fa2 commit 1aaa337
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jsdoc.vim generates [JSDoc](http://usejsdoc.org/) block comments based on a func

## Note

Since version 2.0.0 jsdoc.vim is support only **Vim8**.
jsdoc.vim supports **Vim8**.

Neovim works since v2.1.0, but if something wrong, send me pull requests to fix it.

If you want use old version checkout [1.0.0](https://github.com/heavenshell/vim-jsdoc/releases/tag/1.0.0>).

Expand Down Expand Up @@ -38,7 +40,7 @@ If you want to update `lehre` use:

```console
make clean
make Install
make install
```

If you want install lehre manually, you can install from npm.
Expand All @@ -47,7 +49,7 @@ If you want install lehre manually, you can install from npm.
$ yarn add -D lehre
```

Then set installed `/path/to/node_modules/.bin/lehre` path to `g:jsdoc_lehre_path`.
Set installed `/path/to/node_modules/.bin/lehre` path to `g:jsdoc_lehre_path`.

## Usage

Expand Down
7 changes: 6 additions & 1 deletion doc/jsdoc.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*jsdoc.txt* Generate JSDoc to your JavaScript code.

Version: 2.0.0
Version: 2.1.0
Author: NAKAMURA, Hisashi <https://github.com/sunvisor>
Author: Shinya Ohynagi <[email protected]>
Repository: http://github.com/heavenshell/vim-jsdoc/
Expand Down Expand Up @@ -116,6 +116,11 @@ g:jsdoc_lehre_path *g:jsdoc_lehre_path*
>
==============================================================================
CHANGELOG *jsdoc-changelog*
2020-06-27
- Add Neovim support
See https://github.com/heavenshell/vim-jsdoc/pull/92 details.
(thx @Cyperwu @vimark1)

2020-04-26
- Ver 2.0.0
See https://github.com/heavenshell/vim-jsdoc/issues/81 details.
Expand Down
2 changes: 1 addition & 1 deletion ftplugin/javascript/jsdoc.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
" File: jsdoc.vim
" Author: NAKAMURA, Hisashi <https://github.com/sunvisor>
" Author: Shinya Ohyanagi <[email protected]>
" Version: 2.0.0
" Version: 2.1.0
" WebPage: http://github.com/heavenshell/vim-jsdoc/
" Description: Generate JSDoc to your JavaScript, TypeScript file.
" License: BSD, see LICENSE for more details.
Expand Down

0 comments on commit 1aaa337

Please sign in to comment.