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: larsgw/sync-fetch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.2
Choose a base ref
...
head repository: larsgw/sync-fetch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.2
Choose a head ref
  • 20 commits
  • 7 files changed
  • 3 contributors

Commits on Dec 31, 2022

  1. chore(deps): bump shell-quote from 1.7.2 to 1.7.3

    Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3.
    - [Release notes](https://github.com/substack/node-shell-quote/releases)
    - [Changelog](https://github.com/substack/node-shell-quote/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/substack/node-shell-quote/compare/v1.7.2...1.7.3)
    
    ---
    updated-dependencies:
    - dependency-name: shell-quote
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and larsgw committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    853ab3e View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump qs from 6.7.0 to 6.11.0

    Bumps [qs](https://github.com/ljharb/qs) from 6.7.0 to 6.11.0.
    - [Release notes](https://github.com/ljharb/qs/releases)
    - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
    - [Commits](ljharb/qs@v6.7.0...v6.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: qs
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and larsgw committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    a922caa View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. chore(deps): bump json5 from 1.0.1 to 1.0.2

    Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v1.0.1...v1.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and larsgw committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    8dbf40e View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

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

Commits on Jun 11, 2023

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

    larsgw committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    076a368 View commit details
    Browse the repository at this point in the history
  3. feat(browser): fetch binary outside Worker scopes

    Use at your own risk.
    
    See #36
    larsgw committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    02611fc View commit details
    Browse the repository at this point in the history
  4. 0.4.4

    larsgw committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    5c51848 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    479a418 View commit details
    Browse the repository at this point in the history
  6. 0.4.5

    larsgw committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    18f2c3d View commit details
    Browse the repository at this point in the history
  7. refactor!: replace Buffer with TextEncoder and Uint8Array

    Close #27
    
    BREAKING CHANGE: Support for IE and Edge <18 dropped.
    
    Co-authored-by: Arda TANRIKULU <[email protected]>
    larsgw and ardatan committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    1615baa View commit details
    Browse the repository at this point in the history
  8. 0.5.0

    larsgw committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    01c1d75 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    77a5b8f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ce210ce View commit details
    Browse the repository at this point in the history
  11. fix(browser): remove SyncResponse#buffer()

    Remove the broken, non-standard buffer() method
    on SyncReponse instances.
    larsgw committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    5d17fba View commit details
    Browse the repository at this point in the history
  12. 0.5.1

    larsgw committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    a1835cf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d5bf248 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6f00a2f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7325c8a View commit details
    Browse the repository at this point in the history
  16. 0.5.2

    larsgw committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    8b6a2b3 View commit details
    Browse the repository at this point in the history
Loading