Socket
Socket
Sign inDemoInstall

dgeni-packages

Package Overview
Dependencies
226
Maintainers
4
Versions
147
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
11121315Next

0.6.0

Diff

Changelog

Source

v0.6.0 03/07/2014

New Features

  • feat(tagParser): only ignore tags that are defined with ignore property 59492bea
  • feat(jsdoc tags): improve jsdoc tag coverage d8eb2b43
  • feat(PartialNames): getLink disambiguates docs by area 6da98dd5
  • feat(jsdoc/compute-paths): add new processor 23cc829a
  • feat(partial-names): add removeDoc method 746a0bc7
  • test(link handler): fix test, since the handler now throws on error a15053ab

Bug Fixes

  • fix(compute-paths): ensure contentsFolder is applied correctly 301877fc
  • fix(filter-ngdocs processor): run before tags are extracted a090cf49

Refactorings

  • refact(ngdoc/id tag def): move functionality to its own doc processor 268ac3bd
  • refact(partial-name processor): move adding docs to own processor 8684226b

BREAKING CHANGE

  • If you relied on undefined tags being quietly ignored your processing will now fail. You should add new tag defintions for all tags that you wish to ignore of the form:
{ name: 'tag-to-ignore', ignore: true }
petebd
published 0.5.0 •

Changelog

Source

v0.5.0 03/07/2014

New Features

  • feat(jsdoc extractor): add next code node to the doc 22a59651

Bug Fixes

  • fix(jsdoc extractor): ignore non-jsdoc comments 50ad83d8
  • fix(inline link tag): throw error if link is invalid 07af2f42
petebd
published 0.4.0 •

Changelog

Source

v0.4.0 03/06/2014

New Features

  • feat(examples): move injected example into a template cc658f31
  • feat(jsdoc): add rendering.nunjucks.config field to config eb805097
  • feat(link inline handler): replace old link processor with new inline handle 723e0e56
  • feat(inline-tag processor): add new generic inline tag processor 39083631
  • feat(firstParagraph filter): add new filter 4dcabba1
  • feat(jsdoc extractor): add esprima powered jsdoc extractor e96da1ea

Bug Fixes

  • fix(ngdoc/templates) : improve "View Source" and "Improve Doc" links 049ee59f
  • fix(write-files): ignore docs that have no output path c666e5e3
  • fix(ngdoc templates): show first paragraph not first line 7335fd91

BREAKING CHANGE

  • The examples injectable object has changed from being a flat array to a hash indexed on the id of the example. If you only iterated over the examples then things like forEach should still just work. But you can no longer access the examples by index, e.g. examples[0] will return undefined rather than the first example.
petebd
published 0.3.1 •

Changelog

Source

v0.3.1 03/02/2014

Bug Fixes

  • fix(tagParser): don't break on bad-tags 560eff7b
petebd
published 0.3.0 •

Changelog

Source

v0.3.0 02/28/2014

New Features

  • feat(tagParser): ignore tags inside fenced code blocks 09fb7d64
  • feat(trimProcessor): add tag processor to trim off whitespace a81f6231
  • feat(nameProcessor): add support for param aliases 5720bfed

Bug Fixes

  • fix(typeProcessor): handle escaped braces 786f1ab5
  • fix(ngdoc templates): ensure type hints are escaped 4ace02b8
  • fix(escaped-comments): re-code HTML escaped comment markers 020fde5c
  • fix(examples-parse): ensure that code blocks are rendered correctly 10ae5e21
  • fix(api-docs processor): don't contaminate the global context 2fa8acf6
  • fix(typeProcessor): add better error message 6becbd46
  • fix(tag-parser): add better error message 458b26f5
  • fix(tagParser): cope with tags that have no following whitespace 04cf4f02
  • fix(typeProcessor): attach optional property to tag if type is optional 0188305f
petebd
published 0.2.4 •

Changelog

Source

v0.2.4 02/25/2014

Bug Fixes

  • fix(doctrine-tag-parser): don't rethrow error if tag type is bad 7ac46af6
petebd
published 0.2.3 •

Changelog

Source

v0.2.3 02/25/2014

Bug Fixes

  • fix(doctrine-tag-parser): support jsdoc3 tags and improve error messages c8ca67a2
petebd
published 0.2.2 •

Changelog

Source

v0.2.2 02/21/2014

Bug Fixes

  • fix(examples-generate): ensure each index file gets content c4918e05
  • fix(ngdoc/members): render member docs correctly c7b98a67
petebd
published 0.2.1 •

Changelog

Source

v0.2.1 02/20/2014

Bug Fixes

  • fix(example-generation): commonFiles should get scripts from the 'scripts' object 3b41c91a
petebd
published 0.2.0 •

Changelog

Source

v0.2.0 02/20/2014

New Features

  • feat(example-generation): generate examples for multiple deployments 82ba9054
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc