This repository was archived by the owner on May 30, 2020. It is now read-only.
Releases: allenhwkim/angular-jsdoc
Releases · allenhwkim/angular-jsdoc
v1.4.1
v1.4.0
- 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 ofCustomTypes. - Multiple design and consistency fixes.
- Added
@seeand@authortags. - A more consistent scope definition documentation.
