Socket
Socket
Sign inDemoInstall

dgeni-packages

Package Overview
Dependencies
Maintainers
2
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dgeni-packages - npm Package Versions

1
15

0.16.5

Diff

Changelog

Source

0.16.5 14 January 2017

  • chore(package): relax node version dependency 8ad91e57
petebd
published 0.16.4 •

Changelog

Source

0.16.4 23 December 2016

  • chore(package): add missing mkdirp dependency 0a2c2e9f
petebd
published 0.16.3 •

Changelog

Source

0.16.3 21 December 2016

  • chore(package): relax yarn version dependency 0f875b0d
petebd
published 0.16.2 •

Changelog

Source

0.16.2 16 December 2016

  • refactor(*): remove Q and use native Promise d782698d

This fix removes the q and q-io dependencies, since q-io was causing Array.find to be shimmed incorrectly.

petebd
published 0.16.1 •

Changelog

Source

0.16.1 13 December 2016

  • fix(base/services): split node-html-encoder require and instantiation over two lines 96cb8139e8876150b5a6ce08f2c5eef7fbd791f6
petebd
published 0.16.0 •

Changelog

Source

v0.16.0 13 September 2016

  • fix(readTypeScriptModules): don't concatenate multiple declarations fb22bac5

BREAKING CHANGES

Previously, if there were multiple declarations for an exported symbol, then the docs for those declarations were simply joined together with newlines.

Now only the first declaration (or the valueDeclaration if there is one) is used in an export doc.

If you needed the content for the other declarations then you can still access them via a call like getContent(doc.additionalDeclarations[i]).

petebd
published 0.15.2 •

Changelog

Source

v0.15.2 9 September 2016

  • feat(typescript/readTypeScriptModules): hide private Typescript members 8a1277de
petebd
published 0.15.1 •

Changelog

Source

v0.15.1 6 September 2016

  • fix(git): allow for git URLs that start with git+https: c27a324d
  • doc(readme_fr_FR) : update readme in french da7f6b3c
  • fix(ngdocs): use import syntax for macros 9a69a096
  • fix(nunjucks): explicitly set autoescaping to off 54e20018
  • fix(nunjucks): warnings for upgraded API, add error check e339b7d8
  • chore(package.json) update nunjucks to 2.4.2 01108e4e

BREAKING CHANGES

The update to nunjucks 2.4.2 has changed how macros are used. Now you must import them rather than just including them in a template. See http://mozilla.github.io/nunjucks/templating.html#import for more detail on the syntax.

Before:

{% include "lib/macros.html" -%}
{$ functionSyntax(doc) $}

Now:

{% import "lib/macros.html" as lib -%}
{$ lib.functionSyntax(doc) $}

The templates provided by this project (in particular those in the ngdocs package) have been updated but if your project uses macros in its own templates then these will need updating too.

petebd
published 0.14.0 •

Changelog

Source

v0.14.0 4 July 2016

Major update of dependencies to latest.

  • chore(package.json): update lodash to 4.13.1 f082551
  • chore(package.json): update lodash to 3.x a37d110
  • chore(package.json): update q-io to 1.13.2 79819fa
  • chore(package.json): update q to 1.4.1 9bb7490
  • chore(package.json): update semver to 5.2.0 5bfdbba
  • chore(package.json): update shelljs to 0.7.0 5480c55
  • chore(package.json): removed unused packages 1546b8e
  • chore(package.json): update glob to 7.0.5 5208f8a
  • chore(package.json): update change-case to 3.0.0 7fcc9c7
  • chore(package.json): update minimatch to 3.0.2 8f57d2c

BREAKING CHANGES

The nunjucks package rendering filter sentenceCase now capitalizes the first letter of the sentence. If you relied on the previous behaviour then you should use the noCase filter instead.

petebd
published 0.13.1 •

Changelog

Source

v0.13.1 1 July 2016

  • fix(typescript/readTypeScriptModules): getReturnType should cope with computed initializers 823d3f9e
  • fix(ngdoc/macros): use type.name to display the directive parameter types 18193fee
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc