-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
32 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,47 @@ | ||
# Changelog | ||
# Change Log | ||
|
||
## 2.0.2 | ||
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. | ||
|
||
### Fixes | ||
<a name="2.0.4"></a> | ||
## [2.0.4](https://github.com/Kocal/jsdoc-vuejs/compare/v2.0.3...v2.0.4) (2018-06-28) | ||
|
||
- Fix documented methods source lines number (#73) | ||
|
||
### Internals | ||
### Bug Fixes | ||
|
||
- In the folder `example`, write a JSDoc configuration file for each supported template (#74) | ||
* 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) | ||
|
||
## 2.0.1 | ||
|
||
### Fixes | ||
|
||
- Fix regression on methods that are not displayed (#72) | ||
<a name="2.0.3"></a> | ||
## [2.0.3](https://github.com/Kocal/jsdoc-vuejs/compare/v2.0.2...v2.0.3) (2018-06-22) | ||
|
||
|
||
|
||
<a name="2.0.2"></a> | ||
## [2.0.2](https://github.com/Kocal/jsdoc-vuejs/compare/v2.0.1...v2.0.2) (2018-06-22) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* methods have now the good line number ([0da433c](https://github.com/Kocal/jsdoc-vuejs/commit/0da433c)) | ||
|
||
## 2.0.0 | ||
|
||
### Features | ||
|
||
- Added `@vue-prop` tag (#59) | ||
- Added `@vue-data` tag (#59) | ||
- Added `@vue-computed` tag (#59) | ||
- Added rendering system to support more JSDoc templates (#59) | ||
- Rewrote default renderer (#64) | ||
- Added [docstrap](https://github.com/docstrap/docstrap) renderer (#65) | ||
- Added [tui](https://github.com/nhnent/tui.jsdoc-template) renderer (#66) | ||
- Added [minami](https://github.com/nijikokun/minami) renderer (#67) | ||
* **core:** add « seekExportDefaultLine » to find line of « export default » ([01eee1a](https://github.com/Kocal/jsdoc-vuejs/commit/01eee1a)) | ||
|
||
### Removals | ||
|
||
- Removed `followImports` config (#53) | ||
- Removed configuration system (#53) | ||
- Removed source transformation (Babel) (#55) | ||
- Removed Vue component script evaluation (#57) | ||
- Removed Vue lifecycle hooks listing (#59) | ||
- Removed `@vue` tag (#59) | ||
|
||
### Internals | ||
<a name="2.0.1"></a> | ||
## [2.0.1](https://github.com/Kocal/jsdoc-vuejs/compare/v2.0.0...v2.0.1) (2018-06-21) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* include methods in generated documentation ([c3dfa32](https://github.com/Kocal/jsdoc-vuejs/commit/c3dfa32)) | ||
|
||
|
||
### Features | ||
|
||
- Use [Cypress](https://cypress.io) for E2E testing (#59) | ||
* **renderer:** implement docstrap renderer ([#65](https://github.com/Kocal/jsdoc-vuejs/issues/65)) ([eb14cb9](https://github.com/Kocal/jsdoc-vuejs/commit/eb14cb9)) | ||
* **renderer:** implement tui renderer ([#66](https://github.com/Kocal/jsdoc-vuejs/issues/66)) ([1d5063a](https://github.com/Kocal/jsdoc-vuejs/commit/1d5063a)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters