Skip to content

Commit

Permalink
chore(release): 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed Jun 28, 2018
1 parent eeb479b commit 1af9779
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 28 deletions.
58 changes: 31 additions & 27 deletions CHANGELOG.md
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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsdoc-vuejs",
"version": "2.0.3",
"version": "2.0.4",
"description": "A JSDoc plugin for documenting .vue files.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1af9779

Please sign in to comment.