-
Notifications
You must be signed in to change notification settings - Fork 48
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: Unleash/unleash-proxy-client-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.5.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: Unleash/unleash-proxy-client-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
13
contributors
Commits on Jul 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0eb1c3b - Browse repository at this point
Copy the full SHA 0eb1c3bView commit details
Commits on Jul 22, 2024
-
GitHub Actions Bot committed
Jul 22, 2024 Configuration menu - View commit details
-
Copy full SHA for dc3aa0f - Browse repository at this point
Copy the full SHA dc3aa0fView commit details
Commits on Aug 6, 2024
-
feat: prevent fetch on load (#224)
New option `togglesStorageTTL` that prevents fetching the flags if they are up to date. --------- Co-authored-by: Jérémie Richardeau <jeremie@wanteeed.com> Co-authored-by: Florent <florent@wanteeed.com> Co-authored-by: Florent-Wanteeed <98741168+Florent-Wanteeed@users.noreply.github.com> Co-authored-by: Ivar Conradi Østhus <ivar@getunleash.ai>
Configuration menu - View commit details
-
Copy full SHA for c2b4145 - Browse repository at this point
Copy the full SHA c2b4145View commit details -
feat: configurable storage key (#225)
Co-authored-by: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8300c98 - Browse repository at this point
Copy the full SHA 8300c98View commit details -
GitHub Actions Bot committed
Aug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for a1a0e03 - Browse repository at this point
Copy the full SHA a1a0e03View commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4b58250 - Browse repository at this point
Copy the full SHA 4b58250View commit details -
GitHub Actions Bot committed
Aug 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 1d48c5d - Browse repository at this point
Copy the full SHA 1d48c5dView commit details
Commits on Aug 29, 2024
-
GitHub Actions Bot committed
Aug 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 81903aa - Browse repository at this point
Copy the full SHA 81903aaView commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d394b41 - Browse repository at this point
Copy the full SHA d394b41View commit details -
GitHub Actions Bot committed
Sep 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 075d119 - Browse repository at this point
Copy the full SHA 075d119View commit details
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 18621fc - Browse repository at this point
Copy the full SHA 18621fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 304dd58 - Browse repository at this point
Copy the full SHA 304dd58View commit details
Commits on Dec 22, 2024
-
chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 (#233)
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e7b4d4e - Browse repository at this point
Copy the full SHA e7b4d4eView commit details -
Co-authored-by: Ivar Conradi Østhus <ivar@getunleash.io>
Configuration menu - View commit details
-
Copy full SHA for 1bf7223 - Browse repository at this point
Copy the full SHA 1bf7223View commit details
Commits on Jan 8, 2025
-
feat(1 3223): add client identification headers (#235)
This PR adds client identification headers to the feature and metrics calls that the client makes to Unleash. The headers are: - `x-unleash-appname`: the name of the application that is using the client - `x-unleash-connection-id`: a unique identifier for the current instance of the client - `x-unleash-sdk`: sdk information in the format `unleash-js@<version>`
Configuration menu - View commit details
-
Copy full SHA for 3615f15 - Browse repository at this point
Copy the full SHA 3615f15View commit details
Commits on Jan 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4a40951 - Browse repository at this point
Copy the full SHA 4a40951View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a12d52 - Browse repository at this point
Copy the full SHA 3a12d52View commit details
Commits on Jan 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 97e6641 - Browse repository at this point
Copy the full SHA 97e6641View commit details
Commits on Jan 15, 2025
-
GitHub Actions Bot committed
Jan 15, 2025 Configuration menu - View commit details
-
Copy full SHA for fdb7d84 - Browse repository at this point
Copy the full SHA fdb7d84View commit details -
meta: pin workflow version again (#236)
This commit re-pins the workflow version for the release template reference. It uses an assumed 2.0 which is what we'd need to bump it to for changing the parameters.
Configuration menu - View commit details
-
Copy full SHA for df7b6f0 - Browse repository at this point
Copy the full SHA df7b6f0View commit details
Commits on Jan 16, 2025
-
fix: embed version at compile time (#237)
Removes requiring version at runtime with require: 3615f15#diff-258035e5968f6bf645400d417f310218d7d9a9a10606a3c34e7f55db193f58f3R3 Instead we're using the rollup replace plugin to read the version at build time and replace __VERSION__ placeholder with the actual version number. As a result other packages depending on this one don't need to understand require calls and also we're not exposing the whole package.json file at runtime. To verify my claim above you can build the package and check the build directory after this change vs before this change.
Configuration menu - View commit details
-
Copy full SHA for b2e385d - Browse repository at this point
Copy the full SHA b2e385dView commit details -
GitHub Actions Bot committed
Jan 16, 2025 Configuration menu - View commit details
-
Copy full SHA for e204714 - Browse repository at this point
Copy the full SHA e204714View commit details -
chore(1-3230): use homebrew version of uuid generation (#240)
The one from the uuid library relies on an underlying crypto library which doesn't exist at least in certain GitHub runners and may also cause issues for react native applications. This impl sidesteps that issue. The same uuid generation method that we're cutting out here is also being used in src/events-handler.ts. However, because we haven't received any complaints about that, I'll leave it in.
Configuration menu - View commit details
-
Copy full SHA for 40daee5 - Browse repository at this point
Copy the full SHA 40daee5View commit details -
GitHub Actions Bot committed
Jan 16, 2025 Configuration menu - View commit details
-
Copy full SHA for bf26e94 - Browse repository at this point
Copy the full SHA bf26e94View commit details
Commits on Jan 31, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 80af67f - Browse repository at this point
Copy the full SHA 80af67fView commit details -
GitHub Actions Bot committed
Jan 31, 2025 Configuration menu - View commit details
-
Copy full SHA for f69227e - Browse repository at this point
Copy the full SHA f69227eView commit details
There are no files selected for viewing