Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update angular-jsdoc to version 1.4.0 πŸš€ #1004

Merged
merged 1 commit into from Apr 10, 2016

Conversation

greenkeeperio-bot
Copy link
Contributor

Hello πŸ‘‹

πŸš€πŸš€πŸš€

angular-jsdoc just published its new version 1.4.0, which is not covered by your current version range.

If this pull request passes your tests you can publish your software with the latest version of angular-jsdoc – otherwise use this branch to work on adaptions and fixes.

Happy fixing and merging 🌴


GitHub Release

  • 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


The new version differs by 39 commits .

  • f3a1c2c 1.4.0
  • 2bc3c57 Add contributors to
  • 35535e0 Remove duplicate type checks
  • 6c67a40 Display optional and default params and attrs
  • ee65f54 Use consistent headline without colon
  • 68dfe72 Add author doc to non-children docs
  • 93d1003 Merge the apparently forgotten scope shortcuts
  • caa4ae6 Added@seereferences
  • b36d12d Merge branch 'master' into style
  • 5af3d10 Merge pull request #62 from Zemke/links
  • 7f29b5f Fix default type array definition
  • f4e0cdb Replace link references in property descriptions
  • f833459 Split HTML and definition and parse return types
  • e527954 Add parsed type definition to properties
  • 467f37e Add all the past work to attribute definitions

There are 39 commits in total. See the full diff.


This pull request was created by greenkeeper.io.
It keeps your software, up to date, all the time.

Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster ⚑

@sbrunner sbrunner merged commit 13e52d8 into master Apr 10, 2016
@sbrunner sbrunner deleted the greenkeeper-angular-jsdoc-1.4.0 branch April 10, 2016 20:28
@sbrunner sbrunner added this to the dummy milestone Apr 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants