-
Notifications
You must be signed in to change notification settings - Fork 51
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.7.0
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
- 11 commits
- 13 files changed
- 5 contributors
Commits on Jan 15, 2025
-
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
Commits on Mar 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 491fe59 - Browse repository at this point
Copy the full SHA 491fe59View commit details -
GitHub Actions Bot committed
Mar 26, 2025 Configuration menu - View commit details
-
Copy full SHA for 738a444 - Browse repository at this point
Copy the full SHA 738a444View commit details
Commits on Apr 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6d57a98 - Browse repository at this point
Copy the full SHA 6d57a98View commit details -
GitHub Actions Bot committed
Apr 8, 2025 Configuration menu - View commit details
-
Copy full SHA for 3c994f0 - Browse repository at this point
Copy the full SHA 3c994f0View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.7.0...main