Skip to content

Releases: sushichan044/astro-simple-feature-flags

[email protected]

28 Mar 10:35
Immutable release. Only release title and notes can be modified.
dd28ab5

Choose a tag to compare

Patch Changes

[email protected]

28 Mar 10:28
Immutable release. Only release title and notes can be modified.
903039e

Choose a tag to compare

Major Changes

  • #36 949f836 Thanks @sushichan044! - feat!: support Astro v6

    You 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]

28 Mar 10:07
153964f

Choose a tag to compare

Major Changes

  • #31 a043c84 Thanks @sushichan044! - This package is now considered as stable.

    This is the last version that supports Astro v5 and earlier.

Minor Changes

[email protected]

28 Mar 08:39
021e0fb

Choose a tag to compare

Patch Changes

[email protected]

07 Aug 15:18
e98e96a

Choose a tag to compare

Minor Changes

  • #17 5bc0097 Thanks @sushichan044! - fix!: remove argument from defineFeatureFlagCollection()

    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]

06 Aug 16:02
c454c7e

Choose a tag to compare

Patch Changes

[email protected]

05 Aug 09:09
ecebf25

Choose a tag to compare

Patch Changes

[email protected]

05 Aug 08:18
6652004

Choose a tag to compare

Patch Changes

[email protected]

05 Aug 08:14
6e68a48

Choose a tag to compare

Patch Changes