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.5.2
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.6.0
Choose a head ref
  • 14 commits
  • 82 files changed
  • 5 contributors

Commits on Apr 29, 2023

  1. fix(docs): miss braces

    izayl authored Apr 29, 2023
    Configuration menu
    Copy the full SHA
    9e65465 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #178 from izayl/patch-1

    fix(docs): miss braces
    elbywan authored Apr 29, 2023
    Configuration menu
    Copy the full SHA
    96150f0 View commit details
    Browse the repository at this point in the history
  3. 📝 Update node-fetch code snippet

    see #179
    elbywan committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    3b6ac7e View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. ⬆️ Bump engine.io and socket.io

    Bumps [engine.io](https://github.com/socketio/engine.io) and [socket.io](https://github.com/socketio/socket.io). These dependencies needed to be updated together.
    
    Updates `engine.io` from 6.2.1 to 6.4.2
    - [Release notes](https://github.com/socketio/engine.io/releases)
    - [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md)
    - [Commits](socketio/engine.io@6.2.1...6.4.2)
    
    Updates `socket.io` from 4.5.1 to 4.6.1
    - [Release notes](https://github.com/socketio/socket.io/releases)
    - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
    - [Commits](socketio/socket.io@4.5.1...4.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: engine.io
      dependency-type: indirect
    - dependency-name: socket.io
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 4, 2023
    Configuration menu
    Copy the full SHA
    3ef1738 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #180 from elbywan/dependabot/npm_and_yarn/engine.i…

    …o-and-socket.io-6.4.2
    
    ⬆️ Bump engine.io and socket.io
    elbywan authored May 4, 2023
    Configuration menu
    Copy the full SHA
    4ada402 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Fix .addons typo in README

    It's singular, not plural
    jamiew authored May 18, 2023
    Configuration menu
    Copy the full SHA
    e646004 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #183 from jamiew/patch-1

    Fix .addons typo in README
    elbywan authored May 18, 2023
    Configuration menu
    Copy the full SHA
    bf3bc0b View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. ⬆️ Bump socket.io-parser from 4.2.2 to 4.2.3

    Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.2 to 4.2.3.
    - [Release notes](https://github.com/socketio/socket.io-parser/releases)
    - [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
    - [Commits](socketio/socket.io-parser@4.2.2...4.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: socket.io-parser
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 24, 2023
    Configuration menu
    Copy the full SHA
    b42aa0f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #185 from elbywan/dependabot/npm_and_yarn/socket.i…

    …o-parser-4.2.3
    
    ⬆️ Bump socket.io-parser from 4.2.2 to 4.2.3
    elbywan authored May 24, 2023
    Configuration menu
    Copy the full SHA
    0b1b9b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. docs: fix example import in README.md

    you can just name the default export whatever you like, `as` only works to rename named exports or `* as foo` afaik
    CanRau authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    20f66a5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #191 from CanRau/patch-1

    docs: fix example import in README.md
    elbywan authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    238d17a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. 🏭 Add fallback catcher method

    should resolve #192
    elbywan committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    46610cf View commit details
    Browse the repository at this point in the history
  2. ⬆️ Upgrade dependencies

    elbywan committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    b183cf7 View commit details
    Browse the repository at this point in the history
  3. 2.6.0 tag

    elbywan committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    6647f35 View commit details
    Browse the repository at this point in the history
Loading