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: elbywan/wretch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.8.1
Choose a base ref
...
head repository: elbywan/wretch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.9.0
Choose a head ref
  • 18 commits
  • 98 files changed
  • 6 contributors

Commits on Mar 16, 2024

  1. ⬆️ Bump follow-redirects from 1.15.4 to 1.15.6

    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.15.4...v1.15.6)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 16, 2024
    Configuration menu
    Copy the full SHA
    6204bec View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

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

Commits on May 11, 2024

  1. Merge pull request #224 from elbywan/dependabot/npm_and_yarn/follow-r…

    …edirects-1.15.6
    
    ⬆️ Bump follow-redirects from 1.15.4 to 1.15.6
    elbywan authored May 11, 2024
    Configuration menu
    Copy the full SHA
    a7b1a8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c80ad35 View commit details
    Browse the repository at this point in the history
  3. Remove useless branches glob

    elbywan committed May 11, 2024
    Configuration menu
    Copy the full SHA
    b299791 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. 🏭 Add BasicAuth addon

    Implement BasicAuth addon that adds following behaviors:
    - allows setting credentials via the `.basicAuth()` method
    - parses URLs and extracts credentials from them, converting them to an Authorization header and removing them from the URL which would otherwise throw an error when passed to native fetch()
    - correctly parses usernames/passwords that contain non-latin characters (see https://developer.mozilla.org/en-US/docs/Glossary/Base64#the_unicode_problem)
    BendingBender committed May 19, 2024
    Configuration menu
    Copy the full SHA
    ad5b591 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d36c6b4 View commit details
    Browse the repository at this point in the history
  3. Improve types

    BendingBender committed May 19, 2024
    Configuration menu
    Copy the full SHA
    1c38c6f View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Fix node@16 tests

    elbywan committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    57f46f2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #223 from BendingBender/feature/basic-auth

    🏭 Add BasicAuth addon
    elbywan authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    97773d0 View commit details
    Browse the repository at this point in the history
  3. Hide the feature behind an argument

    preserves backwards compatibility
    elbywan committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    3ff477e View commit details
    Browse the repository at this point in the history
  4. Add test

    elbywan committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    9ac03ab View commit details
    Browse the repository at this point in the history
  5. Merge pull request #230 from dankochetov/master

    🏭 Omit `null` and `undefined` values from query string produced by QueryStringAddon
    elbywan authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    193d539 View commit details
    Browse the repository at this point in the history
  6. 🐛 Do not jasonify FormData instances

    closes #231
    am1rb committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    4693837 View commit details
    Browse the repository at this point in the history
  7. Typo in spec file

    elbywan committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    cd1b822 View commit details
    Browse the repository at this point in the history
  8. Fix node@16 tests

    elbywan committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    71aa327 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #232 from am1rb/master

    🐛 Do not jasonify FormData instances
    elbywan authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    0619303 View commit details
    Browse the repository at this point in the history
  10. 2.9.0 tag

    elbywan committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    1a3d8cb View commit details
    Browse the repository at this point in the history
Loading