diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4fe99640..46df2928 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,11 +4,11 @@ All notable changes to this project will be documented in this auto-generated
file. The format is based on [Conventional Commits][1];
this project adheres to [Semantic Versioning][2].
-### [4.0.10][3] (2024-09-18)
+### [4.0.11][3] (2024-09-18)
#### 🪄 Fixes
-- **src:** pass empty `apiContext` to work around `multiZoneDraftMode` check ([c061b91][4])
+- **src:** stop Next.js from attempting to statically generate routes under test ([a461e81][4]) closes [#1076][5]
# Changelog
@@ -16,74 +16,80 @@ All notable changes to this project will be documented in this auto-generated
file. The format is based on [Conventional Commits][1];
this project adheres to [Semantic Versioning][2].
-### [4.0.9][5] (2024-09-13)
+### [4.0.10][6] (2024-09-18)
#### 🪄 Fixes
-- **src:** prevent ipv6-related failures due to assuming "localhost" resolvability ([99118a6][6]) closes [#1068][7]
+- **src:** pass empty `apiContext` to work around `multiZoneDraftMode` check ([c061b91][7])
+
+### [4.0.9][8] (2024-09-13)
+
+#### 🪄 Fixes
+
+- **src:** prevent ipv6-related failures due to assuming "localhost" resolvability ([99118a6][9]) closes [#1068][10]
#### ⚙️ Build System
-- **externals:** update is-next-compat to work with Octokit's new esm exports ([50d2976][8])
-- **husky:** update husky scripts ([88948b6][9])
-- **package:** downgrade @octokit/rest to 20 ([fa4b2af][10])
-- Remove spellchecker dependency ([b0701a2][11])
+- **externals:** update is-next-compat to work with Octokit's new esm exports ([50d2976][11])
+- **husky:** update husky scripts ([88948b6][12])
+- **package:** downgrade @octokit/rest to 20 ([fa4b2af][13])
+- Remove spellchecker dependency ([b0701a2][14])
-### [4.0.8][12] (2024-06-10)
+### [4.0.8][15] (2024-06-10)
#### ⚙️ Build System
-- Revert conventional-changelog-cli update ([9967120][13])
-- Update documentation generator ([43eec53][14])
+- Revert conventional-changelog-cli update ([9967120][16])
+- Update documentation generator ([43eec53][17])
-### [4.0.7][15] (2024-04-17)
+### [4.0.7][18] (2024-04-17)
#### ⚙️ Build System
-- **babel:** update core-js to 3.37 ([b6b5164][16])
-- **readme:** add section on jsdom support ([a48555f][17])
+- **babel:** update core-js to 3.37 ([b6b5164][19])
+- **readme:** add section on jsdom support ([a48555f][20])
-### [4.0.6][18] (2024-04-12)
+### [4.0.6][21] (2024-04-12)
#### 🪄 Fixes
-- **src:** extend backwards compatibility to msw\@1; remove optional msw peer dependency ([347d7ef][19])
+- **src:** extend backwards compatibility to msw\@1; remove optional msw peer dependency ([347d7ef][22])
-### [4.0.5][20] (2024-03-03)
+### [4.0.5][23] (2024-03-03)
#### 🪄 Fixes
-- **src:** replace request spread with explicit options ([633a046][21]) closes [#1011][22], [#983][23]
+- **src:** replace request spread with explicit options ([633a046][24]) closes [#1011][25], [#983][26]
-### [4.0.4][24] (2024-03-02)
+### [4.0.4][27] (2024-03-02)
#### 🪄 Fixes
-- **src:** allow relative url strings passed via url shorthand for App Router ([01b86b6][25]) closes [#1000][26]
-- **src:** prevent recursive redirection with undici/whatwg fetch ([22bb716][27]) closes [#993][28]
-- **src:** replace `AppRouteUserlandModule` with looser type ([502e666][29]) closes [#1006][30], [#1005][31]
+- **src:** allow relative url strings passed via url shorthand for App Router ([01b86b6][28]) closes [#1000][29]
+- **src:** prevent recursive redirection with undici/whatwg fetch ([22bb716][30]) closes [#993][31]
+- **src:** replace `AppRouteUserlandModule` with looser type ([502e666][32]) closes [#1006][33], [#1005][34]
-### [4.0.3][32] (2024-01-18)
+### [4.0.3][35] (2024-01-18)
#### 🪄 Fixes
-- **src:** ensure ephemeral test servers only listen on localhost ([d7774b3][33])
-- **src:** forcefully close all connections after closing test server (fixes [#962][34]) ([d03ca21][35])
+- **src:** ensure ephemeral test servers only listen on localhost ([d7774b3][36])
+- **src:** forcefully close all connections after closing test server (fixes [#962][37]) ([d03ca21][38])
-### [4.0.2][36] (2024-01-16)
+### [4.0.2][39] (2024-01-16)
#### 🪄 Fixes
-- **src:** add missing metadata not revealed by type information ([90ff665][37])
-- **src:** force normalization of request URLs passed to app handler ([8400a19][38])
+- **src:** add missing metadata not revealed by type information ([90ff665][40])
+- **src:** force normalization of request URLs passed to app handler ([8400a19][41])
-### [4.0.1][39] (2024-01-16)
+### [4.0.1][42] (2024-01-16)
#### 🪄 Fixes
-- **src:** pass Next.js more accurate app route metadata ([09389fe][40])
+- **src:** pass Next.js more accurate app route metadata ([09389fe][43])
-## [4.0.0][41] (2024-01-15)
+## [4.0.0][44] (2024-01-15)
### 💥 Breaking Changes 💥
@@ -137,136 +143,136 @@ this project adheres to [Semantic Versioning][2].
#### ✨ Features
-- Land initial App Router support ([e2d8865][42]) closes [#938][43], [#773][44]
-- Retire use of node-fetch ([5574831][45]) closes [#946][46]
-- **src:** warn when invoking testApiHandler with invalid property combos ([db599ac][47])
+- Land initial App Router support ([e2d8865][45]) closes [#938][46], [#773][47]
+- Retire use of node-fetch ([5574831][48]) closes [#946][49]
+- **src:** warn when invoking testApiHandler with invalid property combos ([db599ac][50])
#### 🪄 Fixes
-- Loosen type checking for `NextApiHandler`s ([fdfec8c][48])
-- **src:** deeply summon res.json() return value into our realm ([59f54a5][49])
-- **src:** ensure all results of calling ::json on Requests and Responses are summoned into our realm ([5c5f9a4][50])
-- **src:** ensure AsyncLocalStorage is available globally (might fix [#875][51]) ([43680d9][52])
-- **src:** ensure global fetch is restored after testApiHandler terminates ([75d4e1f][53])
-- **src:** forcefully coerce request.body into a ReadableStream ([f715331][54])
-- **src:** hoist globalThis.AsyncLocalStorage initialization to be as soon as possible ([85bb8fa][55])
-- **src:** normalize pagesHandler into NextApiHandler (esm<->cjs interop) ([0133e11][56])
-- Use more accurate return type for app router patchers ([62f1d0b][57])
+- Loosen type checking for `NextApiHandler`s ([fdfec8c][51])
+- **src:** deeply summon res.json() return value into our realm ([59f54a5][52])
+- **src:** ensure all results of calling ::json on Requests and Responses are summoned into our realm ([5c5f9a4][53])
+- **src:** ensure AsyncLocalStorage is available globally (might fix [#875][54]) ([43680d9][55])
+- **src:** ensure global fetch is restored after testApiHandler terminates ([75d4e1f][56])
+- **src:** forcefully coerce request.body into a ReadableStream ([f715331][57])
+- **src:** hoist globalThis.AsyncLocalStorage initialization to be as soon as possible ([85bb8fa][58])
+- **src:** normalize pagesHandler into NextApiHandler (esm<->cjs interop) ([0133e11][59])
+- Use more accurate return type for app router patchers ([62f1d0b][60])
#### ⚙️ Build System
-- **husky:** ensure hooks do not run on rebase ([913cbd0][58])
-- **package:** bump minimum supported node versions to maintained ([702cb44][59])
-- **package:** remove outdated properties ([dc23723][60])
+- **husky:** ensure hooks do not run on rebase ([913cbd0][61])
+- **package:** bump minimum supported node versions to maintained ([702cb44][62])
+- **package:** remove outdated properties ([dc23723][63])
#### 🧙🏿 Refactored
-- **src:** ensure request url is consistent across router types ([d72ae87][61])
+- **src:** ensure request url is consistent across router types ([d72ae87][64])
-## [3.2.0][62] (2024-01-04)
+## [3.2.0][65] (2024-01-04)
#### ✨ Features
-- Update headers for msw\@2 compatibility ([93b8a3c][63]) closes [#916][64]
+- Update headers for msw\@2 compatibility ([93b8a3c][66]) closes [#916][67]
-### [3.1.10][65] (2023-11-04)
+### [3.1.10][68] (2023-11-04)
#### 🪄 Fixes
-- Ensure compat with next\@12.1.0 ([ca1da40][66]) closes [#887][67]
+- Ensure compat with next\@12.1.0 ([ca1da40][69]) closes [#887][70]
#### ⚙️ Build System
-- Add core-js polyfills and have mercy on aging node versions ([a9d136b][68])
-- Modernize tooling ([db0223e][69])
-- Upgrade typescript-babel toolchain to nodenext ([e457064][70]) closes [#908][71]
+- Add core-js polyfills and have mercy on aging node versions ([a9d136b][71])
+- Modernize tooling ([db0223e][72])
+- Upgrade typescript-babel toolchain to nodenext ([e457064][73]) closes [#908][74]
#### 🔥 Reverted
-- _"docs(readme): update badge links"_ ([be90d57][72])
+- _"docs(readme): update badge links"_ ([be90d57][75])
-### [3.1.8][73] (2023-01-03)
+### [3.1.8][76] (2023-01-03)
#### ⚙️ Build System
-- **readme:** update maintainence badge and audit dependencies ([2a4ae05][74])
+- **readme:** update maintainence badge and audit dependencies ([2a4ae05][77])
-### [3.1.7][75] (2022-07-27)
+### [3.1.7][78] (2022-07-27)
#### ⚙️ Build System
-- **package:** update dependencies ([4af52f4][76])
+- **package:** update dependencies ([4af52f4][79])
-### [3.1.6][77] (2022-06-30)
+### [3.1.6][80] (2022-06-30)
#### 🪄 Fixes
-- Ensure non-object "headers" fetch argument is not mangled when mixing in default headers ([6e94142][78])
+- Ensure non-object "headers" fetch argument is not mangled when mixing in default headers ([6e94142][81])
-### [3.1.5][79] (2022-06-26)
+### [3.1.5][82] (2022-06-26)
#### 🪄 Fixes
-- Fix MSW bypass override instructions and unit test ([405f84d][80])
+- Fix MSW bypass override instructions and unit test ([405f84d][83])
-### [3.1.4][81] (2022-06-26)
+### [3.1.4][84] (2022-06-26)
#### ⚙️ Build System
-- **readme:** update MSW bypass override instructions under "test" entry in README ([b05e112][82])
+- **readme:** update MSW bypass override instructions under "test" entry in README ([b05e112][85])
-### [3.1.3][83] (2022-05-21)
+### [3.1.3][86] (2022-05-21)
#### ⚙️ Build System
-- **package:** update dev-dependencies ([36a2c44][84])
+- **package:** update dev-dependencies ([36a2c44][87])
-### [3.1.2][85] (2022-03-23)
+### [3.1.2][88] (2022-03-23)
#### ⚙️ Build System
-- **package:** update dependencies ([065b445][86])
+- **package:** update dependencies ([065b445][89])
-### [3.1.1][87] (2022-02-18)
+### [3.1.1][90] (2022-02-18)
#### 🪄 Fixes
-- Ensure compat with next\@12.1.0 ([484d702][88]) closes [#487][89]
+- Ensure compat with next\@12.1.0 ([484d702][91]) closes [#487][92]
#### 🔥 Reverted
-- _"refactor: update npm scripts, linting"_ ([77ad96d][90])
+- _"refactor: update npm scripts, linting"_ ([77ad96d][93])
-## [3.1.0][91] (2022-02-11)
+## [3.1.0][94] (2022-02-11)
#### ✨ Features
-- Automatically add the x-msw-bypass ([21b4b92][92])
+- Automatically add the x-msw-bypass ([21b4b92][95])
#### ⚙️ Build System
-- **deps:** bump next from 12.0.8 to 12.0.10 ([2a2f0b2][93])
-- **readme:** explain MSW compat default behavior ([0ee4ce5][94])
+- **deps:** bump next from 12.0.8 to 12.0.10 ([2a2f0b2][96])
+- **readme:** explain MSW compat default behavior ([0ee4ce5][97])
-### [3.0.3][95] (2022-02-05)
+### [3.0.3][98] (2022-02-05)
#### ⚙️ Build System
-- **package:** bump node-fetch to 2.6.7 ([1e8cd85][96])
+- **package:** bump node-fetch to 2.6.7 ([1e8cd85][99])
-### [3.0.2][97] (2022-01-03)
+### [3.0.2][100] (2022-01-03)
#### ⚙️ Build System
-- **readme:** update shields.io maintenance badge to 2022 ([84f74f5][98])
+- **readme:** update shields.io maintenance badge to 2022 ([84f74f5][101])
-### [3.0.1][99] (2021-12-27)
+### [3.0.1][102] (2021-12-27)
#### ⚙️ Build System
-- **package:** retire use of sort-package-json fork ([a925da2][100])
+- **package:** retire use of sort-package-json fork ([a925da2][103])
-## [3.0.0][101] (2021-12-17)
+## [3.0.0][104] (2021-12-17)
### 💥 Breaking Changes 💥
@@ -276,134 +282,134 @@ this project adheres to [Semantic Versioning][2].
#### ✨ Features
-- **package:** remove debug dependency (moved into dev-deps) ([d3c60cb][102])
-- **src:** improved error handling; add support for new `rejectOnHandlerError` option ([68d30da][103])
-- **src:** move test-listen functionality into NTARH; remove dependency ([15c899a][104])
-- **src:** replace isomorphic-unfetch with node-fetch ([5a1a2ee][105])
+- **package:** remove debug dependency (moved into dev-deps) ([d3c60cb][105])
+- **src:** improved error handling; add support for new `rejectOnHandlerError` option ([68d30da][106])
+- **src:** move test-listen functionality into NTARH; remove dependency ([15c899a][107])
+- **src:** replace isomorphic-unfetch with node-fetch ([5a1a2ee][108])
#### 🧙🏿 Refactored
-- **src:** update types ([73f44b7][106])
+- **src:** update types ([73f44b7][109])
-### [2.3.4][107] (2021-11-16)
+### [2.3.4][110] (2021-11-16)
#### 🪄 Fixes
-- **src:** lazy-load contents of the "cookies" field ([854704b][108])
+- **src:** lazy-load contents of the "cookies" field ([854704b][111])
#### ⚙️ Build System
-- Re-enable treeshaking in webpack ([9302bcc][109])
+- Re-enable treeshaking in webpack ([9302bcc][112])
-### [2.3.3][110] (2021-11-10)
+### [2.3.3][113] (2021-11-10)
#### ⚙️ Build System
-- Differentiate between esm and bundler distributables ([597c249][111])
+- Differentiate between esm and bundler distributables ([597c249][114])
-### [2.3.2][112] (2021-11-07)
+### [2.3.2][115] (2021-11-07)
#### 🪄 Fixes
-- **src:** es module compatibility; no longer attempts to require() in mjs files ([32eafab][113])
-- **src:** report parsed es module import failures properly ([cd98aab][114])
+- **src:** es module compatibility; no longer attempts to require() in mjs files ([32eafab][116])
+- **src:** report parsed es module import failures properly ([cd98aab][117])
-### [2.3.1][115] (2021-11-06)
+### [2.3.1][118] (2021-11-06)
#### ⚙️ Build System
-- Re-enable ESM (for bundlers) integration tests ([91f08d4][116])
+- Re-enable ESM (for bundlers) integration tests ([91f08d4][119])
-## [2.3.0][117] (2021-11-05)
+## [2.3.0][120] (2021-11-05)
#### ✨ Features
-- Automatically parse "set-cookie" headers; available in response.cookies ([cd3cd95][118]) closes [#373][119]
+- Automatically parse "set-cookie" headers; available in response.cookies ([cd3cd95][121]) closes [#373][122]
#### 🪄 Fixes
-- **src:** ensure exceptions do not prevent Jest from exiting ([8746e5f][120])
-- **src:** ensure webpack does not break dynamic require on compile ([ae778d1][121]) closes [#378][122]
-- Vastly improved error handling for those using node@<15 and/or npm@<7 ([c216caa][123])
+- **src:** ensure exceptions do not prevent Jest from exiting ([8746e5f][123])
+- **src:** ensure webpack does not break dynamic require on compile ([ae778d1][124]) closes [#378][125]
+- Vastly improved error handling for those using node@<15 and/or npm@<7 ([c216caa][126])
#### ⚙️ Build System
-- Add back nullish coalescing operator babel transform for older node versions ([5fbb6d2][124])
-- **package:** backport npm script fixes ([346e8de][125])
-- **src:** fix TS bundle errors on node\@12 and node\@14 ([812e6f2][126])
+- Add back nullish coalescing operator babel transform for older node versions ([5fbb6d2][127])
+- **package:** backport npm script fixes ([346e8de][128])
+- **src:** fix TS bundle errors on node\@12 and node\@14 ([812e6f2][129])
#### 🔥 Reverted
-- _"chore(github): enable debug mode"_ ([5034aba][127])
+- _"chore(github): enable debug mode"_ ([5034aba][130])
-### [2.2.1][128] (2021-08-29)
+### [2.2.1][131] (2021-08-29)
#### ⚙️ Build System
-- **license:** switch to MIT license ([de9ee17][129])
+- **license:** switch to MIT license ([de9ee17][132])
-## [2.2.0][130] (2021-08-22)
+## [2.2.0][133] (2021-08-22)
#### ✨ Features
-- **types:** expanded typescript support; `testApiHandler` weakly typed by default ([419d5fe][131])
+- **types:** expanded typescript support; `testApiHandler` weakly typed by default ([419d5fe][134])
-### [2.1.3][132] (2021-08-22)
+### [2.1.3][135] (2021-08-22)
#### 🪄 Fixes
-- **src:** ensure dependency resolution failure does not cause test runner to hang ([7916f00][133])
+- **src:** ensure dependency resolution failure does not cause test runner to hang ([7916f00][136])
-### [2.1.2][134] (2021-08-14)
+### [2.1.2][137] (2021-08-14)
#### 🪄 Fixes
-- **src:** memoize resolver import ([74241ee][135])
+- **src:** memoize resolver import ([74241ee][138])
#### ⚙️ Build System
-- **package:** improve build-docs npm script ([33b6a34][136])
-- **src:** add descriptions to TypeScript types ([1c3425c][137])
+- **package:** improve build-docs npm script ([33b6a34][139])
+- **src:** add descriptions to TypeScript types ([1c3425c][140])
-### [2.1.1][138] (2021-08-13)
+### [2.1.1][141] (2021-08-13)
#### 🪄 Fixes
-- **readme:** update install instructions; fix apollo example ([fd787ca][139])
+- **readme:** update install instructions; fix apollo example ([fd787ca][142])
#### ⚙️ Build System
-- **webpack.config:** second fix for faulty env management ([87ed12b][140])
+- **webpack.config:** second fix for faulty env management ([87ed12b][143])
-## [2.1.0][141] (2021-08-13)
+## [2.1.0][144] (2021-08-13)
#### ✨ Features
-- **src:** enable backwards compatibility all the way back to next\@9 ([c51cf02][142]) closes [#295][143]
+- **src:** enable backwards compatibility all the way back to next\@9 ([c51cf02][145]) closes [#295][146]
#### ⚙️ Build System
-- **webpack.config:** do not ignore warnings ([2b14d84][144])
-- **webpack.config:** fix faulty env management ([f477260][145])
+- **webpack.config:** do not ignore warnings ([2b14d84][147])
+- **webpack.config:** fix faulty env management ([f477260][148])
#### 🔥 Reverted
-- _"chore: update dependencies"_ ([f61fd8c][146]) closes [#296][147]
+- _"chore: update dependencies"_ ([f61fd8c][149]) closes [#296][150]
-### [2.0.2][148] (2021-07-29)
+### [2.0.2][151] (2021-07-29)
#### ⚙️ Build System
-- **external-scripts:** use latest mongodb native driver ([fd53fef][149])
-- **webpack.config.js:** more robust build process ([e5c6a99][150])
+- **external-scripts:** use latest mongodb native driver ([fd53fef][152])
+- **webpack.config.js:** more robust build process ([e5c6a99][153])
-### [2.0.1][151] (2021-06-27)
+### [2.0.1][154] (2021-06-27)
#### ⚙️ Build System
-- Update dependencies and publish fixed apollo example ([ef32668][152])
+- Update dependencies and publish fixed apollo example ([ef32668][155])
-## [2.0.0][153] (2021-06-27)
+## [2.0.0][156] (2021-06-27)
### 💥 Breaking Changes 💥
@@ -411,561 +417,564 @@ this project adheres to [Semantic Versioning][2].
#### ✨ Features
-- Add `url` and `paramsPatcher` ([ee31fa8][154])
+- Add `url` and `paramsPatcher` ([ee31fa8][157])
#### ⚙️ Build System
-- **package.json:** update dependencies ([2f1125c][155])
-- **package.json:** update dependencies ([7583209][156])
-- **package.json:** update next peer dependency to >=10.0.x ([bc5e72d][157])
-- Switch to @xunnamius/conventional-changelog-projector shared config ([bc7eb3d][158])
-- Update dependencies ([20ca255][159])
+- **package.json:** update dependencies ([2f1125c][158])
+- **package.json:** update dependencies ([7583209][159])
+- **package.json:** update next peer dependency to >=10.0.x ([bc5e72d][160])
+- Switch to @xunnamius/conventional-changelog-projector shared config ([bc7eb3d][161])
+- Update dependencies ([20ca255][162])
-### [1.2.24][160] (2021-05-08)
+### [1.2.24][163] (2021-05-08)
#### 🪄 Fixes
-- **index.ts:** next 10.2.0 compat ([af177c5][161])
+- **index.ts:** next 10.2.0 compat ([af177c5][164])
#### ⚙️ Build System
-- **.github/workflows:** disable old pipeline; begin transition to new pipeline ([364549e][162])
-- **.github/workflows:** overhaul pipeline workflows ([4db5d04][163])
-- **.github:** split BTD workflow into two separate workflows (security) ([99ad127][164])
-- **contributing.md:** split pipeline architecture information off into workflow README.md ([6d52302][165])
-- **package.json:** ensure hidden dirs' markdown files are seen by remark (linted and formatted) ([1f7fad4][166])
-- **package.json:** update dependencies ([d328a86][167])
-- **readme.md:** fix broken links ([6e7173f][168])
-- **readme.md:** improvements ([23cb780][169])
-- **readme.md:** include architecture description as workflow README.md ([1f25e5f][170])
+- **.github/workflows:** disable old pipeline; begin transition to new pipeline ([364549e][165])
+- **.github/workflows:** overhaul pipeline workflows ([4db5d04][166])
+- **.github:** split BTD workflow into two separate workflows (security) ([99ad127][167])
+- **contributing.md:** split pipeline architecture information off into workflow README.md ([6d52302][168])
+- **package.json:** ensure hidden dirs' markdown files are seen by remark (linted and formatted) ([1f7fad4][169])
+- **package.json:** update dependencies ([d328a86][170])
+- **readme.md:** fix broken links ([6e7173f][171])
+- **readme.md:** improvements ([23cb780][172])
+- **readme.md:** include architecture description as workflow README.md ([1f25e5f][173])
-### [1.2.23][171] (2021-03-14)
+### [1.2.23][174] (2021-03-14)
#### ⚙️ Build System
-- Better documentation ([0040582][172])
+- Better documentation ([0040582][175])
-### [1.2.22][173] (2021-03-12)
+### [1.2.22][176] (2021-03-12)
#### ⚙️ Build System
-- Update dependencies and fix find-package-json usage ([df9ede3][174])
+- Update dependencies and fix find-package-json usage ([df9ede3][177])
-### [1.2.21][175] (2021-03-12)
+### [1.2.21][178] (2021-03-12)
#### ⚙️ Build System
-- **build-test-deploy.yml:** actions version updates ([29aa25a][176])
-- **build-test-deploy.yml:** rollback some pipeline version updates ([8065757][177])
-- **package.json:** fix typedoc-markdown-plugin patch ([dd3e7fa][178]) closes [#126][179]
+- **build-test-deploy.yml:** actions version updates ([29aa25a][179])
+- **build-test-deploy.yml:** rollback some pipeline version updates ([8065757][180])
+- **package.json:** fix typedoc-markdown-plugin patch ([dd3e7fa][181]) closes [#126][182]
-### [1.2.20][180] (2021-02-22)
+### [1.2.20][183] (2021-02-22)
#### ⚙️ Build System
-- **package-lock.json:** update deps ([5a2d98f][181])
+- **package-lock.json:** update deps ([5a2d98f][184])
-### [1.2.19][182] (2021-02-22)
+### [1.2.19][185] (2021-02-22)
#### 🪄 Fixes
-- **.changelogrc.js:** fix dark magic ([b4157eb][183])
-- **is-next-compat.ts:** never use console.log ([81533c8][184])
-- **is-next-compat.ts:** use template string instead of literal ([3a4f0f1][185])
-- **unit-index.test.ts:** 100% test coverage ([72189e8][186])
+- **.changelogrc.js:** fix dark magic ([b4157eb][186])
+- **is-next-compat.ts:** never use console.log ([81533c8][187])
+- **is-next-compat.ts:** use template string instead of literal ([3a4f0f1][188])
+- **unit-index.test.ts:** 100% test coverage ([72189e8][189])
#### ⚙️ Build System
-- **.eslintrc.js:** account for node 12 ([cad0fb2][187])
-- **.github:** update workflows and templates ([54e51eb][188])
-- Backport new webpack config ([b268534][189])
-- **integration-external.test.ts:** ensure proper cwd is used for executing externals ([31c1d5b][190])
-- **is-next-compat.ts:** use execa instead of shelljs under the hood ([9d12004][191])
-- **package.json:** remove shelljs, update other deps ([11e192a][192])
-- **package.json:** update dependencies ([9e1705b][193])
-- Rename env-expect to expect-env ([035e98b][194])
-- **setup.ts:** fix several lib-pkg tools ([44d1967][195])
-- Spellcheck-commit and .changelogrc no longer use shelljs ([dd72fd1][196])
-- **test:** update with new lib-pkg tools ([004a657][197])
-- **unit-external.test.ts:** update with new lib-pkg tools ([6df7e73][198])
+- **.eslintrc.js:** account for node 12 ([cad0fb2][190])
+- **.github:** update workflows and templates ([54e51eb][191])
+- Backport new webpack config ([b268534][192])
+- **integration-external.test.ts:** ensure proper cwd is used for executing externals ([31c1d5b][193])
+- **is-next-compat.ts:** use execa instead of shelljs under the hood ([9d12004][194])
+- **package.json:** remove shelljs, update other deps ([11e192a][195])
+- **package.json:** update dependencies ([9e1705b][196])
+- Rename env-expect to expect-env ([035e98b][197])
+- **setup.ts:** fix several lib-pkg tools ([44d1967][198])
+- Spellcheck-commit and .changelogrc no longer use shelljs ([dd72fd1][199])
+- **test:** update with new lib-pkg tools ([004a657][200])
+- **unit-external.test.ts:** update with new lib-pkg tools ([6df7e73][201])
#### 🔥 Reverted
-- _"debug(build-test-deploy.yml): disable debug mode"_ ([6cefa7a][199])
+- _"debug(build-test-deploy.yml): disable debug mode"_ ([6cefa7a][202])
-### [1.2.18][200] (2021-02-11)
+### [1.2.18][203] (2021-02-11)
#### ⚙️ Build System
-- **package.json:** update to proper forked dependencies ([042291d][201])
+- **package.json:** update to proper forked dependencies ([042291d][204])
-### [1.2.17][202] (2021-02-10)
+### [1.2.17][205] (2021-02-10)
#### ⚙️ Build System
-- **webpack.config.js:** normalize webpack configuration across repos ([65f48a3][203])
-- **webpack.config.js:** remove ES6 syntax from JS file ([5ed6dbd][204])
+- **webpack.config.js:** normalize webpack configuration across repos ([65f48a3][206])
+- **webpack.config.js:** remove ES6 syntax from JS file ([5ed6dbd][207])
-### [1.2.16][205] (2021-02-10)
+### [1.2.16][208] (2021-02-10)
#### ⚙️ Build System
-- **package.json:** update dependencies ([aeef7a9][206])
+- **package.json:** update dependencies ([aeef7a9][209])
-### [1.2.15][207] (2021-02-08)
+### [1.2.15][210] (2021-02-08)
#### 🪄 Fixes
-- **readme.md:** simplify all examples with more modern syntax; remove @ergodark/types ([964bc47][208])
+- **readme.md:** simplify all examples with more modern syntax; remove @ergodark/types ([964bc47][211])
-### [1.2.14][209] (2021-02-08)
+### [1.2.14][212] (2021-02-08)
#### 🪄 Fixes
-- **readme.md:** add Apollo example and additional guidance ([ed357f5][210])
+- **readme.md:** add Apollo example and additional guidance ([ed357f5][213])
-### [1.2.13][211] (2021-02-05)
+### [1.2.13][214] (2021-02-05)
#### 🪄 Fixes
-- **config:** use transform-rename-import when building externals ([d224f5e][212])
-- **index.ts:** use NextApiHandler type (thanks [@janhesters][213]) ([473ff50][214])
-- **integration-webpack.test.ts:** actually call bundle in test ([f7a12de][215])
-- **is-next-compat.ts:** better handling of generics ([d7bc091][216])
-- Next no longer misclassified as CJS ([9ebac01][217])
+- **config:** use transform-rename-import when building externals ([d224f5e][215])
+- **index.ts:** use NextApiHandler type (thanks [@janhesters][216]) ([473ff50][217])
+- **integration-webpack.test.ts:** actually call bundle in test ([f7a12de][218])
+- **is-next-compat.ts:** better handling of generics ([d7bc091][219])
+- Next no longer misclassified as CJS ([9ebac01][220])
#### ⚙️ Build System
-- **build-test-deploy.yml:** drop support for node 10 ([6adde15][218])
-- **build-test-deploy.yml:** drop support for webpack 4 ([e508c06][219])
-- **build-test-deploy.yml:** remove externals exception ([5e3893a][220])
-- **cleanup.yml:** fix bugs in workflow ([cbf22fd][221])
-- Drop support for node 10 ([71e9103][222])
-- Only silence sjx if not DEBUG ([f01ce40][223])
-- **package.json:** improved build-dist ([a3526f2][224])
-- **package.json:** nicer destructured vals in docs ([661e62d][225])
-- **package.json:** remove extraneous module ([1f2ad6a][226])
-- **package.json:** update dependencies ([c64f761][227])
-- **post-release-check.yml:** add five-minute-sleep ([4a0552d][228])
-- **post-release-check.yml:** more resilient post-release check ([856435f][229])
-- Properly mocked unit tests for externals ([b3273df][230])
-- **test:** improved testing infrastructure ([fffe02e][231])
-- **types:** more precise unique-filename type ([a60793c][232])
+- **build-test-deploy.yml:** drop support for node 10 ([6adde15][221])
+- **build-test-deploy.yml:** drop support for webpack 4 ([e508c06][222])
+- **build-test-deploy.yml:** remove externals exception ([5e3893a][223])
+- **cleanup.yml:** fix bugs in workflow ([cbf22fd][224])
+- Drop support for node 10 ([71e9103][225])
+- Only silence sjx if not DEBUG ([f01ce40][226])
+- **package.json:** improved build-dist ([a3526f2][227])
+- **package.json:** nicer destructured vals in docs ([661e62d][228])
+- **package.json:** remove extraneous module ([1f2ad6a][229])
+- **package.json:** update dependencies ([c64f761][230])
+- **post-release-check.yml:** add five-minute-sleep ([4a0552d][231])
+- **post-release-check.yml:** more resilient post-release check ([856435f][232])
+- Properly mocked unit tests for externals ([b3273df][233])
+- **test:** improved testing infrastructure ([fffe02e][234])
+- **types:** more precise unique-filename type ([a60793c][235])
-### [1.2.12][233] (2021-01-23)
+### [1.2.12][236] (2021-01-23)
#### ⚙️ Build System
-- Remove erroneous module import ([6eb2a34][234])
+- Remove erroneous module import ([6eb2a34][237])
-### [1.2.11][235] (2021-01-23)
+### [1.2.11][238] (2021-01-23)
#### ⚙️ Build System
-- Backport/normalize across packages ([e589c1d][236])
+- Backport/normalize across packages ([e589c1d][239])
-### [1.2.10][237] (2021-01-22)
+### [1.2.10][240] (2021-01-22)
#### ⚙️ Build System
-- Update debug statement syntax ([52a2276][238])
+- Update debug statement syntax ([52a2276][241])
-### [1.2.9][239] (2021-01-21)
+### [1.2.9][242] (2021-01-21)
#### ⚙️ Build System
-- **.github/workflows/build-test-deploy.yml:** fix peer dependency installation ([12e5bbe][240])
+- **.github/workflows/build-test-deploy.yml:** fix peer dependency installation ([12e5bbe][243])
-### [1.2.8][241] (2021-01-13)
+### [1.2.8][244] (2021-01-13)
#### 🪄 Fixes
-- **readme.md:** ensure quick start example is functional ([87dc31f][242])
+- **readme.md:** ensure quick start example is functional ([87dc31f][245])
-### [1.2.7][243] (2021-01-12)
+### [1.2.7][246] (2021-01-12)
#### ⚙️ Build System
-- Rebuild lockfile ([94cfa38][244])
-- Update babel-plugin-transform-mjs-imports ([62089c7][245])
+- Rebuild lockfile ([94cfa38][247])
+- Update babel-plugin-transform-mjs-imports ([62089c7][248])
-### [1.2.6][246] (2021-01-06)
+### [1.2.6][249] (2021-01-06)
#### ⚙️ Build System
-- **package.json:** prune old deps ([2cf1d29][247])
+- **package.json:** prune old deps ([2cf1d29][250])
-### [1.2.5][248] (2021-01-06)
+### [1.2.5][251] (2021-01-06)
#### ⚙️ Build System
-- **.github/workflows/post-release-check.yml:** add new post-release-check ([a307efc][249])
-- **.github:** add is-next-compat workflow ([1823c05][250])
+- **.github/workflows/post-release-check.yml:** add new post-release-check ([a307efc][252])
+- **.github:** add is-next-compat workflow ([1823c05][253])
-### [1.2.4][251] (2021-01-06)
+### [1.2.4][254] (2021-01-06)
#### ⚙️ Build System
-- **readme.md:** add quick start example ([4e5e12c][252])
+- **readme.md:** add quick start example ([4e5e12c][255])
-### [1.2.3][253] (2021-01-05)
+### [1.2.3][256] (2021-01-05)
#### ⚙️ Build System
-- **package.json:** favor "prepare" over "postinstall" and use npx for dev tools ([a111c87][254])
+- **package.json:** favor "prepare" over "postinstall" and use npx for dev tools ([a111c87][257])
-### [1.2.2][255] (2021-01-05)
+### [1.2.2][258] (2021-01-05)
#### ⚙️ Build System
-- **readme.md:** cosmetic ([98b65c6][256])
+- **readme.md:** cosmetic ([98b65c6][259])
-### [1.2.1][257] (2021-01-05)
+### [1.2.1][260] (2021-01-05)
#### ⚙️ Build System
-- **package.json:** update dependencies, prune unused dependencies ([6ef6cbe][258])
+- **package.json:** update dependencies, prune unused dependencies ([6ef6cbe][261])
-## [1.2.0][259] (2021-01-05)
+## [1.2.0][262] (2021-01-05)
#### ✨ Features
-- **.changelogrc.js:** transfer repository over to semantic-release CI/CD ([b9d2bf0][260])
+- **.changelogrc.js:** transfer repository over to semantic-release CI/CD ([b9d2bf0][263])
#### ⚙️ Build System
-- **deps:** bump node-notifier from 8.0.0 to 8.0.1 ([45a79d4][261])
-- **test/unit-externals.test.ts:** add mongo uri env var to test explicitly ([e0e1fd9][262])
+- **deps:** bump node-notifier from 8.0.0 to 8.0.1 ([45a79d4][264])
+- **test/unit-externals.test.ts:** add mongo uri env var to test explicitly ([e0e1fd9][265])
-### [1.1.3][263] (2020-12-06)
+### [1.1.3][266] (2020-12-06)
#### ⚙️ Build System
-- **package.json:** audit and update deps ([c82695a][264])
-- **package.json:** manually bump version ([813b21a][265])
+- **package.json:** audit and update deps ([c82695a][267])
+- **package.json:** manually bump version ([813b21a][268])
-### [1.1.2][266] (2020-11-26)
+### [1.1.2][269] (2020-11-26)
#### 🪄 Fixes
-- **readme:** update install language ([b68c721][267])
+- **readme:** update install language ([b68c721][270])
-### [1.1.1][268] (2020-11-26)
+### [1.1.1][271] (2020-11-26)
#### 🪄 Fixes
-- **externals:** revert sort-package-json to maintainer version ([750055b][269])
-- **externals:** rewrite test workflow ([d604dfc][270])
+- **externals:** revert sort-package-json to maintainer version ([750055b][272])
+- **externals:** rewrite test workflow ([d604dfc][273])
-## [1.1.0][271] (2020-11-25)
+## [1.1.0][274] (2020-11-25)
#### 🪄 Fixes
-- **build:** move Next.js dependency to peer/dev dependencies ([0e7541f][272])
-- **externals:** updated remaining dependency references to peerDependency references ([ccf54fb][273])
+- **build:** move Next.js dependency to peer/dev dependencies ([0e7541f][275])
+- **externals:** updated remaining dependency references to peerDependency references ([ccf54fb][276])
-### [1.0.10][274] (2020-10-24)
+### [1.0.10][277] (2020-10-24)
-### [1.0.9][275] (2020-10-23)
+### [1.0.9][278] (2020-10-23)
-### [1.0.8][276] (2020-10-20)
+### [1.0.8][279] (2020-10-20)
-### [1.0.7][277] (2020-10-19)
+### [1.0.7][280] (2020-10-19)
-### [1.0.6][278] (2020-10-17)
+### [1.0.6][281] (2020-10-17)
-### [1.0.5][279] (2020-10-13)
+### [1.0.5][282] (2020-10-13)
-### [1.0.4][280] (2020-10-12)
+### [1.0.4][283] (2020-10-12)
-### [1.0.3][281] (2020-10-12)
+### [1.0.3][284] (2020-10-12)
-### [1.0.2][282] (2020-10-07)
+### [1.0.2][285] (2020-10-07)
-### [1.0.1][283] (2020-10-07)
+### [1.0.1][286] (2020-10-07)
## 1.0.0 (2020-10-07)
[1]: https://conventionalcommits.org
[2]: https://semver.org
-[3]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v4.0.9...v4.0.10
-[4]: https://github.com/Xunnamius/next-test-api-route-handler/commit/c061b91493c31cd74d076e05a78a7dc594737ed3
-[5]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v4.0.8...v4.0.9
-[6]: https://github.com/Xunnamius/next-test-api-route-handler/commit/99118a624cdebc2ed5783c184021e30f36aff6ad
-[7]: https://github.com/Xunnamius/next-test-api-route-handler/issues/1068
-[8]: https://github.com/Xunnamius/next-test-api-route-handler/commit/50d297642f1ed571d66cd42857afd8651690e3f3
-[9]: https://github.com/Xunnamius/next-test-api-route-handler/commit/88948b6f08ba0099dd22c1c3786c6e2c08ef9936
-[10]: https://github.com/Xunnamius/next-test-api-route-handler/commit/fa4b2afe931a4300ef7f8314cd264a9ee9c94bd5
-[11]: https://github.com/Xunnamius/next-test-api-route-handler/commit/b0701a2628bae2108ea1d9fed7e5e16f95eabeca
-[12]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v4.0.7...v4.0.8
-[13]: https://github.com/Xunnamius/next-test-api-route-handler/commit/99671200663cfc4ccc1270f5b068f12abe16c03b
-[14]: https://github.com/Xunnamius/next-test-api-route-handler/commit/43eec5385cb48f619257324a2fe1b54d29748ff1
-[15]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v4.0.6...v4.0.7
-[16]: https://github.com/Xunnamius/next-test-api-route-handler/commit/b6b5164dfa0b94d68f8cd955b175a62becd003a0
-[17]: https://github.com/Xunnamius/next-test-api-route-handler/commit/a48555f127b9420527a53d27ac8367246d4474ad
-[18]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v4.0.5...v4.0.6
-[19]: https://github.com/Xunnamius/next-test-api-route-handler/commit/347d7ef86ee6e4ca40c29793fbe112498a3d4b49
-[20]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v4.0.4...v4.0.5
-[21]: https://github.com/Xunnamius/next-test-api-route-handler/commit/633a0464435baec9e4ba6c91ed65909a9edaf298
-[22]: https://github.com/Xunnamius/next-test-api-route-handler/issues/1011
-[23]: https://github.com/Xunnamius/next-test-api-route-handler/issues/983
-[24]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v4.0.3...v4.0.4
-[25]: https://github.com/Xunnamius/next-test-api-route-handler/commit/01b86b61a75ed315d57d1c087aa4a269a355d601
-[26]: https://github.com/Xunnamius/next-test-api-route-handler/issues/1000
-[27]: https://github.com/Xunnamius/next-test-api-route-handler/commit/22bb71636c8a46e97d3a287d3534ae91ae4ad514
-[28]: https://github.com/Xunnamius/next-test-api-route-handler/issues/993
-[29]: https://github.com/Xunnamius/next-test-api-route-handler/commit/502e666158811993e875a64a8d4f924cdee83647
-[30]: https://github.com/Xunnamius/next-test-api-route-handler/issues/1006
-[31]: https://github.com/Xunnamius/next-test-api-route-handler/issues/1005
-[32]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v4.0.2...v4.0.3
-[33]: https://github.com/Xunnamius/next-test-api-route-handler/commit/d7774b30210969be5c5acaafe0330cc9c1541c40
-[34]: https://github.com/Xunnamius/next-test-api-route-handler/issues/962
-[35]: https://github.com/Xunnamius/next-test-api-route-handler/commit/d03ca21d9634a1c7a56bbe110b32adb56e6c1068
-[36]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v4.0.1...v4.0.2
-[37]: https://github.com/Xunnamius/next-test-api-route-handler/commit/90ff6656c8583b1766b6e6aa041c01e6a0bdca62
-[38]: https://github.com/Xunnamius/next-test-api-route-handler/commit/8400a194cf3a824209a8175f48bdd4f0e4c43f8c
-[39]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v4.0.0...v4.0.1
-[40]: https://github.com/Xunnamius/next-test-api-route-handler/commit/09389fe314bfe1048493b979bf79c65a6cdc27e5
-[41]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.2.0...v4.0.0
-[42]: https://github.com/Xunnamius/next-test-api-route-handler/commit/e2d8865b3b91f735e98d6c0a0c1e1c88d41e8802
-[43]: https://github.com/Xunnamius/next-test-api-route-handler/issues/938
-[44]: https://github.com/Xunnamius/next-test-api-route-handler/issues/773
-[45]: https://github.com/Xunnamius/next-test-api-route-handler/commit/5574831366a1678c12cb315bf4928dac99408b28
-[46]: https://github.com/Xunnamius/next-test-api-route-handler/issues/946
-[47]: https://github.com/Xunnamius/next-test-api-route-handler/commit/db599aceb97e9b9d36a9461c34084346287b097d
-[48]: https://github.com/Xunnamius/next-test-api-route-handler/commit/fdfec8cbdc465df160a169bfdee972054d514eeb
-[49]: https://github.com/Xunnamius/next-test-api-route-handler/commit/59f54a5aabc4356767e3ba2b4c0b551cd61e9891
-[50]: https://github.com/Xunnamius/next-test-api-route-handler/commit/5c5f9a48118896c43c03d19e3b12539c7a250714
-[51]: https://github.com/Xunnamius/next-test-api-route-handler/issues/875
-[52]: https://github.com/Xunnamius/next-test-api-route-handler/commit/43680d926fe803817507b4b9394fa5810752cf1f
-[53]: https://github.com/Xunnamius/next-test-api-route-handler/commit/75d4e1f4d1bcc92d9680bb0d74cf26667012265a
-[54]: https://github.com/Xunnamius/next-test-api-route-handler/commit/f715331be1b66cb5807785d74aeb47b692492302
-[55]: https://github.com/Xunnamius/next-test-api-route-handler/commit/85bb8fa5e60e2019e072367063a25b745d675ed9
-[56]: https://github.com/Xunnamius/next-test-api-route-handler/commit/0133e113145dc0c3836be3a73336ab2c024b66e7
-[57]: https://github.com/Xunnamius/next-test-api-route-handler/commit/62f1d0b2c5ca0146b903d233b73b659a54b7f16e
-[58]: https://github.com/Xunnamius/next-test-api-route-handler/commit/913cbd0f0487c9c98146855413fb91e16bb4a7b0
-[59]: https://github.com/Xunnamius/next-test-api-route-handler/commit/702cb444cc5e5c15b2d2b1000f27fca8368678e7
-[60]: https://github.com/Xunnamius/next-test-api-route-handler/commit/dc237233338af416993b0ec683a844abb6fab02b
-[61]: https://github.com/Xunnamius/next-test-api-route-handler/commit/d72ae876557d5f2e71da99a2d285c12bbe77319b
-[62]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.10...v3.2.0
-[63]: https://github.com/Xunnamius/next-test-api-route-handler/commit/93b8a3c92eb14a5b2d1006c315e26a3c3547a1c3
-[64]: https://github.com/Xunnamius/next-test-api-route-handler/issues/916
-[65]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.9...v3.1.10
-[66]: https://github.com/Xunnamius/next-test-api-route-handler/commit/ca1da40c8f14b9c4a39f198787f526759cd7fa8f
-[67]: https://github.com/Xunnamius/next-test-api-route-handler/issues/887
-[68]: https://github.com/Xunnamius/next-test-api-route-handler/commit/a9d136b2ada5dcac26a8509fd4590a2dec805a56
-[69]: https://github.com/Xunnamius/next-test-api-route-handler/commit/db0223ea0c74edab17489595c1c858eb035dd418
-[70]: https://github.com/Xunnamius/next-test-api-route-handler/commit/e457064ddbc7e3f7b1d96c7f27b5b74479303f2f
-[71]: https://github.com/Xunnamius/next-test-api-route-handler/issues/908
-[72]: https://github.com/Xunnamius/next-test-api-route-handler/commit/be90d573a3a6db09aa35e62bf228a70439f39e73
-[73]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.7...v3.1.8
-[74]: https://github.com/Xunnamius/next-test-api-route-handler/commit/2a4ae05a6d163902daff9021b375db5f362149d7
-[75]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.6...v3.1.7
-[76]: https://github.com/Xunnamius/next-test-api-route-handler/commit/4af52f43dcba1f6f57887fb977b1430f8009d872
-[77]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.5...v3.1.6
-[78]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6e94142b83d4d6bed7812bca2bd4226a6b67c49a
-[79]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.4...v3.1.5
-[80]: https://github.com/Xunnamius/next-test-api-route-handler/commit/405f84dabe68b72e11919066cc53dbc69ad4807d
-[81]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.3...v3.1.4
-[82]: https://github.com/Xunnamius/next-test-api-route-handler/commit/b05e112c11ead6b03c33a1a0bf1dc4fca4d29db5
-[83]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.2...v3.1.3
-[84]: https://github.com/Xunnamius/next-test-api-route-handler/commit/36a2c44e4b3f6f4f6d4ae9f8a566a42609ee362c
-[85]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.1...v3.1.2
-[86]: https://github.com/Xunnamius/next-test-api-route-handler/commit/065b4455016812575e1714cc680e57184b49cf5d
-[87]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.0...v3.1.1
-[88]: https://github.com/Xunnamius/next-test-api-route-handler/commit/484d7023539d95b8930d1665b4b613042b21fe9f
-[89]: https://github.com/Xunnamius/next-test-api-route-handler/issues/487
-[90]: https://github.com/Xunnamius/next-test-api-route-handler/commit/77ad96dc4a1e3c79f9f75b6827f74f501cce8f5d
-[91]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.0.3...v3.1.0
-[92]: https://github.com/Xunnamius/next-test-api-route-handler/commit/21b4b928a40b685a99df34ad20845c97615ee1c8
-[93]: https://github.com/Xunnamius/next-test-api-route-handler/commit/2a2f0b28b07f8a176a5333551b5788033f90274a
-[94]: https://github.com/Xunnamius/next-test-api-route-handler/commit/0ee4ce58b1c7a8b4ea2096c01142097f427b2a00
-[95]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.0.2...v3.0.3
-[96]: https://github.com/Xunnamius/next-test-api-route-handler/commit/1e8cd8573cdcfa3489526244c40f373a71d92b40
-[97]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.0.1...v3.0.2
-[98]: https://github.com/Xunnamius/next-test-api-route-handler/commit/84f74f55027cd4e67b7e7929f668d4de387dc3c3
-[99]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.0.0...v3.0.1
-[100]: https://github.com/Xunnamius/next-test-api-route-handler/commit/a925da287a02b6c36b588b6804e7b0b628364b25
-[101]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.3.4...v3.0.0
-[102]: https://github.com/Xunnamius/next-test-api-route-handler/commit/d3c60cbd506eb22a4bb23554b06668076e687ad9
-[103]: https://github.com/Xunnamius/next-test-api-route-handler/commit/68d30dac2210e4f976afbf5c59378d6b314d4ec3
-[104]: https://github.com/Xunnamius/next-test-api-route-handler/commit/15c899a98423c612571886115308e68e20633a1b
-[105]: https://github.com/Xunnamius/next-test-api-route-handler/commit/5a1a2ee806f4cfd5d199d54dbd82f9f945da1694
-[106]: https://github.com/Xunnamius/next-test-api-route-handler/commit/73f44b78c2ee92b443adf99e248c03b985b80891
-[107]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.3.3...v2.3.4
-[108]: https://github.com/Xunnamius/next-test-api-route-handler/commit/854704ba9a7f374753e1a51f4fe00db761d7718f
-[109]: https://github.com/Xunnamius/next-test-api-route-handler/commit/9302bcc882e9cd4080526f5192186b5259e08726
-[110]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.3.2...v2.3.3
-[111]: https://github.com/Xunnamius/next-test-api-route-handler/commit/597c2497a137c86696aba9b750b60f43d728495f
-[112]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.3.1...v2.3.2
-[113]: https://github.com/Xunnamius/next-test-api-route-handler/commit/32eafabd592856a7ef286d7d0157e38a8275695d
-[114]: https://github.com/Xunnamius/next-test-api-route-handler/commit/cd98aab7eea7bdd4b988402b57ce5e93572a7850
-[115]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.3.0...v2.3.1
-[116]: https://github.com/Xunnamius/next-test-api-route-handler/commit/91f08d426081afc1009e50d7b9ee6a0a2259268b
-[117]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.2.1...v2.3.0
-[118]: https://github.com/Xunnamius/next-test-api-route-handler/commit/cd3cd95adb536b05a3cfe8bd0b12329c9acad166
-[119]: https://github.com/Xunnamius/next-test-api-route-handler/issues/373
-[120]: https://github.com/Xunnamius/next-test-api-route-handler/commit/8746e5fb6b337131303ad0c011c864d5152a864d
-[121]: https://github.com/Xunnamius/next-test-api-route-handler/commit/ae778d18f1c01e36070f0612067ec9f00f14a665
-[122]: https://github.com/Xunnamius/next-test-api-route-handler/issues/378
-[123]: https://github.com/Xunnamius/next-test-api-route-handler/commit/c216caa659a0fcf807ff6b1a0c11c2b331e27d3c
-[124]: https://github.com/Xunnamius/next-test-api-route-handler/commit/5fbb6d20cab097250cb8c62d0c5edb6fe80f0bfc
-[125]: https://github.com/Xunnamius/next-test-api-route-handler/commit/346e8de1390ba46e9dc8faccc0977c5f50a9dc32
-[126]: https://github.com/Xunnamius/next-test-api-route-handler/commit/812e6f262726e328a57cdb0833fb8bfbbcce6708
-[127]: https://github.com/Xunnamius/next-test-api-route-handler/commit/5034aba01f30bfb7787247054d12d7dbb90469e6
-[128]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.2.0...v2.2.1
-[129]: https://github.com/Xunnamius/next-test-api-route-handler/commit/de9ee177491855eb0ac095f9a1a3e5cfad820420
-[130]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.1.3...v2.2.0
-[131]: https://github.com/Xunnamius/next-test-api-route-handler/commit/419d5fe805928605b85fe0e5c64c80eb5a1d798d
-[132]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.1.2...v2.1.3
-[133]: https://github.com/Xunnamius/next-test-api-route-handler/commit/7916f0026b59e6325b59395f61b142056c6c8220
-[134]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.1.1...v2.1.2
-[135]: https://github.com/Xunnamius/next-test-api-route-handler/commit/74241eeee173a6cf8f987608946c3d8691a67c27
-[136]: https://github.com/Xunnamius/next-test-api-route-handler/commit/33b6a34a126909a354a7c3f5d523b0fa47acb960
-[137]: https://github.com/Xunnamius/next-test-api-route-handler/commit/1c3425caf7d80793a2c1e88ff8fbd29ada8adf2d
-[138]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.1.0...v2.1.1
-[139]: https://github.com/Xunnamius/next-test-api-route-handler/commit/fd787ca116c3a84f9393f22bf7e898db0a22f5e1
-[140]: https://github.com/Xunnamius/next-test-api-route-handler/commit/87ed12b68e930342649c65a76455396879658d48
-[141]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.0.2...v2.1.0
-[142]: https://github.com/Xunnamius/next-test-api-route-handler/commit/c51cf0222e17066c03cd80e1c76c5e9f49cacc2e
-[143]: https://github.com/Xunnamius/next-test-api-route-handler/issues/295
-[144]: https://github.com/Xunnamius/next-test-api-route-handler/commit/2b14d8499f4845d0e2d20fd2098f509f5edc16f9
-[145]: https://github.com/Xunnamius/next-test-api-route-handler/commit/f4772607ebb8641ea4e0d6ac2fd152f76dff3f7c
-[146]: https://github.com/Xunnamius/next-test-api-route-handler/commit/f61fd8c5ea52265a7ff15252d720d135890880f2
-[147]: https://github.com/Xunnamius/next-test-api-route-handler/issues/296
-[148]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.0.1...v2.0.2
-[149]: https://github.com/Xunnamius/next-test-api-route-handler/commit/fd53fefc6d5c2ff67ed2669b18e28b7ef7005c12
-[150]: https://github.com/Xunnamius/next-test-api-route-handler/commit/e5c6a994d4b553369ae42b6be0ae1932346ebbd6
-[151]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.0.0...v2.0.1
-[152]: https://github.com/Xunnamius/next-test-api-route-handler/commit/ef32668428df303c4e536aae5793ed14eee0ade5
-[153]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.24...v2.0.0
-[154]: https://github.com/Xunnamius/next-test-api-route-handler/commit/ee31fa8cefdc2b8b8197d3889fb8aac27467b374
-[155]: https://github.com/Xunnamius/next-test-api-route-handler/commit/2f1125cfb481e94af4248cf5b5dfce729cc4d662
-[156]: https://github.com/Xunnamius/next-test-api-route-handler/commit/75832099f4c4d0e329aca469ac16c8a25100c26d
-[157]: https://github.com/Xunnamius/next-test-api-route-handler/commit/bc5e72d9d40f1991315ac0657a4b212331dc065f
-[158]: https://github.com/Xunnamius/next-test-api-route-handler/commit/bc7eb3db18aa70345a1c11d96436b374a15c3b7f
-[159]: https://github.com/Xunnamius/next-test-api-route-handler/commit/20ca255e01d0c2e7824707e19f41ca5a8de0140e
-[160]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.23...v1.2.24
-[161]: https://github.com/Xunnamius/next-test-api-route-handler/commit/af177c5035c22ab923dd62f6dc82702373f740d4
-[162]: https://github.com/Xunnamius/next-test-api-route-handler/commit/364549e2845965954af62fdfa6c1dfa0d6f91f2f
-[163]: https://github.com/Xunnamius/next-test-api-route-handler/commit/4db5d04d6a7117fe8e2113d2fafc6150a81f611c
-[164]: https://github.com/Xunnamius/next-test-api-route-handler/commit/99ad1276e7e69218719ee2b27173e4ffcb7337f6
-[165]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6d523027b8d650ae0a2d121c349e6a4c48af6792
-[166]: https://github.com/Xunnamius/next-test-api-route-handler/commit/1f7fad4d512f1839d96c6264f2d4abb1c5ed11e7
-[167]: https://github.com/Xunnamius/next-test-api-route-handler/commit/d328a86317c60206bda565ba2e315113dadd0c9b
-[168]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6e7173fca4cbe778419eeff92ddbf7c03c2b00d5
-[169]: https://github.com/Xunnamius/next-test-api-route-handler/commit/23cb7804d5f0e775b75eaefb4588beb179dcdcdf
-[170]: https://github.com/Xunnamius/next-test-api-route-handler/commit/1f25e5fb8b2797621d316e18b01ee503fb4d1263
-[171]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.22...v1.2.23
-[172]: https://github.com/Xunnamius/next-test-api-route-handler/commit/0040582d2f89e9a14c2335dc85cd5f9201bff644
-[173]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.21...v1.2.22
-[174]: https://github.com/Xunnamius/next-test-api-route-handler/commit/df9ede3ddde3a2df6a42224ab3302e599bd61516
-[175]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.20...v1.2.21
-[176]: https://github.com/Xunnamius/next-test-api-route-handler/commit/29aa25a9e2572be5b418fbee9d2d8aba2056583e
-[177]: https://github.com/Xunnamius/next-test-api-route-handler/commit/806575792fe9e1522bd6bce0eb10f1bd3407da64
-[178]: https://github.com/Xunnamius/next-test-api-route-handler/commit/dd3e7faadf148b23994f443a2247cc1316639e7d
-[179]: https://github.com/Xunnamius/next-test-api-route-handler/issues/126
-[180]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.19...v1.2.20
-[181]: https://github.com/Xunnamius/next-test-api-route-handler/commit/5a2d98f3ddb34e9d934f16510a73cacd43ee42ee
-[182]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.18...v1.2.19
-[183]: https://github.com/Xunnamius/next-test-api-route-handler/commit/b4157eba128f6a787531fdabf2bebf78851a0d9a
-[184]: https://github.com/Xunnamius/next-test-api-route-handler/commit/81533c8953adde75499cd11b552bca5f970addca
-[185]: https://github.com/Xunnamius/next-test-api-route-handler/commit/3a4f0f150779a226ee3c9f45fde201391fa1bec0
-[186]: https://github.com/Xunnamius/next-test-api-route-handler/commit/72189e80136b0567de8fc65eed9b2a4be365ca1a
-[187]: https://github.com/Xunnamius/next-test-api-route-handler/commit/cad0fb2b6153434d3be41f394f1fa636cc930435
-[188]: https://github.com/Xunnamius/next-test-api-route-handler/commit/54e51ebd0e133fb469306b76bc756c283a71a2c1
-[189]: https://github.com/Xunnamius/next-test-api-route-handler/commit/b2685345493165cc63136b051cc5fafbf02f5c48
-[190]: https://github.com/Xunnamius/next-test-api-route-handler/commit/31c1d5b358df78e0f27e881c0329355d91370995
-[191]: https://github.com/Xunnamius/next-test-api-route-handler/commit/9d12004ad5adfc5d4d6992bdb67c52168829967e
-[192]: https://github.com/Xunnamius/next-test-api-route-handler/commit/11e192a670c5cf40faff32abeecb610534cd382b
-[193]: https://github.com/Xunnamius/next-test-api-route-handler/commit/9e1705b88fbcb5c4794abfb56691bdea7500db0d
-[194]: https://github.com/Xunnamius/next-test-api-route-handler/commit/035e98bbe4b6bcf1ec6de40ee38b36ec107e8186
-[195]: https://github.com/Xunnamius/next-test-api-route-handler/commit/44d1967a412ca67829deeb29c7603ddf7e42f435
-[196]: https://github.com/Xunnamius/next-test-api-route-handler/commit/dd72fd1859fd74df3af0d47a1747d8c404abc3a7
-[197]: https://github.com/Xunnamius/next-test-api-route-handler/commit/004a657bafaab0419e645b6388c7536e38a1ef22
-[198]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6df7e73fff51036c63efc7ba898c3d76bc47deb7
-[199]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6cefa7ae41832e61ef6df75409be61141f7d1687
-[200]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.17...v1.2.18
-[201]: https://github.com/Xunnamius/next-test-api-route-handler/commit/042291d26742dfdda3742e6171efa25e9d3953ce
-[202]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.16...v1.2.17
-[203]: https://github.com/Xunnamius/next-test-api-route-handler/commit/65f48a3d97184bb8a1be4fd27e86be0d7cd6bb00
-[204]: https://github.com/Xunnamius/next-test-api-route-handler/commit/5ed6dbd1cdcb15745f4979f1a716d9bce9a93afb
-[205]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.15...v1.2.16
-[206]: https://github.com/Xunnamius/next-test-api-route-handler/commit/aeef7a9726934852e1a51c9da98c4a96a9c70044
-[207]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.14...v1.2.15
-[208]: https://github.com/Xunnamius/next-test-api-route-handler/commit/964bc47f80691e83d92082fcaa0679219b8543f5
-[209]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.13...v1.2.14
-[210]: https://github.com/Xunnamius/next-test-api-route-handler/commit/ed357f5211a49bfffbb28f03d60f157fa23d14b4
-[211]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.12...v1.2.13
-[212]: https://github.com/Xunnamius/next-test-api-route-handler/commit/d224f5eff5a786b96614b2c3f826eba610027da0
-[213]: https://github.com/janhesters
-[214]: https://github.com/Xunnamius/next-test-api-route-handler/commit/473ff500fb2c954ce32be911bde943259ae1bbef
-[215]: https://github.com/Xunnamius/next-test-api-route-handler/commit/f7a12ded8f43359fd3079ea8294a2199c34b2d26
-[216]: https://github.com/Xunnamius/next-test-api-route-handler/commit/d7bc091fe8f8e85b70987cfa4c663c7c8fd018c8
-[217]: https://github.com/Xunnamius/next-test-api-route-handler/commit/9ebac018798ac82b97b8163bc5713b43001f592c
-[218]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6adde1576f4aeb8b9a72cdcefc2ea6bd4b71a5cd
-[219]: https://github.com/Xunnamius/next-test-api-route-handler/commit/e508c06b77d225f150ebfce6409c2506a88efe4c
-[220]: https://github.com/Xunnamius/next-test-api-route-handler/commit/5e3893a425b95ac2b12edc2195171de85afcfd0a
-[221]: https://github.com/Xunnamius/next-test-api-route-handler/commit/cbf22fdd78e28e02ec4213156c6c72ba16c8bfa3
-[222]: https://github.com/Xunnamius/next-test-api-route-handler/commit/71e9103df5660fea2af3211b1d6c1fa72b1dd3c7
-[223]: https://github.com/Xunnamius/next-test-api-route-handler/commit/f01ce4041b2fb1fd24052ce17008df9746652730
-[224]: https://github.com/Xunnamius/next-test-api-route-handler/commit/a3526f28057201fcce19c752e554e705b8e3a922
-[225]: https://github.com/Xunnamius/next-test-api-route-handler/commit/661e62d53be74211d3d158ad90c196f43c8fe6db
-[226]: https://github.com/Xunnamius/next-test-api-route-handler/commit/1f2ad6a2cdc863b183ac7f7bef756dd90c057ebe
-[227]: https://github.com/Xunnamius/next-test-api-route-handler/commit/c64f761c3b2cc69cf07cd7dd88e9671deb66fc4f
-[228]: https://github.com/Xunnamius/next-test-api-route-handler/commit/4a0552d2c730842371325111276c58651dabc558
-[229]: https://github.com/Xunnamius/next-test-api-route-handler/commit/856435f02ebe2f44b13c92cc6c794eeab2b345d0
-[230]: https://github.com/Xunnamius/next-test-api-route-handler/commit/b3273dfbe43cb4c9ececdb4863ff4259f38807ec
-[231]: https://github.com/Xunnamius/next-test-api-route-handler/commit/fffe02e14615daba1f9f8ec1bb2a4024ceb93e84
-[232]: https://github.com/Xunnamius/next-test-api-route-handler/commit/a60793c620fe926308f8c99c61076da81aebe2fa
-[233]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.11...v1.2.12
-[234]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6eb2a348b1352e9f30d7ecacbaba01fa11cf1cfe
-[235]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.10...v1.2.11
-[236]: https://github.com/Xunnamius/next-test-api-route-handler/commit/e589c1d48aa1dae40643385c6acfcbacf9b40e16
-[237]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.9...v1.2.10
-[238]: https://github.com/Xunnamius/next-test-api-route-handler/commit/52a22765e17759271e7ba6c83ce9f3609500b5f3
-[239]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.8...v1.2.9
-[240]: https://github.com/Xunnamius/next-test-api-route-handler/commit/12e5bbe1bf36fda3ef938c7ed7cd445fec3901c9
-[241]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.7...v1.2.8
-[242]: https://github.com/Xunnamius/next-test-api-route-handler/commit/87dc31f264682d8048ee8d4cba4dbf866666bf07
-[243]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.6...v1.2.7
-[244]: https://github.com/Xunnamius/next-test-api-route-handler/commit/94cfa3806bfa0250e9b2dd5b3abfb2ff65c77c6a
-[245]: https://github.com/Xunnamius/next-test-api-route-handler/commit/62089c79f6c9b585d2bb8ca0a8b87bd355b8695f
-[246]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.5...v1.2.6
-[247]: https://github.com/Xunnamius/next-test-api-route-handler/commit/2cf1d29159fb746dc4a7c09a8193e46c6bec3823
-[248]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.4...v1.2.5
-[249]: https://github.com/Xunnamius/next-test-api-route-handler/commit/a307efcf2cdf60679d68fab385bdc8951a476ace
-[250]: https://github.com/Xunnamius/next-test-api-route-handler/commit/1823c055f034e528337c68d710164097e423f6e2
-[251]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.3...v1.2.4
-[252]: https://github.com/Xunnamius/next-test-api-route-handler/commit/4e5e12c0df4fc80abb696d32718440ff294902e7
-[253]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.2...v1.2.3
-[254]: https://github.com/Xunnamius/next-test-api-route-handler/commit/a111c87ccd863ce4dac85a5bd0281d87affe3b63
-[255]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.1...v1.2.2
-[256]: https://github.com/Xunnamius/next-test-api-route-handler/commit/98b65c6da330040e4bcbc22fe28db87c3965fd0e
-[257]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.0...v1.2.1
-[258]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6ef6cbeb143648eb1fed5eff39071a06e7354275
-[259]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.1.3...v1.2.0
-[260]: https://github.com/Xunnamius/next-test-api-route-handler/commit/b9d2bf010fba4b163e1eea0801271292a0e74308
-[261]: https://github.com/Xunnamius/next-test-api-route-handler/commit/45a79d41835b5146912511f8b583c9128d154cf9
-[262]: https://github.com/Xunnamius/next-test-api-route-handler/commit/e0e1fd951fbe63c04c264ad11ab1fa7a39e1679a
-[263]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.1.2...v1.1.3
-[264]: https://github.com/Xunnamius/next-test-api-route-handler/commit/c82695a8816b6cd5f0e11d09cc2f948a30a416e9
-[265]: https://github.com/Xunnamius/next-test-api-route-handler/commit/813b21ad1e2c78594903b3a8f504f4460d8e506e
-[266]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.1.1...v1.1.2
-[267]: https://github.com/Xunnamius/next-test-api-route-handler/commit/b68c721e5100baa883c7096e5cc4e81c1c60ed00
-[268]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.1.0...v1.1.1
-[269]: https://github.com/Xunnamius/next-test-api-route-handler/commit/750055b92699fc7f1c06349ccdb0ddc0179f891a
-[270]: https://github.com/Xunnamius/next-test-api-route-handler/commit/d604dfc39d2e77cbe1234b8349a2ecef81a9e54a
-[271]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.10...v1.1.0
-[272]: https://github.com/Xunnamius/next-test-api-route-handler/commit/0e7541fbecd2e3bacc124f624bfca2b56ceeb89f
-[273]: https://github.com/Xunnamius/next-test-api-route-handler/commit/ccf54fb480e35961647900d345149d3cd1cf60d8
-[274]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.9...v1.0.10
-[275]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.8...v1.0.9
-[276]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.7...v1.0.8
-[277]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.6...v1.0.7
-[278]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.5...v1.0.6
-[279]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.4...v1.0.5
-[280]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.3...v1.0.4
-[281]: https://github.com/Xunnamius/next-test-api-route-handler/compare/1.0.2...v1.0.3
-[282]: https://github.com/Xunnamius/next-test-api-route-handler/compare/1.0.1...1.0.2
-[283]: https://github.com/Xunnamius/next-test-api-route-handler/compare/1.0.0...1.0.1
+[3]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v4.0.10...v4.0.11
+[4]: https://github.com/Xunnamius/next-test-api-route-handler/commit/a461e8108624c221c70702d1068092a640a5bae5
+[5]: https://github.com/Xunnamius/next-test-api-route-handler/issues/1076
+[6]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v4.0.9...v4.0.10
+[7]: https://github.com/Xunnamius/next-test-api-route-handler/commit/c061b91493c31cd74d076e05a78a7dc594737ed3
+[8]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v4.0.8...v4.0.9
+[9]: https://github.com/Xunnamius/next-test-api-route-handler/commit/99118a624cdebc2ed5783c184021e30f36aff6ad
+[10]: https://github.com/Xunnamius/next-test-api-route-handler/issues/1068
+[11]: https://github.com/Xunnamius/next-test-api-route-handler/commit/50d297642f1ed571d66cd42857afd8651690e3f3
+[12]: https://github.com/Xunnamius/next-test-api-route-handler/commit/88948b6f08ba0099dd22c1c3786c6e2c08ef9936
+[13]: https://github.com/Xunnamius/next-test-api-route-handler/commit/fa4b2afe931a4300ef7f8314cd264a9ee9c94bd5
+[14]: https://github.com/Xunnamius/next-test-api-route-handler/commit/b0701a2628bae2108ea1d9fed7e5e16f95eabeca
+[15]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v4.0.7...v4.0.8
+[16]: https://github.com/Xunnamius/next-test-api-route-handler/commit/99671200663cfc4ccc1270f5b068f12abe16c03b
+[17]: https://github.com/Xunnamius/next-test-api-route-handler/commit/43eec5385cb48f619257324a2fe1b54d29748ff1
+[18]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v4.0.6...v4.0.7
+[19]: https://github.com/Xunnamius/next-test-api-route-handler/commit/b6b5164dfa0b94d68f8cd955b175a62becd003a0
+[20]: https://github.com/Xunnamius/next-test-api-route-handler/commit/a48555f127b9420527a53d27ac8367246d4474ad
+[21]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v4.0.5...v4.0.6
+[22]: https://github.com/Xunnamius/next-test-api-route-handler/commit/347d7ef86ee6e4ca40c29793fbe112498a3d4b49
+[23]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v4.0.4...v4.0.5
+[24]: https://github.com/Xunnamius/next-test-api-route-handler/commit/633a0464435baec9e4ba6c91ed65909a9edaf298
+[25]: https://github.com/Xunnamius/next-test-api-route-handler/issues/1011
+[26]: https://github.com/Xunnamius/next-test-api-route-handler/issues/983
+[27]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v4.0.3...v4.0.4
+[28]: https://github.com/Xunnamius/next-test-api-route-handler/commit/01b86b61a75ed315d57d1c087aa4a269a355d601
+[29]: https://github.com/Xunnamius/next-test-api-route-handler/issues/1000
+[30]: https://github.com/Xunnamius/next-test-api-route-handler/commit/22bb71636c8a46e97d3a287d3534ae91ae4ad514
+[31]: https://github.com/Xunnamius/next-test-api-route-handler/issues/993
+[32]: https://github.com/Xunnamius/next-test-api-route-handler/commit/502e666158811993e875a64a8d4f924cdee83647
+[33]: https://github.com/Xunnamius/next-test-api-route-handler/issues/1006
+[34]: https://github.com/Xunnamius/next-test-api-route-handler/issues/1005
+[35]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v4.0.2...v4.0.3
+[36]: https://github.com/Xunnamius/next-test-api-route-handler/commit/d7774b30210969be5c5acaafe0330cc9c1541c40
+[37]: https://github.com/Xunnamius/next-test-api-route-handler/issues/962
+[38]: https://github.com/Xunnamius/next-test-api-route-handler/commit/d03ca21d9634a1c7a56bbe110b32adb56e6c1068
+[39]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v4.0.1...v4.0.2
+[40]: https://github.com/Xunnamius/next-test-api-route-handler/commit/90ff6656c8583b1766b6e6aa041c01e6a0bdca62
+[41]: https://github.com/Xunnamius/next-test-api-route-handler/commit/8400a194cf3a824209a8175f48bdd4f0e4c43f8c
+[42]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v4.0.0...v4.0.1
+[43]: https://github.com/Xunnamius/next-test-api-route-handler/commit/09389fe314bfe1048493b979bf79c65a6cdc27e5
+[44]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.2.0...v4.0.0
+[45]: https://github.com/Xunnamius/next-test-api-route-handler/commit/e2d8865b3b91f735e98d6c0a0c1e1c88d41e8802
+[46]: https://github.com/Xunnamius/next-test-api-route-handler/issues/938
+[47]: https://github.com/Xunnamius/next-test-api-route-handler/issues/773
+[48]: https://github.com/Xunnamius/next-test-api-route-handler/commit/5574831366a1678c12cb315bf4928dac99408b28
+[49]: https://github.com/Xunnamius/next-test-api-route-handler/issues/946
+[50]: https://github.com/Xunnamius/next-test-api-route-handler/commit/db599aceb97e9b9d36a9461c34084346287b097d
+[51]: https://github.com/Xunnamius/next-test-api-route-handler/commit/fdfec8cbdc465df160a169bfdee972054d514eeb
+[52]: https://github.com/Xunnamius/next-test-api-route-handler/commit/59f54a5aabc4356767e3ba2b4c0b551cd61e9891
+[53]: https://github.com/Xunnamius/next-test-api-route-handler/commit/5c5f9a48118896c43c03d19e3b12539c7a250714
+[54]: https://github.com/Xunnamius/next-test-api-route-handler/issues/875
+[55]: https://github.com/Xunnamius/next-test-api-route-handler/commit/43680d926fe803817507b4b9394fa5810752cf1f
+[56]: https://github.com/Xunnamius/next-test-api-route-handler/commit/75d4e1f4d1bcc92d9680bb0d74cf26667012265a
+[57]: https://github.com/Xunnamius/next-test-api-route-handler/commit/f715331be1b66cb5807785d74aeb47b692492302
+[58]: https://github.com/Xunnamius/next-test-api-route-handler/commit/85bb8fa5e60e2019e072367063a25b745d675ed9
+[59]: https://github.com/Xunnamius/next-test-api-route-handler/commit/0133e113145dc0c3836be3a73336ab2c024b66e7
+[60]: https://github.com/Xunnamius/next-test-api-route-handler/commit/62f1d0b2c5ca0146b903d233b73b659a54b7f16e
+[61]: https://github.com/Xunnamius/next-test-api-route-handler/commit/913cbd0f0487c9c98146855413fb91e16bb4a7b0
+[62]: https://github.com/Xunnamius/next-test-api-route-handler/commit/702cb444cc5e5c15b2d2b1000f27fca8368678e7
+[63]: https://github.com/Xunnamius/next-test-api-route-handler/commit/dc237233338af416993b0ec683a844abb6fab02b
+[64]: https://github.com/Xunnamius/next-test-api-route-handler/commit/d72ae876557d5f2e71da99a2d285c12bbe77319b
+[65]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.10...v3.2.0
+[66]: https://github.com/Xunnamius/next-test-api-route-handler/commit/93b8a3c92eb14a5b2d1006c315e26a3c3547a1c3
+[67]: https://github.com/Xunnamius/next-test-api-route-handler/issues/916
+[68]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.9...v3.1.10
+[69]: https://github.com/Xunnamius/next-test-api-route-handler/commit/ca1da40c8f14b9c4a39f198787f526759cd7fa8f
+[70]: https://github.com/Xunnamius/next-test-api-route-handler/issues/887
+[71]: https://github.com/Xunnamius/next-test-api-route-handler/commit/a9d136b2ada5dcac26a8509fd4590a2dec805a56
+[72]: https://github.com/Xunnamius/next-test-api-route-handler/commit/db0223ea0c74edab17489595c1c858eb035dd418
+[73]: https://github.com/Xunnamius/next-test-api-route-handler/commit/e457064ddbc7e3f7b1d96c7f27b5b74479303f2f
+[74]: https://github.com/Xunnamius/next-test-api-route-handler/issues/908
+[75]: https://github.com/Xunnamius/next-test-api-route-handler/commit/be90d573a3a6db09aa35e62bf228a70439f39e73
+[76]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.7...v3.1.8
+[77]: https://github.com/Xunnamius/next-test-api-route-handler/commit/2a4ae05a6d163902daff9021b375db5f362149d7
+[78]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.6...v3.1.7
+[79]: https://github.com/Xunnamius/next-test-api-route-handler/commit/4af52f43dcba1f6f57887fb977b1430f8009d872
+[80]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.5...v3.1.6
+[81]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6e94142b83d4d6bed7812bca2bd4226a6b67c49a
+[82]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.4...v3.1.5
+[83]: https://github.com/Xunnamius/next-test-api-route-handler/commit/405f84dabe68b72e11919066cc53dbc69ad4807d
+[84]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.3...v3.1.4
+[85]: https://github.com/Xunnamius/next-test-api-route-handler/commit/b05e112c11ead6b03c33a1a0bf1dc4fca4d29db5
+[86]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.2...v3.1.3
+[87]: https://github.com/Xunnamius/next-test-api-route-handler/commit/36a2c44e4b3f6f4f6d4ae9f8a566a42609ee362c
+[88]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.1...v3.1.2
+[89]: https://github.com/Xunnamius/next-test-api-route-handler/commit/065b4455016812575e1714cc680e57184b49cf5d
+[90]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.0...v3.1.1
+[91]: https://github.com/Xunnamius/next-test-api-route-handler/commit/484d7023539d95b8930d1665b4b613042b21fe9f
+[92]: https://github.com/Xunnamius/next-test-api-route-handler/issues/487
+[93]: https://github.com/Xunnamius/next-test-api-route-handler/commit/77ad96dc4a1e3c79f9f75b6827f74f501cce8f5d
+[94]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.0.3...v3.1.0
+[95]: https://github.com/Xunnamius/next-test-api-route-handler/commit/21b4b928a40b685a99df34ad20845c97615ee1c8
+[96]: https://github.com/Xunnamius/next-test-api-route-handler/commit/2a2f0b28b07f8a176a5333551b5788033f90274a
+[97]: https://github.com/Xunnamius/next-test-api-route-handler/commit/0ee4ce58b1c7a8b4ea2096c01142097f427b2a00
+[98]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.0.2...v3.0.3
+[99]: https://github.com/Xunnamius/next-test-api-route-handler/commit/1e8cd8573cdcfa3489526244c40f373a71d92b40
+[100]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.0.1...v3.0.2
+[101]: https://github.com/Xunnamius/next-test-api-route-handler/commit/84f74f55027cd4e67b7e7929f668d4de387dc3c3
+[102]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.0.0...v3.0.1
+[103]: https://github.com/Xunnamius/next-test-api-route-handler/commit/a925da287a02b6c36b588b6804e7b0b628364b25
+[104]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.3.4...v3.0.0
+[105]: https://github.com/Xunnamius/next-test-api-route-handler/commit/d3c60cbd506eb22a4bb23554b06668076e687ad9
+[106]: https://github.com/Xunnamius/next-test-api-route-handler/commit/68d30dac2210e4f976afbf5c59378d6b314d4ec3
+[107]: https://github.com/Xunnamius/next-test-api-route-handler/commit/15c899a98423c612571886115308e68e20633a1b
+[108]: https://github.com/Xunnamius/next-test-api-route-handler/commit/5a1a2ee806f4cfd5d199d54dbd82f9f945da1694
+[109]: https://github.com/Xunnamius/next-test-api-route-handler/commit/73f44b78c2ee92b443adf99e248c03b985b80891
+[110]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.3.3...v2.3.4
+[111]: https://github.com/Xunnamius/next-test-api-route-handler/commit/854704ba9a7f374753e1a51f4fe00db761d7718f
+[112]: https://github.com/Xunnamius/next-test-api-route-handler/commit/9302bcc882e9cd4080526f5192186b5259e08726
+[113]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.3.2...v2.3.3
+[114]: https://github.com/Xunnamius/next-test-api-route-handler/commit/597c2497a137c86696aba9b750b60f43d728495f
+[115]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.3.1...v2.3.2
+[116]: https://github.com/Xunnamius/next-test-api-route-handler/commit/32eafabd592856a7ef286d7d0157e38a8275695d
+[117]: https://github.com/Xunnamius/next-test-api-route-handler/commit/cd98aab7eea7bdd4b988402b57ce5e93572a7850
+[118]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.3.0...v2.3.1
+[119]: https://github.com/Xunnamius/next-test-api-route-handler/commit/91f08d426081afc1009e50d7b9ee6a0a2259268b
+[120]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.2.1...v2.3.0
+[121]: https://github.com/Xunnamius/next-test-api-route-handler/commit/cd3cd95adb536b05a3cfe8bd0b12329c9acad166
+[122]: https://github.com/Xunnamius/next-test-api-route-handler/issues/373
+[123]: https://github.com/Xunnamius/next-test-api-route-handler/commit/8746e5fb6b337131303ad0c011c864d5152a864d
+[124]: https://github.com/Xunnamius/next-test-api-route-handler/commit/ae778d18f1c01e36070f0612067ec9f00f14a665
+[125]: https://github.com/Xunnamius/next-test-api-route-handler/issues/378
+[126]: https://github.com/Xunnamius/next-test-api-route-handler/commit/c216caa659a0fcf807ff6b1a0c11c2b331e27d3c
+[127]: https://github.com/Xunnamius/next-test-api-route-handler/commit/5fbb6d20cab097250cb8c62d0c5edb6fe80f0bfc
+[128]: https://github.com/Xunnamius/next-test-api-route-handler/commit/346e8de1390ba46e9dc8faccc0977c5f50a9dc32
+[129]: https://github.com/Xunnamius/next-test-api-route-handler/commit/812e6f262726e328a57cdb0833fb8bfbbcce6708
+[130]: https://github.com/Xunnamius/next-test-api-route-handler/commit/5034aba01f30bfb7787247054d12d7dbb90469e6
+[131]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.2.0...v2.2.1
+[132]: https://github.com/Xunnamius/next-test-api-route-handler/commit/de9ee177491855eb0ac095f9a1a3e5cfad820420
+[133]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.1.3...v2.2.0
+[134]: https://github.com/Xunnamius/next-test-api-route-handler/commit/419d5fe805928605b85fe0e5c64c80eb5a1d798d
+[135]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.1.2...v2.1.3
+[136]: https://github.com/Xunnamius/next-test-api-route-handler/commit/7916f0026b59e6325b59395f61b142056c6c8220
+[137]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.1.1...v2.1.2
+[138]: https://github.com/Xunnamius/next-test-api-route-handler/commit/74241eeee173a6cf8f987608946c3d8691a67c27
+[139]: https://github.com/Xunnamius/next-test-api-route-handler/commit/33b6a34a126909a354a7c3f5d523b0fa47acb960
+[140]: https://github.com/Xunnamius/next-test-api-route-handler/commit/1c3425caf7d80793a2c1e88ff8fbd29ada8adf2d
+[141]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.1.0...v2.1.1
+[142]: https://github.com/Xunnamius/next-test-api-route-handler/commit/fd787ca116c3a84f9393f22bf7e898db0a22f5e1
+[143]: https://github.com/Xunnamius/next-test-api-route-handler/commit/87ed12b68e930342649c65a76455396879658d48
+[144]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.0.2...v2.1.0
+[145]: https://github.com/Xunnamius/next-test-api-route-handler/commit/c51cf0222e17066c03cd80e1c76c5e9f49cacc2e
+[146]: https://github.com/Xunnamius/next-test-api-route-handler/issues/295
+[147]: https://github.com/Xunnamius/next-test-api-route-handler/commit/2b14d8499f4845d0e2d20fd2098f509f5edc16f9
+[148]: https://github.com/Xunnamius/next-test-api-route-handler/commit/f4772607ebb8641ea4e0d6ac2fd152f76dff3f7c
+[149]: https://github.com/Xunnamius/next-test-api-route-handler/commit/f61fd8c5ea52265a7ff15252d720d135890880f2
+[150]: https://github.com/Xunnamius/next-test-api-route-handler/issues/296
+[151]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.0.1...v2.0.2
+[152]: https://github.com/Xunnamius/next-test-api-route-handler/commit/fd53fefc6d5c2ff67ed2669b18e28b7ef7005c12
+[153]: https://github.com/Xunnamius/next-test-api-route-handler/commit/e5c6a994d4b553369ae42b6be0ae1932346ebbd6
+[154]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.0.0...v2.0.1
+[155]: https://github.com/Xunnamius/next-test-api-route-handler/commit/ef32668428df303c4e536aae5793ed14eee0ade5
+[156]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.24...v2.0.0
+[157]: https://github.com/Xunnamius/next-test-api-route-handler/commit/ee31fa8cefdc2b8b8197d3889fb8aac27467b374
+[158]: https://github.com/Xunnamius/next-test-api-route-handler/commit/2f1125cfb481e94af4248cf5b5dfce729cc4d662
+[159]: https://github.com/Xunnamius/next-test-api-route-handler/commit/75832099f4c4d0e329aca469ac16c8a25100c26d
+[160]: https://github.com/Xunnamius/next-test-api-route-handler/commit/bc5e72d9d40f1991315ac0657a4b212331dc065f
+[161]: https://github.com/Xunnamius/next-test-api-route-handler/commit/bc7eb3db18aa70345a1c11d96436b374a15c3b7f
+[162]: https://github.com/Xunnamius/next-test-api-route-handler/commit/20ca255e01d0c2e7824707e19f41ca5a8de0140e
+[163]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.23...v1.2.24
+[164]: https://github.com/Xunnamius/next-test-api-route-handler/commit/af177c5035c22ab923dd62f6dc82702373f740d4
+[165]: https://github.com/Xunnamius/next-test-api-route-handler/commit/364549e2845965954af62fdfa6c1dfa0d6f91f2f
+[166]: https://github.com/Xunnamius/next-test-api-route-handler/commit/4db5d04d6a7117fe8e2113d2fafc6150a81f611c
+[167]: https://github.com/Xunnamius/next-test-api-route-handler/commit/99ad1276e7e69218719ee2b27173e4ffcb7337f6
+[168]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6d523027b8d650ae0a2d121c349e6a4c48af6792
+[169]: https://github.com/Xunnamius/next-test-api-route-handler/commit/1f7fad4d512f1839d96c6264f2d4abb1c5ed11e7
+[170]: https://github.com/Xunnamius/next-test-api-route-handler/commit/d328a86317c60206bda565ba2e315113dadd0c9b
+[171]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6e7173fca4cbe778419eeff92ddbf7c03c2b00d5
+[172]: https://github.com/Xunnamius/next-test-api-route-handler/commit/23cb7804d5f0e775b75eaefb4588beb179dcdcdf
+[173]: https://github.com/Xunnamius/next-test-api-route-handler/commit/1f25e5fb8b2797621d316e18b01ee503fb4d1263
+[174]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.22...v1.2.23
+[175]: https://github.com/Xunnamius/next-test-api-route-handler/commit/0040582d2f89e9a14c2335dc85cd5f9201bff644
+[176]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.21...v1.2.22
+[177]: https://github.com/Xunnamius/next-test-api-route-handler/commit/df9ede3ddde3a2df6a42224ab3302e599bd61516
+[178]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.20...v1.2.21
+[179]: https://github.com/Xunnamius/next-test-api-route-handler/commit/29aa25a9e2572be5b418fbee9d2d8aba2056583e
+[180]: https://github.com/Xunnamius/next-test-api-route-handler/commit/806575792fe9e1522bd6bce0eb10f1bd3407da64
+[181]: https://github.com/Xunnamius/next-test-api-route-handler/commit/dd3e7faadf148b23994f443a2247cc1316639e7d
+[182]: https://github.com/Xunnamius/next-test-api-route-handler/issues/126
+[183]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.19...v1.2.20
+[184]: https://github.com/Xunnamius/next-test-api-route-handler/commit/5a2d98f3ddb34e9d934f16510a73cacd43ee42ee
+[185]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.18...v1.2.19
+[186]: https://github.com/Xunnamius/next-test-api-route-handler/commit/b4157eba128f6a787531fdabf2bebf78851a0d9a
+[187]: https://github.com/Xunnamius/next-test-api-route-handler/commit/81533c8953adde75499cd11b552bca5f970addca
+[188]: https://github.com/Xunnamius/next-test-api-route-handler/commit/3a4f0f150779a226ee3c9f45fde201391fa1bec0
+[189]: https://github.com/Xunnamius/next-test-api-route-handler/commit/72189e80136b0567de8fc65eed9b2a4be365ca1a
+[190]: https://github.com/Xunnamius/next-test-api-route-handler/commit/cad0fb2b6153434d3be41f394f1fa636cc930435
+[191]: https://github.com/Xunnamius/next-test-api-route-handler/commit/54e51ebd0e133fb469306b76bc756c283a71a2c1
+[192]: https://github.com/Xunnamius/next-test-api-route-handler/commit/b2685345493165cc63136b051cc5fafbf02f5c48
+[193]: https://github.com/Xunnamius/next-test-api-route-handler/commit/31c1d5b358df78e0f27e881c0329355d91370995
+[194]: https://github.com/Xunnamius/next-test-api-route-handler/commit/9d12004ad5adfc5d4d6992bdb67c52168829967e
+[195]: https://github.com/Xunnamius/next-test-api-route-handler/commit/11e192a670c5cf40faff32abeecb610534cd382b
+[196]: https://github.com/Xunnamius/next-test-api-route-handler/commit/9e1705b88fbcb5c4794abfb56691bdea7500db0d
+[197]: https://github.com/Xunnamius/next-test-api-route-handler/commit/035e98bbe4b6bcf1ec6de40ee38b36ec107e8186
+[198]: https://github.com/Xunnamius/next-test-api-route-handler/commit/44d1967a412ca67829deeb29c7603ddf7e42f435
+[199]: https://github.com/Xunnamius/next-test-api-route-handler/commit/dd72fd1859fd74df3af0d47a1747d8c404abc3a7
+[200]: https://github.com/Xunnamius/next-test-api-route-handler/commit/004a657bafaab0419e645b6388c7536e38a1ef22
+[201]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6df7e73fff51036c63efc7ba898c3d76bc47deb7
+[202]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6cefa7ae41832e61ef6df75409be61141f7d1687
+[203]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.17...v1.2.18
+[204]: https://github.com/Xunnamius/next-test-api-route-handler/commit/042291d26742dfdda3742e6171efa25e9d3953ce
+[205]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.16...v1.2.17
+[206]: https://github.com/Xunnamius/next-test-api-route-handler/commit/65f48a3d97184bb8a1be4fd27e86be0d7cd6bb00
+[207]: https://github.com/Xunnamius/next-test-api-route-handler/commit/5ed6dbd1cdcb15745f4979f1a716d9bce9a93afb
+[208]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.15...v1.2.16
+[209]: https://github.com/Xunnamius/next-test-api-route-handler/commit/aeef7a9726934852e1a51c9da98c4a96a9c70044
+[210]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.14...v1.2.15
+[211]: https://github.com/Xunnamius/next-test-api-route-handler/commit/964bc47f80691e83d92082fcaa0679219b8543f5
+[212]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.13...v1.2.14
+[213]: https://github.com/Xunnamius/next-test-api-route-handler/commit/ed357f5211a49bfffbb28f03d60f157fa23d14b4
+[214]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.12...v1.2.13
+[215]: https://github.com/Xunnamius/next-test-api-route-handler/commit/d224f5eff5a786b96614b2c3f826eba610027da0
+[216]: https://github.com/janhesters
+[217]: https://github.com/Xunnamius/next-test-api-route-handler/commit/473ff500fb2c954ce32be911bde943259ae1bbef
+[218]: https://github.com/Xunnamius/next-test-api-route-handler/commit/f7a12ded8f43359fd3079ea8294a2199c34b2d26
+[219]: https://github.com/Xunnamius/next-test-api-route-handler/commit/d7bc091fe8f8e85b70987cfa4c663c7c8fd018c8
+[220]: https://github.com/Xunnamius/next-test-api-route-handler/commit/9ebac018798ac82b97b8163bc5713b43001f592c
+[221]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6adde1576f4aeb8b9a72cdcefc2ea6bd4b71a5cd
+[222]: https://github.com/Xunnamius/next-test-api-route-handler/commit/e508c06b77d225f150ebfce6409c2506a88efe4c
+[223]: https://github.com/Xunnamius/next-test-api-route-handler/commit/5e3893a425b95ac2b12edc2195171de85afcfd0a
+[224]: https://github.com/Xunnamius/next-test-api-route-handler/commit/cbf22fdd78e28e02ec4213156c6c72ba16c8bfa3
+[225]: https://github.com/Xunnamius/next-test-api-route-handler/commit/71e9103df5660fea2af3211b1d6c1fa72b1dd3c7
+[226]: https://github.com/Xunnamius/next-test-api-route-handler/commit/f01ce4041b2fb1fd24052ce17008df9746652730
+[227]: https://github.com/Xunnamius/next-test-api-route-handler/commit/a3526f28057201fcce19c752e554e705b8e3a922
+[228]: https://github.com/Xunnamius/next-test-api-route-handler/commit/661e62d53be74211d3d158ad90c196f43c8fe6db
+[229]: https://github.com/Xunnamius/next-test-api-route-handler/commit/1f2ad6a2cdc863b183ac7f7bef756dd90c057ebe
+[230]: https://github.com/Xunnamius/next-test-api-route-handler/commit/c64f761c3b2cc69cf07cd7dd88e9671deb66fc4f
+[231]: https://github.com/Xunnamius/next-test-api-route-handler/commit/4a0552d2c730842371325111276c58651dabc558
+[232]: https://github.com/Xunnamius/next-test-api-route-handler/commit/856435f02ebe2f44b13c92cc6c794eeab2b345d0
+[233]: https://github.com/Xunnamius/next-test-api-route-handler/commit/b3273dfbe43cb4c9ececdb4863ff4259f38807ec
+[234]: https://github.com/Xunnamius/next-test-api-route-handler/commit/fffe02e14615daba1f9f8ec1bb2a4024ceb93e84
+[235]: https://github.com/Xunnamius/next-test-api-route-handler/commit/a60793c620fe926308f8c99c61076da81aebe2fa
+[236]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.11...v1.2.12
+[237]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6eb2a348b1352e9f30d7ecacbaba01fa11cf1cfe
+[238]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.10...v1.2.11
+[239]: https://github.com/Xunnamius/next-test-api-route-handler/commit/e589c1d48aa1dae40643385c6acfcbacf9b40e16
+[240]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.9...v1.2.10
+[241]: https://github.com/Xunnamius/next-test-api-route-handler/commit/52a22765e17759271e7ba6c83ce9f3609500b5f3
+[242]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.8...v1.2.9
+[243]: https://github.com/Xunnamius/next-test-api-route-handler/commit/12e5bbe1bf36fda3ef938c7ed7cd445fec3901c9
+[244]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.7...v1.2.8
+[245]: https://github.com/Xunnamius/next-test-api-route-handler/commit/87dc31f264682d8048ee8d4cba4dbf866666bf07
+[246]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.6...v1.2.7
+[247]: https://github.com/Xunnamius/next-test-api-route-handler/commit/94cfa3806bfa0250e9b2dd5b3abfb2ff65c77c6a
+[248]: https://github.com/Xunnamius/next-test-api-route-handler/commit/62089c79f6c9b585d2bb8ca0a8b87bd355b8695f
+[249]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.5...v1.2.6
+[250]: https://github.com/Xunnamius/next-test-api-route-handler/commit/2cf1d29159fb746dc4a7c09a8193e46c6bec3823
+[251]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.4...v1.2.5
+[252]: https://github.com/Xunnamius/next-test-api-route-handler/commit/a307efcf2cdf60679d68fab385bdc8951a476ace
+[253]: https://github.com/Xunnamius/next-test-api-route-handler/commit/1823c055f034e528337c68d710164097e423f6e2
+[254]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.3...v1.2.4
+[255]: https://github.com/Xunnamius/next-test-api-route-handler/commit/4e5e12c0df4fc80abb696d32718440ff294902e7
+[256]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.2...v1.2.3
+[257]: https://github.com/Xunnamius/next-test-api-route-handler/commit/a111c87ccd863ce4dac85a5bd0281d87affe3b63
+[258]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.1...v1.2.2
+[259]: https://github.com/Xunnamius/next-test-api-route-handler/commit/98b65c6da330040e4bcbc22fe28db87c3965fd0e
+[260]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.0...v1.2.1
+[261]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6ef6cbeb143648eb1fed5eff39071a06e7354275
+[262]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.1.3...v1.2.0
+[263]: https://github.com/Xunnamius/next-test-api-route-handler/commit/b9d2bf010fba4b163e1eea0801271292a0e74308
+[264]: https://github.com/Xunnamius/next-test-api-route-handler/commit/45a79d41835b5146912511f8b583c9128d154cf9
+[265]: https://github.com/Xunnamius/next-test-api-route-handler/commit/e0e1fd951fbe63c04c264ad11ab1fa7a39e1679a
+[266]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.1.2...v1.1.3
+[267]: https://github.com/Xunnamius/next-test-api-route-handler/commit/c82695a8816b6cd5f0e11d09cc2f948a30a416e9
+[268]: https://github.com/Xunnamius/next-test-api-route-handler/commit/813b21ad1e2c78594903b3a8f504f4460d8e506e
+[269]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.1.1...v1.1.2
+[270]: https://github.com/Xunnamius/next-test-api-route-handler/commit/b68c721e5100baa883c7096e5cc4e81c1c60ed00
+[271]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.1.0...v1.1.1
+[272]: https://github.com/Xunnamius/next-test-api-route-handler/commit/750055b92699fc7f1c06349ccdb0ddc0179f891a
+[273]: https://github.com/Xunnamius/next-test-api-route-handler/commit/d604dfc39d2e77cbe1234b8349a2ecef81a9e54a
+[274]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.10...v1.1.0
+[275]: https://github.com/Xunnamius/next-test-api-route-handler/commit/0e7541fbecd2e3bacc124f624bfca2b56ceeb89f
+[276]: https://github.com/Xunnamius/next-test-api-route-handler/commit/ccf54fb480e35961647900d345149d3cd1cf60d8
+[277]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.9...v1.0.10
+[278]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.8...v1.0.9
+[279]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.7...v1.0.8
+[280]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.6...v1.0.7
+[281]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.5...v1.0.6
+[282]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.4...v1.0.5
+[283]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.3...v1.0.4
+[284]: https://github.com/Xunnamius/next-test-api-route-handler/compare/1.0.2...v1.0.3
+[285]: https://github.com/Xunnamius/next-test-api-route-handler/compare/1.0.1...1.0.2
+[286]: https://github.com/Xunnamius/next-test-api-route-handler/compare/1.0.0...1.0.1
diff --git a/docs/README.md b/docs/README.md
index dabc00ad..69836322 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -15,6 +15,11 @@
- [FetchReturnType](type-aliases/FetchReturnType.md)
- [Promisable](type-aliases/Promisable.md)
+## Variables
+
+- [$isPatched](variables/$isPatched.md)
+- [$originalGlobalFetch](variables/$originalGlobalFetch.md)
+
## Functions
- [testApiHandler](functions/testApiHandler.md)
diff --git a/docs/functions/testApiHandler.md b/docs/functions/testApiHandler.md
index 96caa7d3..2f7f65e2 100644
--- a/docs/functions/testApiHandler.md
+++ b/docs/functions/testApiHandler.md
@@ -26,4 +26,4 @@ in a Next-like testing environment.
## Defined in
-[index.ts:272](https://github.com/Xunnamius/next-test-api-route-handler/blob/37c35c31591639add2ada76a3899ced1163c4aeb/src/index.ts#L272)
+[index.ts:284](https://github.com/Xunnamius/next-test-api-route-handler/blob/a461e8108624c221c70702d1068092a640a5bae5/src/index.ts#L284)
diff --git a/docs/interfaces/NtarhInit.md b/docs/interfaces/NtarhInit.md
index 2225660f..37ab960a 100644
--- a/docs/interfaces/NtarhInit.md
+++ b/docs/interfaces/NtarhInit.md
@@ -40,7 +40,7 @@ false
#### Defined in
-[index.ts:122](https://github.com/Xunnamius/next-test-api-route-handler/blob/37c35c31591639add2ada76a3899ced1163c4aeb/src/index.ts#L122)
+[index.ts:134](https://github.com/Xunnamius/next-test-api-route-handler/blob/a461e8108624c221c70702d1068092a640a5bae5/src/index.ts#L134)
***
@@ -64,4 +64,4 @@ one destructured parameter: `fetch`, which is equivalent to
#### Defined in
-[index.ts:128](https://github.com/Xunnamius/next-test-api-route-handler/blob/37c35c31591639add2ada76a3899ced1163c4aeb/src/index.ts#L128)
+[index.ts:140](https://github.com/Xunnamius/next-test-api-route-handler/blob/a461e8108624c221c70702d1068092a640a5bae5/src/index.ts#L140)
diff --git a/docs/interfaces/NtarhInitAppRouter.md b/docs/interfaces/NtarhInitAppRouter.md
index b0aa56f1..e3c71b82 100644
--- a/docs/interfaces/NtarhInitAppRouter.md
+++ b/docs/interfaces/NtarhInitAppRouter.md
@@ -60,7 +60,7 @@ for details.
#### Defined in
-[index.ts:145](https://github.com/Xunnamius/next-test-api-route-handler/blob/37c35c31591639add2ada76a3899ced1163c4aeb/src/index.ts#L145)
+[index.ts:157](https://github.com/Xunnamius/next-test-api-route-handler/blob/a461e8108624c221c70702d1068092a640a5bae5/src/index.ts#L157)
***
@@ -70,7 +70,7 @@ for details.
#### Defined in
-[index.ts:154](https://github.com/Xunnamius/next-test-api-route-handler/blob/37c35c31591639add2ada76a3899ced1163c4aeb/src/index.ts#L154)
+[index.ts:166](https://github.com/Xunnamius/next-test-api-route-handler/blob/a461e8108624c221c70702d1068092a640a5bae5/src/index.ts#L166)
***
@@ -88,7 +88,7 @@ once.
#### Defined in
-[index.ts:164](https://github.com/Xunnamius/next-test-api-route-handler/blob/37c35c31591639add2ada76a3899ced1163c4aeb/src/index.ts#L164)
+[index.ts:176](https://github.com/Xunnamius/next-test-api-route-handler/blob/a461e8108624c221c70702d1068092a640a5bae5/src/index.ts#L176)
***
@@ -114,7 +114,7 @@ is handled by `Request` automatically.
#### Defined in
-[index.ts:174](https://github.com/Xunnamius/next-test-api-route-handler/blob/37c35c31591639add2ada76a3899ced1163c4aeb/src/index.ts#L174)
+[index.ts:186](https://github.com/Xunnamius/next-test-api-route-handler/blob/a461e8108624c221c70702d1068092a640a5bae5/src/index.ts#L186)
***
@@ -143,7 +143,7 @@ false
#### Defined in
-[index.ts:122](https://github.com/Xunnamius/next-test-api-route-handler/blob/37c35c31591639add2ada76a3899ced1163c4aeb/src/index.ts#L122)
+[index.ts:134](https://github.com/Xunnamius/next-test-api-route-handler/blob/a461e8108624c221c70702d1068092a640a5bae5/src/index.ts#L134)
***
@@ -169,7 +169,7 @@ NextRequest(returnedRequest, { ... })`.
#### Defined in
-[index.ts:187](https://github.com/Xunnamius/next-test-api-route-handler/blob/37c35c31591639add2ada76a3899ced1163c4aeb/src/index.ts#L187)
+[index.ts:199](https://github.com/Xunnamius/next-test-api-route-handler/blob/a461e8108624c221c70702d1068092a640a5bae5/src/index.ts#L199)
***
@@ -196,7 +196,7 @@ unhandled exception occurs _and_ `rejectOnHandlerError` is `true`.
#### Defined in
-[index.ts:200](https://github.com/Xunnamius/next-test-api-route-handler/blob/37c35c31591639add2ada76a3899ced1163c4aeb/src/index.ts#L200)
+[index.ts:212](https://github.com/Xunnamius/next-test-api-route-handler/blob/a461e8108624c221c70702d1068092a640a5bae5/src/index.ts#L212)
***
@@ -224,7 +224,7 @@ one destructured parameter: `fetch`, which is equivalent to
#### Defined in
-[index.ts:128](https://github.com/Xunnamius/next-test-api-route-handler/blob/37c35c31591639add2ada76a3899ced1163c4aeb/src/index.ts#L128)
+[index.ts:140](https://github.com/Xunnamius/next-test-api-route-handler/blob/a461e8108624c221c70702d1068092a640a5bae5/src/index.ts#L140)
***
@@ -237,4 +237,4 @@ NextRequest('your-url', request)`
#### Defined in
-[index.ts:205](https://github.com/Xunnamius/next-test-api-route-handler/blob/37c35c31591639add2ada76a3899ced1163c4aeb/src/index.ts#L205)
+[index.ts:217](https://github.com/Xunnamius/next-test-api-route-handler/blob/a461e8108624c221c70702d1068092a640a5bae5/src/index.ts#L217)
diff --git a/docs/interfaces/NtarhInitPagesRouter.md b/docs/interfaces/NtarhInitPagesRouter.md
index dbc564fa..c63b777e 100644
--- a/docs/interfaces/NtarhInitPagesRouter.md
+++ b/docs/interfaces/NtarhInitPagesRouter.md
@@ -24,7 +24,7 @@ The parameters expected by `testApiHandler` when using `pagesHandler`.
#### Defined in
-[index.ts:223](https://github.com/Xunnamius/next-test-api-route-handler/blob/37c35c31591639add2ada76a3899ced1163c4aeb/src/index.ts#L223)
+[index.ts:235](https://github.com/Xunnamius/next-test-api-route-handler/blob/a461e8108624c221c70702d1068092a640a5bae5/src/index.ts#L235)
***
@@ -42,7 +42,7 @@ will have a typed result.
#### Defined in
-[index.ts:222](https://github.com/Xunnamius/next-test-api-route-handler/blob/37c35c31591639add2ada76a3899ced1163c4aeb/src/index.ts#L222)
+[index.ts:234](https://github.com/Xunnamius/next-test-api-route-handler/blob/a461e8108624c221c70702d1068092a640a5bae5/src/index.ts#L234)
***
@@ -60,7 +60,7 @@ once.
#### Defined in
-[index.ts:233](https://github.com/Xunnamius/next-test-api-route-handler/blob/37c35c31591639add2ada76a3899ced1163c4aeb/src/index.ts#L233)
+[index.ts:245](https://github.com/Xunnamius/next-test-api-route-handler/blob/a461e8108624c221c70702d1068092a640a5bae5/src/index.ts#L245)
***
@@ -86,7 +86,7 @@ is handled automatically.
#### Defined in
-[index.ts:243](https://github.com/Xunnamius/next-test-api-route-handler/blob/37c35c31591639add2ada76a3899ced1163c4aeb/src/index.ts#L243)
+[index.ts:255](https://github.com/Xunnamius/next-test-api-route-handler/blob/a461e8108624c221c70702d1068092a640a5bae5/src/index.ts#L255)
***
@@ -115,7 +115,7 @@ false
#### Defined in
-[index.ts:122](https://github.com/Xunnamius/next-test-api-route-handler/blob/37c35c31591639add2ada76a3899ced1163c4aeb/src/index.ts#L122)
+[index.ts:134](https://github.com/Xunnamius/next-test-api-route-handler/blob/a461e8108624c221c70702d1068092a640a5bae5/src/index.ts#L134)
***
@@ -139,7 +139,7 @@ lowercase.**
#### Defined in
-[index.ts:254](https://github.com/Xunnamius/next-test-api-route-handler/blob/37c35c31591639add2ada76a3899ced1163c4aeb/src/index.ts#L254)
+[index.ts:266](https://github.com/Xunnamius/next-test-api-route-handler/blob/a461e8108624c221c70702d1068092a640a5bae5/src/index.ts#L266)
***
@@ -160,7 +160,7 @@ to edit the response _before_ it's injected into the handler.
#### Defined in
-[index.ts:259](https://github.com/Xunnamius/next-test-api-route-handler/blob/37c35c31591639add2ada76a3899ced1163c4aeb/src/index.ts#L259)
+[index.ts:271](https://github.com/Xunnamius/next-test-api-route-handler/blob/a461e8108624c221c70702d1068092a640a5bae5/src/index.ts#L271)
***
@@ -188,7 +188,7 @@ one destructured parameter: `fetch`, which is equivalent to
#### Defined in
-[index.ts:128](https://github.com/Xunnamius/next-test-api-route-handler/blob/37c35c31591639add2ada76a3899ced1163c4aeb/src/index.ts#L128)
+[index.ts:140](https://github.com/Xunnamius/next-test-api-route-handler/blob/a461e8108624c221c70702d1068092a640a5bae5/src/index.ts#L140)
***
@@ -201,4 +201,4 @@ one destructured parameter: `fetch`, which is equivalent to
#### Defined in
-[index.ts:264](https://github.com/Xunnamius/next-test-api-route-handler/blob/37c35c31591639add2ada76a3899ced1163c4aeb/src/index.ts#L264)
+[index.ts:276](https://github.com/Xunnamius/next-test-api-route-handler/blob/a461e8108624c221c70702d1068092a640a5bae5/src/index.ts#L276)
diff --git a/docs/type-aliases/FetchReturnType.md b/docs/type-aliases/FetchReturnType.md
index 1602bba1..2dc076a7 100644
--- a/docs/type-aliases/FetchReturnType.md
+++ b/docs/type-aliases/FetchReturnType.md
@@ -16,4 +16,4 @@
## Defined in
-[index.ts:99](https://github.com/Xunnamius/next-test-api-route-handler/blob/37c35c31591639add2ada76a3899ced1163c4aeb/src/index.ts#L99)
+[index.ts:111](https://github.com/Xunnamius/next-test-api-route-handler/blob/a461e8108624c221c70702d1068092a640a5bae5/src/index.ts#L111)
diff --git a/docs/type-aliases/Promisable.md b/docs/type-aliases/Promisable.md
index 325d4205..ca786f8f 100644
--- a/docs/type-aliases/Promisable.md
+++ b/docs/type-aliases/Promisable.md
@@ -16,4 +16,4 @@
## Defined in
-[index.ts:94](https://github.com/Xunnamius/next-test-api-route-handler/blob/37c35c31591639add2ada76a3899ced1163c4aeb/src/index.ts#L94)
+[index.ts:106](https://github.com/Xunnamius/next-test-api-route-handler/blob/a461e8108624c221c70702d1068092a640a5bae5/src/index.ts#L106)
diff --git a/docs/variables/$isPatched.md b/docs/variables/$isPatched.md
new file mode 100644
index 00000000..13785db9
--- /dev/null
+++ b/docs/variables/$isPatched.md
@@ -0,0 +1,15 @@
+[**next-test-api-route-handler**](../README.md) • **Docs**
+
+***
+
+[next-test-api-route-handler](../README.md) / $isPatched
+
+# Variable: $isPatched
+
+> `const` **$isPatched**: *typeof* [`$isPatched`]($isPatched.md)
+
+**`Internal`**
+
+## Defined in
+
+[index.ts:68](https://github.com/Xunnamius/next-test-api-route-handler/blob/a461e8108624c221c70702d1068092a640a5bae5/src/index.ts#L68)
diff --git a/docs/variables/$originalGlobalFetch.md b/docs/variables/$originalGlobalFetch.md
new file mode 100644
index 00000000..e26c198b
--- /dev/null
+++ b/docs/variables/$originalGlobalFetch.md
@@ -0,0 +1,15 @@
+[**next-test-api-route-handler**](../README.md) • **Docs**
+
+***
+
+[next-test-api-route-handler](../README.md) / $originalGlobalFetch
+
+# Variable: $originalGlobalFetch
+
+> `const` **$originalGlobalFetch**: *typeof* [`$originalGlobalFetch`]($originalGlobalFetch.md)
+
+**`Internal`**
+
+## Defined in
+
+[index.ts:63](https://github.com/Xunnamius/next-test-api-route-handler/blob/a461e8108624c221c70702d1068092a640a5bae5/src/index.ts#L63)
diff --git a/package-lock.json b/package-lock.json
index 46410652..582d2db0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "next-test-api-route-handler",
- "version": "4.0.10",
+ "version": "4.0.11",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "next-test-api-route-handler",
- "version": "4.0.10",
+ "version": "4.0.11",
"license": "MIT",
"dependencies": {
"@whatwg-node/server": "^0.9.49",
diff --git a/package.json b/package.json
index 88665a8c..f419994c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "next-test-api-route-handler",
- "version": "4.0.10",
+ "version": "4.0.11",
"description": "Confidently unit and integration test your Next.js API routes/handlers in an isolated Next.js-like environment",
"keywords": [
"api",