Releases: wingedfox/dgeni-alive
Releases · wingedfox/dgeni-alive
v0.4.0
v0.3.5
v0.3.1
Updated dgeni-packages to 0.13
Added support for @sortorder [number] tag
Cleaned up code
v0.2.2
Major update
- 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