otris / jsdoc-tsd

JSDoc template for generating TypeScript definition files based on JSDoc comments.
MIT License
29 stars 7 forks source link

Support for since tags #17

Closed wehrstedt closed 6 years ago

wehrstedt commented 6 years ago

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.