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: Unleash/unleash-proxy-client-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.7.0
Choose a base ref
...
head repository: Unleash/unleash-proxy-client-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 11 commits
  • 13 files changed
  • 5 contributors

Commits on Jan 15, 2025

  1. 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.
    thomasheartman authored Jan 15, 2025
    Configuration menu
    Copy the full SHA
    df7b6f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. 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.
    kwasniew authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    b2e385d View commit details
    Browse the repository at this point in the history
  2. v3.7.1

    GitHub Actions Bot committed Jan 16, 2025
    Configuration menu
    Copy the full SHA
    e204714 View commit details
    Browse the repository at this point in the history
  3. 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.
    thomasheartman authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    40daee5 View commit details
    Browse the repository at this point in the history
  4. v3.7.2

    GitHub Actions Bot committed Jan 16, 2025
    Configuration menu
    Copy the full SHA
    bf26e94 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2025

  1. Configuration menu
    Copy the full SHA
    80af67f View commit details
    Browse the repository at this point in the history
  2. v3.7.3

    GitHub Actions Bot committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    f69227e View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2025

  1. Configuration menu
    Copy the full SHA
    491fe59 View commit details
    Browse the repository at this point in the history
  2. v3.7.4

    GitHub Actions Bot committed Mar 26, 2025
    Configuration menu
    Copy the full SHA
    738a444 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. Configuration menu
    Copy the full SHA
    6d57a98 View commit details
    Browse the repository at this point in the history
  2. v3.7.5

    GitHub Actions Bot committed Apr 8, 2025
    Configuration menu
    Copy the full SHA
    3c994f0 View commit details
    Browse the repository at this point in the history
Loading