Releases: Kocal/jsdoc-vuejs
Releases · Kocal/jsdoc-vuejs
v3.0.0
3.0.0 (2019-05-26)
Build System
- deps: [security] bump tar from 2.2.1 to 2.2.2 (#221) (aaf4cb9)
Features
- remove JSDoc dependency, make it a peer/dev dependency (#225) (645a8bc)
BREAKING CHANGES
- jsdoc is not packaged anymore with jsdoc-vuejs. Install it manually with
npm install --save-dev jsdoc
or with yarn add --dev jsdoc
.
v2.4.3
2.4.3 (2019-03-27)
Bug Fixes
- the configuration is now correctly passed to jsdoc-vuejs. (#204) (0ea1564)
v2.4.2
2.4.2 (2019-02-14)
Build System
- deps: [security] bump handlebars from 4.0.11 to 4.1.0 (#186) (d87aa08)
v2.4.1
2.4.1 (2019-02-07)
- Merge pull request #182 from Kocal/dependabot/npm_and_yarn/extend-3.0.2 (2976c93), closes #182
Build System
- deps: [security] bump extend from 3.0.1 to 3.0.2 (c4ae120)
v2.4.0
2.4.0 (2019-01-19)
Features
Documentation
- update commands of E2E section (a54ef9e)
v2.3.4
2.3.4 (2018-12-24)
Bug Fixes
- deps: make
vue-template-compiler
a peer dependency (#158) (229756f), closes #157
v2.3.3
2.3.3 (2018-12-10)
Build System
- deps: bump vue-template-compiler from 2.5.17 to 2.5.19 (853d003)
v2.3.2
2.3.2 (2018-11-23)
Bug Fixes
- don't overwrite doclet description if already present (
@desc
tag) (#141) (8c6226e), closes #140
v2.3.1
Bug Fixes
- parser: JavaScript files are not all interpreted as a Vue component anymore (#137) (d57fc72)
v2.3.0
Features
- parser: plain JavaScript files are now being parsed (#128) (5772716)