Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

Releases: allenhwkim/angular-jsdoc

v1.4.1

11 Apr 10:51
Compare
Choose a tag to compare
  • Fixed severe bug in some cases causing doc generation to fail

v1.4.0

10 Apr 17:18
Compare
Choose a tag to compare
  • It’s now possible to link to members. Using {@link app.exampleDirective#exampleMember} would link to the documentation using HTML anchors.
  • Fix for {@link} parsing where only one match would be parsed, because regex was missing global modifier \g. This bug was introduced in #59.
  • {@link} definition can now be parsed everywhere! Descriptions, parameters and attributes of directives, services and functions and ngDoc type definitions.
  • Parameter types will now also be linked to their ngDoc type definition when the type is not a standard JavaScript type.
  • Fix for function signatures where wrongly parsed “Array.” would be displayed as the return type. The [] syntax is now used, i.e. CustomType[] for an array of CustomTypes.
  • Multiple design and consistency fixes.
  • Added @see and @author tags.
  • A more consistent scope definition documentation.

screen shot 2016-03-27 at 1 16 02 am