Releases: HiDeoo/starlight-typedoc
starlight-typedoc@0.21.5
starlight-typedoc@0.21.4
starlight-typedoc@0.21.3
Patch Changes
- #85
51d3e37Thanks @HiDeoo! - Fixes a sidebar generation issue when using the pluginwatchconfiguration option.
starlight-typedoc@0.21.2
Patch Changes
- #83
2fc1bf2Thanks @HiDeoo! - Fixes a regression introduced in version0.21.0that prevented the development server from starting when using the pluginwatchconfiguration option.
starlight-typedoc@0.21.1
starlight-typedoc@0.21.0
starlight-typedoc@0.20.0
Minor Changes
-
#74
2765549Thanks @HiDeoo! - Adds a newerrorOnEmptyDocumentationoption, defaulting totrue, to control whether the plugin should error when no TypeDoc documentation is generated.Setting this option to
falsewill 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
starlight-typedoc@0.18.0
Minor Changes
-
#66
c4014bcThanks @HiDeoo! - Adds support for Astro v5, drops support for Astro v4.⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now0.30.0.Please follow the upgrade guide to update your project.