Jsdoc Vuejs Versions Save

📖 A JSDoc plugin for documenting .vue files.

v3.0.0

4 years ago

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

5 years ago

2.4.3 (2019-03-27)

Bug Fixes

  • the configuration is now correctly passed to jsdoc-vuejs. (#204) (0ea1564)

v2.4.2

5 years ago

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

5 years ago

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

5 years ago

2.4.0 (2019-01-19)

Features

Documentation

  • update commands of E2E section (a54ef9e)

v2.3.4

5 years ago

2.3.4 (2018-12-24)

Bug Fixes

  • deps: make vue-template-compiler a peer dependency (#158) (229756f), closes #157

v2.3.3

5 years ago

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

5 years ago

2.3.2 (2018-11-23)

Bug Fixes

  • don't overwrite doclet description if already present (@desc tag) (#141) (8c6226e), closes #140

v2.0.4

5 years ago

Bug Fixes

v2.0.5

5 years ago

Bug Fixes

  • renderers: types with < and > were rendered as HTML (#85) (d810412), closes #84