Socket
Socket
Sign inDemoInstall

dgeni-packages

Package Overview
Dependencies
150
Maintainers
2
Versions
147
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
68
15Next

0.19.0

Diff

Changelog

Source

0.19.0 3 May 2017

  • feat(typescript): upgrade to TypeScript 2.2.1 0f48e866

Breaking Changes

The upgrade to TypeScript v2 may well break projects that are generating docs based on a TypeScript v1 application.

petebd
published 0.18.0 •

Changelog

Source

0.18.0 30 April 2017

  • fix(typescript): remove index from the end of module ids and names (e6109f57)

Breaking Changes

This has a possible breaking change if users were depending upon a module at /some/folder/index.ts having a name of index and an id of some/folder/index.

petebd
published 0.17.2 •

Changelog

Source

0.17.2 26 April 2017

Bug Fixes

  • jsdoc: reset backTickParserAdapter correctly (a82ea9ab)
petebd
published 0.17.1 •

Changelog

Source

0.17.1 17 March 2017

Bug Fixes

  • typescript: ensure all modules have relative filepaths (434233)
petebd
published 0.17.0 •

Changelog

Source

0.17.0 17 March 2017

Bug Fixes

  • jsdoc: do not parse for tags within HTML blocks (451d84)

Breaking Changes

jsdoc due to:

  • 451d84: do not parse for tags within HTML blocks

    Tags inside HTML blocks are no longer parsed by default. If you wish this to enable this then you can modify the parseTagsProcessor.parserAdapters array from a config block:

    somePackage.config(function(parseTagsProcessor, backtickParserAdapter) {
      parseTagsProcessor.parserAdapters = [backtickParserAdapter];
    });
    
petebd
published 0.16.10 •

Changelog

Source

0.16.10 7 March 2017

  • REVERT: feat(typescript): link class docs to inherited class docs cf8b7444
petebd
published 0.16.9 •

Changelog

Source

0.16.9 6 March 2017

  • feat(typescript): link class docs to inherited class docs cf8b7444
petebd
published 0.16.8 •

Changelog

Source

0.16.8 20 February 2017

  • fix(typescript): correctly extract the type definition from type aliases 573111ea
petebd
published 0.16.7 •

Changelog

Source

0.16.7 15 February 2017

Upgrades to dgeni 0.4.7 which correctly exports the mock logger for testing.

  • fix(typescript): the processors actually rely upon jsdoc pseudo-processors f5162131
petebd
published 0.16.6 •

Changelog

Source

0.16.6 13 February 2017

  • fix(typescript): support symbols of type ValueModule ffce6227
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