Skip to content

Releases: HiDeoo/starlight-typedoc

starlight-typedoc@0.21.5

27 Nov 11:18
e5409b7

Choose a tag to compare

Patch Changes

  • #94 e848c07 Thanks @HiDeoo! - Fixes a potential error when rendering link tags in comments that reference reflections without URLs.

starlight-typedoc@0.21.4

16 Oct 16:34
d372739

Choose a tag to compare

Patch Changes

  • #91 2fd0555 Thanks @HiDeoo! - Setups trusted publishing using OpenID Connect (OIDC) authentication — no code changes.

starlight-typedoc@0.21.3

09 May 15:48
e990682

Choose a tag to compare

Patch Changes

starlight-typedoc@0.21.2

09 May 10:51
89840cd

Choose a tag to compare

Patch Changes

starlight-typedoc@0.21.1

09 Apr 13:44
c6dfce7

Choose a tag to compare

Patch Changes

  • #80 e447787 Thanks @HiDeoo! - Fixes a potential page and link generation issue with some declaration reference names such as a function named $.

starlight-typedoc@0.21.0

25 Mar 16:53
c97caa0

Choose a tag to compare

Minor Changes

  • #77 751021f Thanks @HiDeoo! - ⚠️ BREAKING CHANGE: The minimum supported version of typedoc is now 0.28.0.

    ⚠️ BREAKING CHANGE: The minimum supported version of typedoc-plugin-markdown is now 4.6.0.

starlight-typedoc@0.20.0

25 Feb 16:41
27dc580

Choose a tag to compare

Minor Changes

  • #74 2765549 Thanks @HiDeoo! - Adds a new errorOnEmptyDocumentation option, defaulting to true, to control whether the plugin should error when no TypeDoc documentation is generated.

    Setting this option to false will prevent the plugin from erroring in this case which can be useful when generating documentation for multiple entry points and only some of them contain documented code at a given time.

    The current behavior remains unchanged, and the plugin will error when no TypeDoc documentation is generated if the option is not explicitly set to false.

starlight-typedoc@0.19.0

17 Feb 09:21
57d6d0b

Choose a tag to compare

Minor Changes

  • #70 8ffcff1 Thanks @HiDeoo! - ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now version 0.32.0.

    Please use the @astrojs/upgrade command to upgrade your project:

    npx @astrojs/upgrade

starlight-typedoc@0.18.0

17 Dec 08:52
e7e3b54

Choose a tag to compare

Minor Changes

  • #66 c4014bc Thanks @HiDeoo! - Adds support for Astro v5, drops support for Astro v4.

    ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now 0.30.0.

    Please follow the upgrade guide to update your project.

v0.17.0

08 Nov 13:36
v0.17.0
f071783

Choose a tag to compare

   🚨 Breaking Changes

   🐞 Bug Fixes

  • Fixes compatibility issue with Starlight 0.25.0 new sidebar links syntax  -  by @HiDeoo (16f93)
    View changes on GitHub