Skip to content

Releases: HiDeoo/starlight-changelogs

starlight-changelogs@0.5.0

12 Mar 18:01
ab9c70b

Choose a tag to compare

Minor Changes

  • #31 1de638d Thanks @HiDeoo! - Adds support for Astro v6, drops support for Astro v5.

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

    Please follow the upgrade guide to update your project.

starlight-changelogs@0.4.0

11 Jan 10:15
b5362e7

Choose a tag to compare

Minor Changes

Patch Changes

  • #29 7e2135a Thanks @HiDeoo! - Fixes an issue with the GitHub provider where release without a body would cause an error.

starlight-changelogs@0.3.0

30 Dec 10:33
4a6041e

Choose a tag to compare

Minor Changes

starlight-changelogs@0.2.3

16 Oct 13:39
f0b4c66

Choose a tag to compare

Patch Changes

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

starlight-changelogs@0.2.2

13 Oct 08:05
1f4ea8b

Choose a tag to compare

Patch Changes

  • #17 c1d888e Thanks @HiDeoo! - Prevents the development server from crashing when failing to fetch remote data for a changelog.

    Previously, if some remote changelog data could not be fetched (due to network issues for example), the development server would crash. This update ensures that such failures are handled more gracefully, allowing the server to continue running. In such cases, warning messages will be logged to inform that no changelog data is available and associated pages will not be generated. The production build process remains unaffected by this change.

starlight-changelogs@0.2.1

17 Sep 14:15
f1d0745

Choose a tag to compare

Patch Changes

  • #13 c0f65d1 Thanks @HiDeoo! - Fixes an issue with the GitHub provider and releases that don't have a name set.

    When a release doesn't have a name, the tag name will now be used as a fallback for the version title.

starlight-changelogs@0.2.0

15 Aug 08:29
da56654

Choose a tag to compare

Minor Changes

  • #8 0c258b7 Thanks @HiDeoo! - Adds a new enabled provider option, defaulting to true, to control whether a changelog is enabled or not.

    When set to false, changelog data will not be loaded and no changelog pages or sidebar links will be generated for this changelog. This can be useful to disable a changelog depending on some environment variable that may not always be available.

starlight-changelogs@0.1.1

06 Aug 06:55
87be579

Choose a tag to compare

Patch Changes

starlight-changelogs@0.1.0

05 Aug 16:23
b1b1e4f

Choose a tag to compare

Minor Changes