Skip to content

v9.2.0

Compare
Choose a tag to compare
@75lb 75lb released this 27 Aug 10:31
· 12 commits to master since this release

New features since v9.1.0

  • If you need to use a specific jsdoc version or fork, specify its path via JSDOC_PATH and jsdoc-api will use it instead of the default. #29
$ export JSDOC_PATH=./node_modules/.bin/jsdoc # An alternative jsdoc version you installed
$ node my-jsdoc-api-script.js                 # Run your jsdoc-api app as usual