Skip to content

Commit 1af9779

Browse files
committed
chore(release): 2.0.4
1 parent eeb479b commit 1af9779

File tree

2 files changed

+32
-28
lines changed

2 files changed

+32
-28
lines changed

CHANGELOG.md

Lines changed: 31 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,47 @@
1-
# Changelog
1+
# Change Log
22

3-
## 2.0.2
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
### Fixes
5+
<a name="2.0.4"></a>
6+
## [2.0.4](https://github.com/Kocal/jsdoc-vuejs/compare/v2.0.3...v2.0.4) (2018-06-28)
67

7-
- Fix documented methods source lines number (#73)
88

9-
### Internals
9+
### Bug Fixes
1010

11-
- In the folder `example`, write a JSDoc configuration file for each supported template (#74)
11+
* arrow functions should be ignored ([#79](https://github.com/Kocal/jsdoc-vuejs/issues/79)) ([b7875c2](https://github.com/Kocal/jsdoc-vuejs/commit/b7875c2)), closes [#78](https://github.com/Kocal/jsdoc-vuejs/issues/78)
1212

13-
## 2.0.1
1413

15-
### Fixes
1614

17-
- Fix regression on methods that are not displayed (#72)
15+
<a name="2.0.3"></a>
16+
## [2.0.3](https://github.com/Kocal/jsdoc-vuejs/compare/v2.0.2...v2.0.3) (2018-06-22)
17+
18+
19+
20+
<a name="2.0.2"></a>
21+
## [2.0.2](https://github.com/Kocal/jsdoc-vuejs/compare/v2.0.1...v2.0.2) (2018-06-22)
22+
23+
24+
### Bug Fixes
25+
26+
* methods have now the good line number ([0da433c](https://github.com/Kocal/jsdoc-vuejs/commit/0da433c))
1827

19-
## 2.0.0
2028

2129
### Features
2230

23-
- Added `@vue-prop` tag (#59)
24-
- Added `@vue-data` tag (#59)
25-
- Added `@vue-computed` tag (#59)
26-
- Added rendering system to support more JSDoc templates (#59)
27-
- Rewrote default renderer (#64)
28-
- Added [docstrap](https://github.com/docstrap/docstrap) renderer (#65)
29-
- Added [tui](https://github.com/nhnent/tui.jsdoc-template) renderer (#66)
30-
- Added [minami](https://github.com/nijikokun/minami) renderer (#67)
31+
* **core:** add « seekExportDefaultLine » to find line of « export default » ([01eee1a](https://github.com/Kocal/jsdoc-vuejs/commit/01eee1a))
3132

32-
### Removals
3333

34-
- Removed `followImports` config (#53)
35-
- Removed configuration system (#53)
36-
- Removed source transformation (Babel) (#55)
37-
- Removed Vue component script evaluation (#57)
38-
- Removed Vue lifecycle hooks listing (#59)
39-
- Removed `@vue` tag (#59)
4034

41-
### Internals
35+
<a name="2.0.1"></a>
36+
## [2.0.1](https://github.com/Kocal/jsdoc-vuejs/compare/v2.0.0...v2.0.1) (2018-06-21)
37+
38+
39+
### Bug Fixes
40+
41+
* include methods in generated documentation ([c3dfa32](https://github.com/Kocal/jsdoc-vuejs/commit/c3dfa32))
42+
43+
44+
### Features
4245

43-
- Use [Cypress](https://cypress.io) for E2E testing (#59)
46+
* **renderer:** implement docstrap renderer ([#65](https://github.com/Kocal/jsdoc-vuejs/issues/65)) ([eb14cb9](https://github.com/Kocal/jsdoc-vuejs/commit/eb14cb9))
47+
* **renderer:** implement tui renderer ([#66](https://github.com/Kocal/jsdoc-vuejs/issues/66)) ([1d5063a](https://github.com/Kocal/jsdoc-vuejs/commit/1d5063a))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsdoc-vuejs",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "A JSDoc plugin for documenting .vue files.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)