Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

dgeni-packages

Package Overview
Dependencies
19
Maintainers
2
Versions
147
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
57
15Next

0.20.0-rc.4

Diff

Changelog

Source

0.20.0-rc.4 13 July 2017

Bug Fixes

typescript: support startingLine and endingLine properties 32698f30

petebd
published 0.20.0-rc.3 •

Changelog

Source

0.20.0-rc.3 12 July 2017

Features

typescript: group function/method overloads together 2155b5ac

Bug Fixes

typescript: include specified namespaces in types dbe99f7b

Breaking Changes

Previously to 0.20.0 the service where you registered namespaces not to strip was called ignoreTypeScriptNamespaces and took an array of regular expressions.

Now this service is called namespacesToInclude, which better reflects its purpose. Also it is now an array of strings, since there was little benefit in it being a regular expression.

petebd
published 0.20.0-rc.2 •

Changelog

Source

0.20.0-rc.2 10 July 2017

Bug Fixes

  • typescript: allow decorators to not be call expressions e41a392a
petebd
published 0.20.0-rc.1 •

Changelog

Source

0.20.0-rc.1 6 July 2017

Bug Fixes

  • typescript: implement the CompilerHost.readFile method 4d667ff2

Features

  • base: allow checkAnchorLinks to abort processing eee3e7b1
petebd
published 0.20.0-beta.5 •

Changelog

Source

0.20.0-beta.5 2 July 2017

Bug Fixes

  • typescript: CustomCompilerHost.fileExists should not second guess extensions and base dir b7b11164
petebd
published 0.20.0-beta.4 •

Changelog

Source

0.20.0-beta.4 1 July 2017

Bug Fixes

  • typescript:
    • compile files in folders that have file-like names ee10b835
    • paths should be case sensitive 5238302b
petebd
published 0.20.0-beta.3 •

Changelog

Source

0.20.0-beta.3 30 June 2017

Bug Fixes

  • typescript: compile files in folders that have file-like names
petebd
published 0.20.0-beta.2 •

Changelog

Source

0.20.0-beta.2 30 June 2017

Bug Fixes

  • typescript: paths to imports are case sensitive
petebd
published 0.20.0-beta.1 •

Changelog

Source

0.20.0-beta.1 29 June 2017

BREAKING CHANGES

The typescript package has been completely rewritten in TypeScript. One benefit of this is that typings should be available for the API doc types in your own projects.

Along the way there are some changes to the properties that are attached to the API docs that are generated. Here is a list of the things that might affect you:

  • Members starting with _ are no longer considered private. You should filter them out in a custom processor if you do not want them to appear in the docs.
  • API docs that have a type, e.g. functions, constants, type aliases, etc used to have a property called returnType but that did not make sense for non-functions. This property is renamed to type.
  • API docs that have heritage, e.g. classes and interfaces, used to have a property called heritage, which was a string representation containing both "implements" and "extends" clauses. These have now been split into two properties implementsClauses and extendsClauses, which each contain an array of strings.

Bug Fixes

  • typescript:
    • group overloaded exported functions in a single doc
    • do not assume that members prefixed with _ are private
  • base: checkAnchorLinks should match URL encoded chars

New Features

  • typescript:
    • provide isCallMember and isNewMember options
    • split out heritage into extendsClauses and implementsClauses

Performance Improvements

  • nunjucks: upgrade to v3 and enable caching of templates
petebd
published 0.19.1 •

Changelog

Source

0.19.1 26 May 2017

  • fix(typescript): capture static members correctly 0e41fae7
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc