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: developit/unfetch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.2.0
Choose a base ref
...
head repository: developit/unfetch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.0.0
Choose a head ref
  • 18 commits
  • 26 files changed
  • 5 contributors

Commits on Sep 20, 2018

  1. Merge #92

    Co-authored-by: Simon Buerger <simon@bluegrassdigital.com>
    Co-authored-by: Jason Miller <jason@developit.ca>
    developit and simonbuerger committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    628c907 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

  1. Updated example code

    Updated example code to ES6+ syntax.
    ericmurphyxyz authored Oct 31, 2018
    Configuration menu
    Copy the full SHA
    930657c View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. isomorphic-unfetch@3.1.0

    developit committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    23b29ab View commit details
    Browse the repository at this point in the history
  2. Update README.md

    developit authored Sep 29, 2020
    Configuration menu
    Copy the full SHA
    ee34cef View commit details
    Browse the repository at this point in the history
  3. Merge pull request #102 from ericmurphyxyz/patch-1

    Updated example code
    developit authored Sep 29, 2020
    Configuration menu
    Copy the full SHA
    4dabeb6 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. fix: update node-fetch to 3.x

    node-fetch is now ESM module only, thus this will be a breaking change
    and will requires at least Node.js 12.20.0.
    
    As suggested[1] by `node-fetch`, async import() function is used to load
    `node-fetch` asynchronously.
    
    BREAKING CHANGE: requires at least node 12.20.0
    
    [1]: https://github.com/node-fetch/node-fetch#commonjs
    RishikeshDarandale committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    385868d View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Configuration menu
    Copy the full SHA
    1da987b View commit details
    Browse the repository at this point in the history
  2. CI fix

    developit committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    d56f186 View commit details
    Browse the repository at this point in the history
  3. run tests in CI

    developit committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    e3e7e60 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'fix/update-node-fetch' of https://github.com/RishikeshD…

    …arandale/unfetch into RishikeshDarandale-fix/update-node-fetch
    developit committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    5d6342b View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. merge #156

    developit committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    47384d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56a6765 View commit details
    Browse the repository at this point in the history
  3. fix incorrect build script;

    developit committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    3fd53f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc4700f View commit details
    Browse the repository at this point in the history
  5. fix size plugin

    developit committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    2ea0c71 View commit details
    Browse the repository at this point in the history
  6. fix size plugin [2]

    developit committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    51359d9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #159 from developit/typescript-support

    Add full TypeScript definitions and export them, add basic TS tests.
    developit authored Dec 31, 2022
    Configuration menu
    Copy the full SHA
    fb69127 View commit details
    Browse the repository at this point in the history
  8. 5.0.0

    developit committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    e8f8baa View commit details
    Browse the repository at this point in the history
Loading