Skip to content

Releases: wingedfox/dgeni-alive

v0.4.0

04 Sep 08:18
Compare
Choose a tag to compare
  • Added support for components, thanks to @nicbell
  • Fixed examples processing, thanks to @nhorvath
  • Improved UI, thanks to @nhorvath
  • Updated dgeni and dgeni-packages
  • Fixed bower dependencies

v0.3.5

25 Oct 20:34
Compare
Choose a tag to compare

Updated dgeni-packages to 0.16

v0.3.1

19 Jun 22:46
Compare
Choose a tag to compare

Updated dgeni-packages to 0.13
Added support for @sortorder [number] tag
Cleaned up code

v0.2.2

29 Mar 10:53
Compare
Choose a tag to compare

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

v0.1.3

12 Feb 21:26
Compare
Choose a tag to compare
  • Added Quick Lookup box and document indexing
  • Added Error Reference support
  • Fixed API Reference navigation issues (empty modules, etc)
  • Added image embedding
  • Added @access [private|protected|public] tag and corresponding @-aliases
  • Added @error and @throws tags
  • Added @deprecated and @SInCE tags

v0.0.9

29 Jan 20:01
Compare
Choose a tag to compare
  • Fixed prettyprint adding colors to the source code examples
  • Added first auto-generated project demo - Angular Route Segment

v0.0.8

29 Jan 20:05
Compare
Choose a tag to compare
  • Fixed lots of misspellings
  • Moved website generator to a separate processor
  • Added configurable options