Skip to content

v0.2.2

Compare
Choose a tag to compare
@wingedfox wingedfox released this 29 Mar 10:53
· 67 commits to master since this release

Major update

  1. Added packages
  • jsdoc-ext - extensions to dgeni-packages/jsdoc
    • added @access (private, protected, public) tags
    • refactored code name matching service, added more supported statements and made them pluggable
  • links-ext - extensions to dgeni-packages/links
    • refactored links processor
    • added external links to native JS types (from MDN) and AngularJS
  • ngdocs-ext - extensions to dgeni-packages/ngdocs
    • refactored type label rendering, added links to internal and external docs
    • added support for error groups and rendering of provided errors
  • examples-ext - extensions to dgeni-packages/examples
    • added dependency builder bundling all local dependencies with docs for easier deployment
    • Updated docs rendering
    • Examples are opt-in for this release, you have to specify the complete package list
    • Added linker to external AngularJS docs, use ng<module>.<type>.<name> to refer to a specific API section