npm typedoc 0.22.3
v0.22.3

latest releases: 0.26.0-beta.1, 0.26.0-beta.0, 0.25.13...
2 years ago

Bug Fixes

  • Switched the default highlighting themes back to light-plus and dark-plus, they were accidentally set to min-light and min-dark in v0.22.0.

Features

  • Added new validation option which can be used to disable checks for non-exported symbols.
    On the command line, this can be specified with --validation.notExported true, or in an options file with:
    {
        "validation": {
            "notExported": true
        }
    }
  • Added invalidLink to validation option, deprecated listInvalidSymbolLinks, which will be removed in 0.23.

Don't miss a new typedoc release

NewReleases is sending notifications on new releases.