Releases: ph1p/vuepress-jsdoc
Releases · ph1p/vuepress-jsdoc
v4.3.0
Version 4
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)
Improve errors
- Throw correct error code #31
- Update output style
- Drop
--ci
, because it doesn't help right now - Move from yargs to commander