Socket
Socket
Sign inDemoInstall

typedoc

Package Overview
Dependencies
Maintainers
5
Versions
307
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typedoc - npm Package Versions

Previous
1
31
Next

0.23.28

Diff

Changelog

Source

v0.23.28 (2023-03-19)

Features

  • Added support for TypeScript 5.0, #2201.
    • const type parameters.
    • JSDoc @overload tag.
    • JSDoc @satisfies tag.
typedoc-bot
published 0.23.27 •

Changelog

Source

v0.23.27 (2023-03-16)

Features

  • Added --treatValidationWarningsAsErrors to treat only validation warnings as errors without treating all warnings as errors, #2199.

Bug Fixes

  • Fixed a bug where optional properties were not appropriately marked as optional, #2200.
  • Fixed shifted navigation pane on devices 1024px wide, #2191.
  • Add missing @private and @protected tags to typedoc/tsdoc.json, #2187.

Thanks!

  • @futurGH
typedoc-bot
published 0.24.0-beta.3 •

gerrit0
published 0.24.0-beta.2 •

typedoc-bot
published 0.24.0-beta.1 •

typedoc-bot
published 0.23.26 •

Changelog

Source

v0.23.26 (2023-02-26)

Features

  • Added Application.EVENT_VALIDATE_PROJECT event for plugins which implement custom validation, #2183.
  • Plugins may now return an object from external symbol resolvers, #2066.
  • Expose Comment.displayPartsToMarkdown on for themes overwriting the comment helper, #2115.

Bug Fixes

  • Fix crash when converting export default undefined, #2175.
  • Fix error in console when clicking on headings in the readme, #2170.
  • TypeDoc will now ignore parameters of callback parameters when validating that all parameters have documentation, #2154.

Thanks!

  • @captain-torch
  • @loopingz
  • @RebeccaStevens
typedoc-bot
published 0.23.25 •

Changelog

Source

v0.23.25 (2023-02-11)

Breaking Changes

  • Upgraded Shiki, if your highlight theme was set to material-<theme>, the value will need to be changed to material-theme-<theme>, see the Shiki release notes.

Features

  • Added new excludeNotDocumentedKinds variable to control which reflection types can be removed by the excludeNotDocumented option, #2162.
  • Added typedoc.jsonc, typedoc.config.js, typedoc.config.cjs, typedoc.cjs to the list of files which TypeDoc will automatically use as configuration files.

Bug Fixes

  • Entry points under node_modules will no longer be ignored, #2151.
  • Corrected behavior of excludeNotDocumented on arrow function-variables, #2156.
  • Added package.json to exports declaration.

Thanks!

  • @boneskull
  • @Mikkal24
  • @zamiell
typedoc-bot
published 0.23.24 •

Changelog

Source

v0.23.24 (2023-01-07)

Bug Fixes

  • Fixed an issue where signature comments were preferred over property comments for indirectly created function-properties, #2135.
  • Fixed symlink handling when expanding entry points, #2130.

Thanks!

  • @boneskull
typedoc-bot
published 0.23.23 •

Changelog

Source

v0.23.23 (2022-12-18)

Features

  • Added ts.Signature to emitted EVENT_CREATE_SIGNATURE event, #2002.

Bug Fixes

  • Links to members hidden by filter settings now temporarily override the filter, #2092.
  • If src/ and src/x are specified as entry points, src/ will no longer be ignored, #2121.
typedoc-bot
published 0.23.22 •

Changelog

Source

v0.23.22 (2022-12-11)

Features

  • Add support for defining the kind sort order, #2109.

Bug Fixes

  • Normalize all file paths on Windows, #2113.
  • Fix @link tags within lists, #2103.
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc