- Add a setting option to set the jsdoc file path#35
- Fix rendering issue in live reloading box #33
- Thanks to fbarda for its contribution
- Fix issue when there is a space inside the jsdoc file path#31
- Thanks to fbarda for its contribution
- Fix port range starting from 3000 issue #27
- Fix issue [#25](#25
- Thanks to Lukas Willin for its contribution
- Fix issue #22
- Quick patch after the 2.0.0 drop
- the
previewjsdoc.port
setting does not exist anymore since an available port will be chosen for the jsdoc server - the
previewjsdoc.conf
setting has been deprecated forpreviewjsdoc.confFile
- you are free to use any custom template layout for your jsdoc, the progress will still be displayed
- On MacOS, Chrome can now be used to open the jsdoc when it is defined as default browser (issue [#16])(#16)
- Relative path is now supported for the
previewjsodc.output
setting (issue #17)
- In case of custom templates, do not override the default template layout file
- Tentative to fix issues #12 #11 #10
- exclude node_modules from jsdoc configuration
- Fix issue #6
- Fix issues #4
- Initial release