yadop
Version:
Yet another Doc Parser
30 lines (22 loc) • 863 B
Markdown
<a name="1.3.1"></a>
# 1.3.1 (2017-10-30)
## Features
- Add support for aliases of tags as per the jsdoc
- Add support for both @ngdoc directive and component
<a name="1.2.0"></a>
# 1.2.0 (2017-09-12)
## Features
- Add deprecated to entity object
## Fix
- Method names are now split on #
- Attributes and requires are now processed while converting to an entity object
<a name="1.1.0"></a>
# 1.1.0 (2017-09-11)
## Features
- Add requires and description information to entity object
<a name="1.0.0"></a>
# 1.0.0 (2017-08-31)
## Features
- Add the yadop.jsdoc.processor functionality to process an entire directory and get all the jsdoc comments.
- Add the yadop.ngdoc.processor functionality to process an entire directory and get all the ngdoc comments.
- Add the yadop.ngdoc.mapper functionality to map all the ngdoc comments to a usable module tree.