This pull request adds support for since tags. With these changes you can define a "latestVersion" property in the jsdoc-config. If the tags are valid semantic versioning tags the module is able to compare the tags and decides if the item should be omitted or not.
Additionally you can define a custom comparator-Function to handle the since-tag by yourself.
This pull request adds support for since tags. With these changes you can define a "latestVersion" property in the jsdoc-config. If the tags are valid semantic versioning tags the module is able to compare the tags and decides if the item should be omitted or not.
Additionally you can define a custom comparator-Function to handle the since-tag by yourself.