jsduck v6.0.0.beta Release Notes

Release Date: 2013-11-27 // over 10 years ago
    • ๐Ÿ†• New SCSS parser using the official SASS parser.
      • Better auto-detection of SCSS variables and mixin parameters.
      • No more scanning of directories for CSS files, only for SCSS and JS files.
    • Auto-detected version data for parameters, listing of methods with
      ๐Ÿ†• new parameters on API docs index page (Issue #480)
    • ๐Ÿ†• New --guides-toc-level option to allow multiple levels of headings
      in guide table of contents (Issue #488).
    • 0๏ธโƒฃ Default list of external classes now only includes the core
      JavaScript classes. But one can use special syntax
      ๐Ÿ’ป --external=@browser to automatically define all standard browser
      API classes like HTMLElement and XMLHttpRequest as externals.
    • ๐Ÿ”จ Large refactoring of command line options parsing:
      • Most boolean options are now in --[no-]opt style.
      • Allow comma-separated paths for --tags, --images, --exclude.
    • โš  The tag warning type can now be parameterized to ignore warnings
      about particular tags (Issue #500)
    • A new @class_icon field for custom tags to allow overriding the icon
      of a class. (Issue #456)
    • ๐Ÿ†• New @component tag (mostly for internal use).
    • ๐Ÿ›  Fix crash when parentless sub-cfg in class doc-comment. (Issue #475)
    • ๐Ÿ›  Fix incompatible encodings error in RKellyAdapter. (Issue #491)
    • ๐Ÿ›  Fix crash when method inherits from cfg. (Issue #494)
    • Eliminate the defunct cat_old_format warning type.

Previous changes from v5.3.4

    • ๐Ÿ›  Fix display of +/- defaults for warning types in --help=warnings.