Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: reflagcom/javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: reflagcom/javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix/restapi-nextjs-ssr-localstorage
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 74 files changed
  • 1 contributor

Commits on Feb 9, 2026

  1. new: REST API SDK

    roncohen committed Feb 9, 2026
    Configuration menu
    Copy the full SHA
    29e0fc1 View commit details
    Browse the repository at this point in the history
  2. Document SDK return shapes

    roncohen committed Feb 9, 2026
    Configuration menu
    Copy the full SHA
    506d07a View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2026

  1. Configuration menu
    Copy the full SHA
    3fb71b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3abf580 View commit details
    Browse the repository at this point in the history
  3. Update rest-api-sdk README

    roncohen committed Feb 21, 2026
    Configuration menu
    Copy the full SHA
    7d80b18 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2026

  1. Flatten all SDK request body params and regenerate from production spec

    - Update Mustache template to always flatten body params using dynamic
      {{#vars}} iteration instead of hardcoded field names
    - Remove x-sdk-flatten-body-fields vendor extension dependency
    - Point inputSpec to https://app.reflag.com/openapi.json
    - Fix generate script to use npx @openapitools/openapi-generator-cli
    - Remove deprecated updateBulkFlagSpecificTargets endpoint
    - Add createFlag/updateFlag support with flattened params
    - Update README examples to match flattened API surface
    roncohen committed Feb 27, 2026
    Configuration menu
    Copy the full SHA
    61e6cbf View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2026

  1. Use extends for flattened body params and update demo app for renamed…

    … fields
    
    - Template uses `extends BodyType` instead of iterating body vars, fixing
      missing nested type imports (e.g. EntityFlagUpdate)
    - Update demo app for renamed API fields: value → specificTargetValue,
      specificallyTargetedValue → specificTargetValue
    - Remove debug console.log from api.ts
    roncohen committed Mar 2, 2026
    Configuration menu
    Copy the full SHA
    3debc31 View commit details
    Browse the repository at this point in the history
  2. Improve demo app flag toggling UX

    - Show "Yes"/"Yes (implicitly)"/"No" instead of checkboxes
    - Hide action button for inherited flags
    - Add revalidatePath to fix stale data after toggle
    - Remove redundant re-fetch in toggle actions
    roncohen committed Mar 2, 2026
    Configuration menu
    Copy the full SHA
    6dac9b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6400100 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2026

  1. Configuration menu
    Copy the full SHA
    db2dbed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d85dfd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a62c23d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8eec77 View commit details
    Browse the repository at this point in the history
  5. show demo image

    roncohen committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    e21c2bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    94d32ee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    037ad4f View commit details
    Browse the repository at this point in the history
  8. chore: bump version

    roncohen committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    c6bf330 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d7a6993 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    08a4daa View commit details
    Browse the repository at this point in the history
Loading