Releases: sushichan044/astro-simple-feature-flags
[email protected]
Patch Changes
28528cfThanks @sushichan044! - No significant changes
[email protected]
Major Changes
-
#36
949f836Thanks @sushichan044! - feat!: support Astro v6You must migrate to Astro v6 to use this version of astro-simple-feature-flags. Please refer to the Astro v6 migration guide for more details on how to upgrade your Astro project.
[email protected]
Major Changes
-
#31
a043c84Thanks @sushichan044! - This package is now considered as stable.This is the last version that supports Astro v5 and earlier.
Minor Changes
-
#33
f694cb0Thanks @sushichan044! - feat: throw error if queried non-existent flag -
#35
4e5a47fThanks @sushichan044! - feat: add DevToolsBar app to check current flags
[email protected]
Patch Changes
- #24
8c90338Thanks @sushichan044! - refactor(integration): get codegen dir in setup hook
[email protected]
Minor Changes
-
#17
5bc0097Thanks @sushichan044! - fix!: remove argument fromdefineFeatureFlagCollection()Users no longer need to pass an argument to
defineFeatureFlagCollection(). The function now automatically defines the feature flag collection.import { defineFeatureFlagCollection } from "astro-simple-feature-flags/content-layer"; export const collections = { ...defineFeatureFlagCollection(), };
[email protected]
Patch Changes
- #14
c27e6d6Thanks @sushichan044! - fix: convert module IDs to use correct extensions in .d.ts files
[email protected]
Patch Changes
- #6
bad4ad2Thanks @sushichan044! - Refactor types in virtual module
[email protected]
Patch Changes
- #4
777c130Thanks @sushichan044! - use OIDC trusted publishing
[email protected]
Patch Changes
- #2
8a76da9Thanks @sushichan044! - first release