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: ardatan/whatwg-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @whatwg-node/fetch@0.6.0
Choose a base ref
...
head repository: ardatan/whatwg-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @whatwg-node/fetch@0.6.1
Choose a head ref
  • 2 commits
  • 13 files changed
  • 3 contributors

Commits on Jan 2, 2023

  1. Copy the full SHA
    9752cca View commit details
  2. chore(release): update monorepo packages versions (#243)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Jan 2, 2023
    Copy the full SHA
    d3c03c0 View commit details
7 changes: 7 additions & 0 deletions e2e/bun/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @e2e/bun

## 0.0.5

### Patch Changes

- Updated dependencies []:
- @e2e/shared-server@0.0.5

## 0.0.4

### Patch Changes
4 changes: 2 additions & 2 deletions e2e/bun/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@e2e/bun",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"scripts": {
"start": "bun src/index.ts",
"e2e": "bun wiptest"
},
"dependencies": {
"bun-types": "^0.4.0",
"@e2e/shared-server": "0.0.4"
"@e2e/shared-server": "0.0.5"
},
"devDependencies": {
"typescript": "4.9.4"
7 changes: 7 additions & 0 deletions e2e/shared-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @e2e/shared-server

## 0.0.5

### Patch Changes

- Updated dependencies []:
- @whatwg-node/router@0.1.1

## 0.0.4

### Patch Changes
4 changes: 2 additions & 2 deletions e2e/shared-server/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@e2e/shared-server",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"dependencies": {
"@whatwg-node/router": "0.1.0"
"@whatwg-node/router": "0.1.1"
}
}
7 changes: 7 additions & 0 deletions e2e/vercel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @e2e/vercel

## 0.0.5

### Patch Changes

- Updated dependencies []:
- @e2e/shared-server@0.0.5

## 0.0.4

### Patch Changes
4 changes: 2 additions & 2 deletions e2e/vercel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@e2e/vercel",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"scripts": {
"build": "node scripts/bundle.js",
@@ -13,7 +13,7 @@
"dependencies": {
"next": "13.1.1",
"@e2e/shared-scripts": "0.0.0",
"@e2e/shared-server": "0.0.4",
"@e2e/shared-server": "0.0.5",
"encoding": "0.1.13",
"react": "18.2.0",
"react-dom": "18.2.0"
6 changes: 6 additions & 0 deletions packages/fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @whatwg-node/fetch

## 0.6.1

### Patch Changes

- [`9752cca`](https://github.com/ardatan/whatwg-node/commit/9752cca54e7636114d87849ca9c7eb9be3d9dba8) Thanks [@ardatan](https://github.com/ardatan)! - Remove unnecessary ponyfill for the envs supporting Fetch by default

## 0.6.0

### Minor Changes
4 changes: 0 additions & 4 deletions packages/fetch/dist/global-ponyfill.js
Original file line number Diff line number Diff line change
@@ -14,8 +14,4 @@ module.exports.btoa = globalThis.btoa;
module.exports.TextEncoder = globalThis.TextEncoder;
module.exports.TextDecoder = globalThis.TextDecoder;
module.exports.URLPattern = globalThis.URLPattern;
if (!module.exports.URLPattern) {
const urlPatternModule = require('urlpattern-polyfill');
module.exports.URLPattern = urlPatternModule.URLPattern;
}
module.exports.createFetch = () => globalThis;
2 changes: 1 addition & 1 deletion packages/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whatwg-node/fetch",
"version": "0.6.0",
"version": "0.6.1",
"description": "Cross Platform Smart Fetch Ponyfill",
"author": "Arda TANRIKULU <ardatanrikulu@gmail.com>",
"repository": {
8 changes: 8 additions & 0 deletions packages/router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @whatwg-node/router

## 0.1.1

### Patch Changes

- Updated dependencies [[`9752cca`](https://github.com/ardatan/whatwg-node/commit/9752cca54e7636114d87849ca9c7eb9be3d9dba8)]:
- @whatwg-node/fetch@0.6.1
- @whatwg-node/server@0.5.3

## 0.1.0

### Minor Changes
6 changes: 3 additions & 3 deletions packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whatwg-node/router",
"version": "0.1.0",
"version": "0.1.1",
"description": "Fetch API compliant HTTP Router",
"author": "Arda TANRIKULU <ardatanrikulu@gmail.com>",
"repository": {
@@ -34,8 +34,8 @@
"directory": "dist"
},
"dependencies": {
"@whatwg-node/fetch": "0.6.0",
"@whatwg-node/server": "0.5.2",
"@whatwg-node/fetch": "0.6.1",
"@whatwg-node/server": "0.5.3",
"tslib": "^2.3.1"
}
}
7 changes: 7 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @whatwg-node/server

## 0.5.3

### Patch Changes

- Updated dependencies [[`9752cca`](https://github.com/ardatan/whatwg-node/commit/9752cca54e7636114d87849ca9c7eb9be3d9dba8)]:
- @whatwg-node/fetch@0.6.1

## 0.5.2

### Patch Changes
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whatwg-node/server",
"version": "0.5.2",
"version": "0.5.3",
"description": "Fetch API compliant HTTP Server adapter",
"author": "Arda TANRIKULU <ardatanrikulu@gmail.com>",
"repository": {
@@ -34,7 +34,7 @@
"directory": "dist"
},
"dependencies": {
"@whatwg-node/fetch": "0.6.0",
"@whatwg-node/fetch": "0.6.1",
"tslib": "^2.3.1"
},
"peerDependencies": {