Releases: HiDeoo/starlight-changelogs
starlight-changelogs@0.5.0
Minor Changes
-
#31
1de638dThanks @HiDeoo! - Adds support for Astro v6, drops support for Astro v5.⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now0.38.0.Please follow the upgrade guide to update your project.
starlight-changelogs@0.4.0
starlight-changelogs@0.3.0
Minor Changes
- #23
5fc72d9Thanks @HiDeoo! - Adds the Keep a Changelog provider to load changelog files using the Keep a Changelog format.
starlight-changelogs@0.2.3
starlight-changelogs@0.2.2
Patch Changes
-
#17
c1d888eThanks @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
starlight-changelogs@0.2.0
Minor Changes
-
#8
0c258b7Thanks @HiDeoo! - Adds a newenabledprovider option, defaulting totrue, 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.