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: swagger-api/swagger-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.29.4
Choose a base ref
...
head repository: swagger-api/swagger-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.30.0
Choose a head ref
  • 19 commits
  • 3 files changed
  • 3 contributors

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    498d5b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea3b136 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e566fb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    35dcd2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e923ab3 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    a085731 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b20e95 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    9c2c311 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    512792b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec2a863 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd527dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    811d755 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    3352fec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4884d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3487f46 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    30fd1aa View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    cad4b12 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. feat(analytics): use Scarf.js to provide anonymized installation anal…

    …ytics (#3707)
    
    Swagger Client uses [Scarf](https://scarf.sh/) to collect [anonymized installation analytics](https://github.com/scarf-sh/scarf-js?tab=readme-ov-file#as-a-user-of-a-package-using-scarf-js-what-information-does-scarf-js-send-about-me). These analytics help support the maintainers of this library and ONLY run during installation. To [opt out](https://github.com/scarf-sh/scarf-js?tab=readme-ov-file#as-a-user-of-a-package-using-scarf-js-how-can-i-opt-out-of-analytics), you can set the `scafeSettings.enabled` field to `false` in your project's `package.json`:
    
    ```
    // package.json
    {
      // ...
      "scarfSettings": {
        "enabled": false
      }
      // ...
    }
    ```
    
    Alternatively, you can set the environment variable `SCARF_ANALYTICS` to `false` as part of the environment that installs your npm packages, e.g., `SCARF_ANALYTICS=false npm install`.
    char0n authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    3e59da4 View commit details
    Browse the repository at this point in the history
  2. chore(release): cut the 3.30.0 release [skip ci]

    # [3.30.0](v3.29.4...v3.30.0) (2024-11-05)
    
    ### Features
    
    * **analytics:** use Scarf.js to provide anonymized installation analytics ([#3707](#3707)) ([3e59da4](3e59da4))
    semantic-release-bot committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    e273474 View commit details
    Browse the repository at this point in the history
Loading