Releases: senchalabs/jsduck
Releases · senchalabs/jsduck
5.0.0 beta 5
- Fix Unicode handling problems in RKelly.
- Various fixes for RKellyAdapter and make the testsuite fully runnable.
5.0.0 beta 4 New JS parser engine
- Replace Esprima.js with pure-ruby JS parser RKelly
(for now we're using our own fork of RKelly). - Fix crash when optional nameless parameter encountered.
- Don't auto-load
jsduck.json
when explicit--config
option used. - Small style fixes for tables and print.
4.10.4
5.0.0 beta 3 New custom member types system
- Redesign of custom member types system
(eliminated categories, added icons, improved standard tag parsing). - New
@fires
tag and extensive auto-detection of it. - Refactor of auto-detection code.
- Plus all changes in 4.x line.
4.10.3 Fix XSS issue on error page
- Fix XSS issue allowing JS in URL to be executed on error page.
4.10.2
4.10.1
4.10.0 Links to named anchors within guides
- Sections in guides can be now referenced with simple
#anchor-name
links. - Experimental
--search-url
and--search-domain
options for new external guides search. - Add tooltips to tabs to show full classnames.
4.9.0 Listing of new classes/members
- See issue #363 for details of the new feature.
- Fix problems with URL-s containing additional parameters.
4.8.0 New helpful options
- Add
--color
and--no-color
to force colorized terminal output. - Add
--warnings-exit-nonzero
to exit JSDuck with non-zero code when warnings present. - Switch to iframe for loading Vimeo videos (the standard code provided by Vimeo).