Vuepress Jsdoc Versions Save

Build JSDoc markdown files for vuepress

v4.3.0

2 years ago
  • Add new include flag thanks to @abichinger
  • Improve performance - Run files in parallel
  • Update all dependencies except of chalk

v4.0.0

2 years ago

I present version 4.

Features

  • new watch mode --watch (experimental)
  • you can now use vuepress-jsdoc as a plugin to watch your files in dev-mode
  • it's faster!!
  • Everything written in Typescript
  • Splitted code
  • Parser now works entirely with methods and no longer with process.exec or something similar

Changelog

  • refactor: add named exports (f3297ac)
  • refactor: start to rewrite the code (9001695)
  • refactor: update file loop (114d6cf)
  • refactor: update watch mode and fix some bugs (7b5debd)
  • refactor(parser): exclude file writing (a00ef94)
  • refactor(regex): simplify regular expression (413ee2b)
  • refactor(smells): fix some code smells (45370ea)
  • build: drop pinst and replace with npm scripts (fbd03cc)
  • build: replace npm i with npm ci (6097456)
  • build: update workflow (2e31d33)
  • build(babel): remove babel config, it is not needed (4406baa)
  • build(workflow): update github action files (4200177)
  • chore: move and rename some files (53c423d)
  • chore: remove vscode folder (4df9d12)
  • chore: rename master to main (5e6ea33)
  • fix: update build script (71f9bfa)
  • fix(ci): comment out config code (1b8870e)
  • fix(clearLine): use readline module (9d581e7)
  • fix(config): exclude files by jsdoc config (af706c5)
  • fix(file): check if file exists (91279bb)
  • fix(test): move replacement of filename up (b59411e)
  • fix(type): handle empty type (0e2fc24)
  • feat(result): print out result of file parsing (c99cf50)
  • feat(stdout): start to play around with the log ouput (9edb992)
  • feat(tree): add file tree and handle readme correctly (74017df)
  • feat(typescript): move to typescript and fix eslint errors (f4d73c8)
  • feat(watch): add chokidar to watch files on cli use and enable to watch files as vuepress plugin (c9694a3)
  • test: fix and update tests (180e13f)
  • test: fix tests (b2a7481)
  • test: update tests and add file check in vupress config generator (c1b9e16)
  • docs: upload preview gif to github (6143547)

v3.2.0

3 years ago
  • Throw correct error code #31
  • Update output style
  • Drop --ci, because it doesn't help right now
  • Move from yargs to commander

cli

v3.0.0

4 years ago

3.0.0 (2020-04-09)

This release is marked as 3.0.0, because it could break contain breaking changes.

Bug Fixes

  • workflow: update now command (c5c2c73)

Features

  • partials: add the possibility to change jsdoc2markdown partials (ab158aa)
  • typescript: add working typescript example (6db6cb5)

v2.0.2

4 years ago

2.0.2 (2019-12-30)

Bug Fixes

  • parser: fix bug in tags and restructure slots (2812042)

v2.0.1

4 years ago

2.0.1 (2019-12-05)

Bug Fixes

  • template: add correct path to partials (219fe25)

v2.0.0

4 years ago

2.0.0 (2019-12-01)

Features

  • vue-markdown: drop vuedoc (959c54f)
  • workflows: add github actions and update config (68859f3)

💥BREAKING CHANGES 💥