dgeni-packages
Advanced tools
Changelog
0.19.0 3 May 2017
The upgrade to TypeScript v2 may well break projects that are generating docs based on a TypeScript v1 application.
Changelog
0.17.0 17 March 2017
451d84: do not parse for tags within HTML blocks
Tags inside HTML blocks are no longer parsed by default.
If you wish this to enable this then you can modify the
parseTagsProcessor.parserAdapters
array from a config block:
somePackage.config(function(parseTagsProcessor, backtickParserAdapter) {
parseTagsProcessor.parserAdapters = [backtickParserAdapter];
});
Changelog
0.16.10 7 March 2017
class
docs to inherited class docs cf8b7444Changelog
0.16.9 6 March 2017
class
docs to inherited class docs cf8b7444Changelog
0.16.8 20 February 2017
Changelog
0.16.7 15 February 2017
Upgrades to dgeni 0.4.7 which correctly exports the mock logger for testing.