Skip to content

flags@4.0.4

Choose a tag to compare

@github-actions github-actions released this 09 Mar 17:11
· 39 commits to main since this release
e44eedf

Patch Changes

  • 77727aa: The Flags SDK now handles when an app goes from precomputing one or more flags to precomputing none.

    In this case we use __no_flags__ as the serialized value so the app will still rewrite and prerender the page.

    precompute, generatePermutations, serialize and deserialize were adjusted to generate and parse __no_flags__ correctly.