JSDoc Support: Enjoy enhanced documentation capabilities with support for new tags like @constructor, @class, @deprecated, @member, @method, @func, and @function. This allows for more detailed and structured documentation of your code.
Improvements
JSDoc Enhancements: Benefit from improved support for various tags including @requires, @mixin, @mixes, @version, @since, @namespace, @name, @constant, @extends, @alias, and @augments. These enhancements provide greater flexibility in documenting your code.
Fixes
Fix issues with nested properties for @param, @arg, and @argument. This ensures that these tags work correctly, improving the accuracy of your documentation.
Resolve the lack of support for @extends, allowing for better documentation of class hierarchies and relationships.
Others
Add support for additional visibility modifiers such as private, public, protected, readonly, global, inner, instance, and static. This allows for more precise control over the visibility of your code elements.