|
1 | | -# Changelog |
| 1 | +# Change Log |
2 | 2 |
|
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. |
4 | 4 |
|
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) |
6 | 7 |
|
7 | | -- Fix documented methods source lines number (#73) |
8 | 8 |
|
9 | | -### Internals |
| 9 | +### Bug Fixes |
10 | 10 |
|
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) |
12 | 12 |
|
13 | | -## 2.0.1 |
14 | 13 |
|
15 | | -### Fixes |
16 | 14 |
|
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)) |
18 | 27 |
|
19 | | -## 2.0.0 |
20 | 28 |
|
21 | 29 | ### Features |
22 | 30 |
|
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)) |
31 | 32 |
|
32 | | -### Removals |
33 | 33 |
|
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) |
40 | 34 |
|
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 |
42 | 45 |
|
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)) |
0 commit comments