diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e0634f4..c886ee62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,112 +4,110 @@ 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]. -### [3.1.10][3] (2023-11-04) +## [3.2.0][3] (2024-01-04) -#### ⚙️ Build System +#### ✨ Features -- Add core-js polyfills and have mercy on aging node versions ([a9d136b][4]) -- Modernize tooling ([db0223e][5]) -- Upgrade typescript-babel toolchain to nodenext ([e457064][6]) closes [#908][7] +- Update headers for msw\@2 compatibility ([93b8a3c][4]) closes [#916][5] -## [4.0.0-canary.2][8] (2023-11-04) +### [3.1.10][6] (2023-11-04) #### 🪄 Fixes -- Ensure compat with next\@12.1.0 ([ca1da40][9]) closes [#887][10] +- Ensure compat with next\@12.1.0 ([ca1da40][7]) closes [#887][8] #### ⚙️ Build System -- Add core-js polyfills and have mercy on aging node versions ([a9d136b][4]) -- Modernize tooling ([db0223e][5]) -- Upgrade typescript-babel toolchain to nodenext ([e457064][6]) closes [#908][7] +- Add core-js polyfills and have mercy on aging node versions ([a9d136b][9]) +- Modernize tooling ([db0223e][10]) +- Upgrade typescript-babel toolchain to nodenext ([e457064][11]) closes [#908][12] #### 🔥 Reverted -- _"docs(readme): update badge links"_ ([be90d57][11]) +- _"docs(readme): update badge links"_ ([be90d57][13]) -### [3.1.8][12] (2023-01-03) +### [3.1.8][14] (2023-01-03) #### ⚙️ Build System -- **readme:** update maintainence badge and audit dependencies ([2a4ae05][13]) +- **readme:** update maintainence badge and audit dependencies ([2a4ae05][15]) -### [3.1.7][14] (2022-07-27) +### [3.1.7][16] (2022-07-27) #### ⚙️ Build System -- **package:** update dependencies ([4af52f4][15]) +- **package:** update dependencies ([4af52f4][17]) -### [3.1.6][16] (2022-06-30) +### [3.1.6][18] (2022-06-30) #### 🪄 Fixes -- Ensure non-object "headers" fetch argument is not mangled when mixing in default headers ([6e94142][17]) +- Ensure non-object "headers" fetch argument is not mangled when mixing in default headers ([6e94142][19]) -### [3.1.5][18] (2022-06-26) +### [3.1.5][20] (2022-06-26) #### 🪄 Fixes -- Fix MSW bypass override instructions and unit test ([405f84d][19]) +- Fix MSW bypass override instructions and unit test ([405f84d][21]) -### [3.1.4][20] (2022-06-26) +### [3.1.4][22] (2022-06-26) #### ⚙️ Build System -- **readme:** update MSW bypass override instructions under "test" entry in README ([b05e112][21]) +- **readme:** update MSW bypass override instructions under "test" entry in README ([b05e112][23]) -### [3.1.3][22] (2022-05-21) +### [3.1.3][24] (2022-05-21) #### ⚙️ Build System -- **package:** update dev-dependencies ([36a2c44][23]) +- **package:** update dev-dependencies ([36a2c44][25]) -### [3.1.2][24] (2022-03-23) +### [3.1.2][26] (2022-03-23) #### ⚙️ Build System -- **package:** update dependencies ([065b445][25]) +- **package:** update dependencies ([065b445][27]) -### [3.1.1][26] (2022-02-18) +### [3.1.1][28] (2022-02-18) #### 🪄 Fixes -- Ensure compat with next\@12.1.0 ([484d702][27]) closes [#487][28] +- Ensure compat with next\@12.1.0 ([484d702][29]) closes [#487][30] #### 🔥 Reverted -- _"refactor: update npm scripts, linting"_ ([77ad96d][29]) +- _"refactor: update npm scripts, linting"_ ([77ad96d][31]) -## [3.1.0][30] (2022-02-11) +## [3.1.0][32] (2022-02-11) #### ✨ Features -- Automatically add the x-msw-bypass ([21b4b92][31]) +- Automatically add the x-msw-bypass ([21b4b92][33]) #### ⚙️ Build System -- **deps:** bump next from 12.0.8 to 12.0.10 ([2a2f0b2][32]) -- **readme:** explain MSW compat default behavior ([0ee4ce5][33]) +- **deps:** bump next from 12.0.8 to 12.0.10 ([2a2f0b2][34]) +- **readme:** explain MSW compat default behavior ([0ee4ce5][35]) -### [3.0.3][34] (2022-02-05) +### [3.0.3][36] (2022-02-05) #### ⚙️ Build System -- **package:** bump node-fetch to 2.6.7 ([1e8cd85][35]) +- **package:** bump node-fetch to 2.6.7 ([1e8cd85][37]) -### [3.0.2][36] (2022-01-03) +### [3.0.2][38] (2022-01-03) #### ⚙️ Build System -- **readme:** update shields.io maintenance badge to 2022 ([84f74f5][37]) +- **readme:** update shields.io maintenance badge to 2022 ([84f74f5][39]) -### [3.0.1][38] (2021-12-27) +### [3.0.1][40] (2021-12-27) #### ⚙️ Build System -- **package:** retire use of sort-package-json fork ([a925da2][39]) +- **package:** retire use of sort-package-json fork ([a925da2][41]) -## [3.0.0][40] (2021-12-17) +## [3.0.0][42] (2021-12-17) ### 💥 Breaking Changes 💥 @@ -119,134 +117,134 @@ this project adheres to [Semantic Versioning][2]. #### ✨ Features -- **package:** remove debug dependency (moved into dev-deps) ([d3c60cb][41]) -- **src:** improved error handling; add support for new `rejectOnHandlerError` option ([68d30da][42]) -- **src:** move test-listen functionality into NTARH; remove dependency ([15c899a][43]) -- **src:** replace isomorphic-unfetch with node-fetch ([5a1a2ee][44]) +- **package:** remove debug dependency (moved into dev-deps) ([d3c60cb][43]) +- **src:** improved error handling; add support for new `rejectOnHandlerError` option ([68d30da][44]) +- **src:** move test-listen functionality into NTARH; remove dependency ([15c899a][45]) +- **src:** replace isomorphic-unfetch with node-fetch ([5a1a2ee][46]) #### 🧙🏿 Refactored -- **src:** update types ([73f44b7][45]) +- **src:** update types ([73f44b7][47]) -### [2.3.4][46] (2021-11-16) +### [2.3.4][48] (2021-11-16) #### 🪄 Fixes -- **src:** lazy-load contents of the "cookies" field ([854704b][47]) +- **src:** lazy-load contents of the "cookies" field ([854704b][49]) #### ⚙️ Build System -- Re-enable treeshaking in webpack ([9302bcc][48]) +- Re-enable treeshaking in webpack ([9302bcc][50]) -### [2.3.3][49] (2021-11-10) +### [2.3.3][51] (2021-11-10) #### ⚙️ Build System -- Differentiate between esm and bundler distributables ([597c249][50]) +- Differentiate between esm and bundler distributables ([597c249][52]) -### [2.3.2][51] (2021-11-07) +### [2.3.2][53] (2021-11-07) #### 🪄 Fixes -- **src:** es module compatibility; no longer attempts to require() in mjs files ([32eafab][52]) -- **src:** report parsed es module import failures properly ([cd98aab][53]) +- **src:** es module compatibility; no longer attempts to require() in mjs files ([32eafab][54]) +- **src:** report parsed es module import failures properly ([cd98aab][55]) -### [2.3.1][54] (2021-11-06) +### [2.3.1][56] (2021-11-06) #### ⚙️ Build System -- Re-enable ESM (for bundlers) integration tests ([91f08d4][55]) +- Re-enable ESM (for bundlers) integration tests ([91f08d4][57]) -## [2.3.0][56] (2021-11-05) +## [2.3.0][58] (2021-11-05) #### ✨ Features -- Automatically parse "set-cookie" headers; available in response.cookies ([cd3cd95][57]) closes [#373][58] +- Automatically parse "set-cookie" headers; available in response.cookies ([cd3cd95][59]) closes [#373][60] #### 🪄 Fixes -- **src:** ensure exceptions do not prevent Jest from exiting ([8746e5f][59]) -- **src:** ensure webpack does not break dynamic require on compile ([ae778d1][60]) closes [#378][61] -- Vastly improved error handling for those using node@<15 and/or npm@<7 ([c216caa][62]) +- **src:** ensure exceptions do not prevent Jest from exiting ([8746e5f][61]) +- **src:** ensure webpack does not break dynamic require on compile ([ae778d1][62]) closes [#378][63] +- Vastly improved error handling for those using node@<15 and/or npm@<7 ([c216caa][64]) #### ⚙️ Build System -- Add back nullish coalescing operator babel transform for older node versions ([5fbb6d2][63]) -- **package:** backport npm script fixes ([346e8de][64]) -- **src:** fix TS bundle errors on node\@12 and node\@14 ([812e6f2][65]) +- Add back nullish coalescing operator babel transform for older node versions ([5fbb6d2][65]) +- **package:** backport npm script fixes ([346e8de][66]) +- **src:** fix TS bundle errors on node\@12 and node\@14 ([812e6f2][67]) #### 🔥 Reverted -- _"chore(github): enable debug mode"_ ([5034aba][66]) +- _"chore(github): enable debug mode"_ ([5034aba][68]) -### [2.2.1][67] (2021-08-29) +### [2.2.1][69] (2021-08-29) #### ⚙️ Build System -- **license:** switch to MIT license ([de9ee17][68]) +- **license:** switch to MIT license ([de9ee17][70]) -## [2.2.0][69] (2021-08-22) +## [2.2.0][71] (2021-08-22) #### ✨ Features -- **types:** expanded typescript support; `testApiHandler` weakly typed by default ([419d5fe][70]) +- **types:** expanded typescript support; `testApiHandler` weakly typed by default ([419d5fe][72]) -### [2.1.3][71] (2021-08-22) +### [2.1.3][73] (2021-08-22) #### 🪄 Fixes -- **src:** ensure dependency resolution failure does not cause test runner to hang ([7916f00][72]) +- **src:** ensure dependency resolution failure does not cause test runner to hang ([7916f00][74]) -### [2.1.2][73] (2021-08-14) +### [2.1.2][75] (2021-08-14) #### 🪄 Fixes -- **src:** memoize resolver import ([74241ee][74]) +- **src:** memoize resolver import ([74241ee][76]) #### ⚙️ Build System -- **package:** improve build-docs npm script ([33b6a34][75]) -- **src:** add descriptions to TypeScript types ([1c3425c][76]) +- **package:** improve build-docs npm script ([33b6a34][77]) +- **src:** add descriptions to TypeScript types ([1c3425c][78]) -### [2.1.1][77] (2021-08-13) +### [2.1.1][79] (2021-08-13) #### 🪄 Fixes -- **readme:** update install instructions; fix apollo example ([fd787ca][78]) +- **readme:** update install instructions; fix apollo example ([fd787ca][80]) #### ⚙️ Build System -- **webpack.config:** second fix for faulty env management ([87ed12b][79]) +- **webpack.config:** second fix for faulty env management ([87ed12b][81]) -## [2.1.0][80] (2021-08-13) +## [2.1.0][82] (2021-08-13) #### ✨ Features -- **src:** enable backwards compatibility all the way back to next\@9 ([c51cf02][81]) closes [#295][82] +- **src:** enable backwards compatibility all the way back to next\@9 ([c51cf02][83]) closes [#295][84] #### ⚙️ Build System -- **webpack.config:** do not ignore warnings ([2b14d84][83]) -- **webpack.config:** fix faulty env management ([f477260][84]) +- **webpack.config:** do not ignore warnings ([2b14d84][85]) +- **webpack.config:** fix faulty env management ([f477260][86]) #### 🔥 Reverted -- _"chore: update dependencies"_ ([f61fd8c][85]) closes [#296][86] +- _"chore: update dependencies"_ ([f61fd8c][87]) closes [#296][88] -### [2.0.2][87] (2021-07-29) +### [2.0.2][89] (2021-07-29) #### ⚙️ Build System -- **external-scripts:** use latest mongodb native driver ([fd53fef][88]) -- **webpack.config.js:** more robust build process ([e5c6a99][89]) +- **external-scripts:** use latest mongodb native driver ([fd53fef][90]) +- **webpack.config.js:** more robust build process ([e5c6a99][91]) -### [2.0.1][90] (2021-06-27) +### [2.0.1][92] (2021-06-27) #### ⚙️ Build System -- Update dependencies and publish fixed apollo example ([ef32668][91]) +- Update dependencies and publish fixed apollo example ([ef32668][93]) -## [2.0.0][92] (2021-06-27) +## [2.0.0][94] (2021-06-27) ### 💥 Breaking Changes 💥 @@ -254,500 +252,502 @@ this project adheres to [Semantic Versioning][2]. #### ✨ Features -- Add `url` and `paramsPatcher` ([ee31fa8][93]) +- Add `url` and `paramsPatcher` ([ee31fa8][95]) #### ⚙️ Build System -- **package.json:** update dependencies ([2f1125c][94]) -- **package.json:** update dependencies ([7583209][95]) -- **package.json:** update next peer dependency to >=10.0.x ([bc5e72d][96]) -- Switch to @xunnamius/conventional-changelog-projector shared config ([bc7eb3d][97]) -- Update dependencies ([20ca255][98]) +- **package.json:** update dependencies ([2f1125c][96]) +- **package.json:** update dependencies ([7583209][97]) +- **package.json:** update next peer dependency to >=10.0.x ([bc5e72d][98]) +- Switch to @xunnamius/conventional-changelog-projector shared config ([bc7eb3d][99]) +- Update dependencies ([20ca255][100]) -### [1.2.24][99] (2021-05-08) +### [1.2.24][101] (2021-05-08) #### 🪄 Fixes -- **index.ts:** next 10.2.0 compat ([af177c5][100]) +- **index.ts:** next 10.2.0 compat ([af177c5][102]) #### ⚙️ Build System -- **.github/workflows:** disable old pipeline; begin transition to new pipeline ([364549e][101]) -- **.github/workflows:** overhaul pipeline workflows ([4db5d04][102]) -- **.github:** split BTD workflow into two separate workflows (security) ([99ad127][103]) -- **contributing.md:** split pipeline architecture information off into workflow README.md ([6d52302][104]) -- **package.json:** ensure hidden dirs' markdown files are seen by remark (linted and formatted) ([1f7fad4][105]) -- **package.json:** update dependencies ([d328a86][106]) -- **readme.md:** fix broken links ([6e7173f][107]) -- **readme.md:** improvements ([23cb780][108]) -- **readme.md:** include architecture description as workflow README.md ([1f25e5f][109]) +- **.github/workflows:** disable old pipeline; begin transition to new pipeline ([364549e][103]) +- **.github/workflows:** overhaul pipeline workflows ([4db5d04][104]) +- **.github:** split BTD workflow into two separate workflows (security) ([99ad127][105]) +- **contributing.md:** split pipeline architecture information off into workflow README.md ([6d52302][106]) +- **package.json:** ensure hidden dirs' markdown files are seen by remark (linted and formatted) ([1f7fad4][107]) +- **package.json:** update dependencies ([d328a86][108]) +- **readme.md:** fix broken links ([6e7173f][109]) +- **readme.md:** improvements ([23cb780][110]) +- **readme.md:** include architecture description as workflow README.md ([1f25e5f][111]) -### [1.2.23][110] (2021-03-14) +### [1.2.23][112] (2021-03-14) #### ⚙️ Build System -- Better documentation ([0040582][111]) +- Better documentation ([0040582][113]) -### [1.2.22][112] (2021-03-12) +### [1.2.22][114] (2021-03-12) #### ⚙️ Build System -- Update dependencies and fix find-package-json usage ([df9ede3][113]) +- Update dependencies and fix find-package-json usage ([df9ede3][115]) -### [1.2.21][114] (2021-03-12) +### [1.2.21][116] (2021-03-12) #### ⚙️ Build System -- **build-test-deploy.yml:** actions version updates ([29aa25a][115]) -- **build-test-deploy.yml:** rollback some pipeline version updates ([8065757][116]) -- **package.json:** fix typedoc-markdown-plugin patch ([dd3e7fa][117]) closes [#126][118] +- **build-test-deploy.yml:** actions version updates ([29aa25a][117]) +- **build-test-deploy.yml:** rollback some pipeline version updates ([8065757][118]) +- **package.json:** fix typedoc-markdown-plugin patch ([dd3e7fa][119]) closes [#126][120] -### [1.2.20][119] (2021-02-22) +### [1.2.20][121] (2021-02-22) #### ⚙️ Build System -- **package-lock.json:** update deps ([5a2d98f][120]) +- **package-lock.json:** update deps ([5a2d98f][122]) -### [1.2.19][121] (2021-02-22) +### [1.2.19][123] (2021-02-22) #### 🪄 Fixes -- **.changelogrc.js:** fix dark magic ([b4157eb][122]) -- **is-next-compat.ts:** never use console.log ([81533c8][123]) -- **is-next-compat.ts:** use template string instead of literal ([3a4f0f1][124]) -- **unit-index.test.ts:** 100% test coverage ([72189e8][125]) +- **.changelogrc.js:** fix dark magic ([b4157eb][124]) +- **is-next-compat.ts:** never use console.log ([81533c8][125]) +- **is-next-compat.ts:** use template string instead of literal ([3a4f0f1][126]) +- **unit-index.test.ts:** 100% test coverage ([72189e8][127]) #### ⚙️ Build System -- **.eslintrc.js:** account for node 12 ([cad0fb2][126]) -- **.github:** update workflows and templates ([54e51eb][127]) -- Backport new webpack config ([b268534][128]) -- **integration-external.test.ts:** ensure proper cwd is used for executing externals ([31c1d5b][129]) -- **is-next-compat.ts:** use execa instead of shelljs under the hood ([9d12004][130]) -- **package.json:** remove shelljs, update other deps ([11e192a][131]) -- **package.json:** update dependencies ([9e1705b][132]) -- Rename env-expect to expect-env ([035e98b][133]) -- **setup.ts:** fix several lib-pkg tools ([44d1967][134]) -- Spellcheck-commit and .changelogrc no longer use shelljs ([dd72fd1][135]) -- **test:** update with new lib-pkg tools ([004a657][136]) -- **unit-external.test.ts:** update with new lib-pkg tools ([6df7e73][137]) +- **.eslintrc.js:** account for node 12 ([cad0fb2][128]) +- **.github:** update workflows and templates ([54e51eb][129]) +- Backport new webpack config ([b268534][130]) +- **integration-external.test.ts:** ensure proper cwd is used for executing externals ([31c1d5b][131]) +- **is-next-compat.ts:** use execa instead of shelljs under the hood ([9d12004][132]) +- **package.json:** remove shelljs, update other deps ([11e192a][133]) +- **package.json:** update dependencies ([9e1705b][134]) +- Rename env-expect to expect-env ([035e98b][135]) +- **setup.ts:** fix several lib-pkg tools ([44d1967][136]) +- Spellcheck-commit and .changelogrc no longer use shelljs ([dd72fd1][137]) +- **test:** update with new lib-pkg tools ([004a657][138]) +- **unit-external.test.ts:** update with new lib-pkg tools ([6df7e73][139]) #### 🔥 Reverted -- _"debug(build-test-deploy.yml): disable debug mode"_ ([6cefa7a][138]) +- _"debug(build-test-deploy.yml): disable debug mode"_ ([6cefa7a][140]) -### [1.2.18][139] (2021-02-11) +### [1.2.18][141] (2021-02-11) #### ⚙️ Build System -- **package.json:** update to proper forked dependencies ([042291d][140]) +- **package.json:** update to proper forked dependencies ([042291d][142]) -### [1.2.17][141] (2021-02-10) +### [1.2.17][143] (2021-02-10) #### ⚙️ Build System -- **webpack.config.js:** normalize webpack configuration across repos ([65f48a3][142]) -- **webpack.config.js:** remove ES6 syntax from JS file ([5ed6dbd][143]) +- **webpack.config.js:** normalize webpack configuration across repos ([65f48a3][144]) +- **webpack.config.js:** remove ES6 syntax from JS file ([5ed6dbd][145]) -### [1.2.16][144] (2021-02-10) +### [1.2.16][146] (2021-02-10) #### ⚙️ Build System -- **package.json:** update dependencies ([aeef7a9][145]) +- **package.json:** update dependencies ([aeef7a9][147]) -### [1.2.15][146] (2021-02-08) +### [1.2.15][148] (2021-02-08) #### 🪄 Fixes -- **readme.md:** simplify all examples with more modern syntax; remove @ergodark/types ([964bc47][147]) +- **readme.md:** simplify all examples with more modern syntax; remove @ergodark/types ([964bc47][149]) -### [1.2.14][148] (2021-02-08) +### [1.2.14][150] (2021-02-08) #### 🪄 Fixes -- **readme.md:** add Apollo example and additional guidance ([ed357f5][149]) +- **readme.md:** add Apollo example and additional guidance ([ed357f5][151]) -### [1.2.13][150] (2021-02-05) +### [1.2.13][152] (2021-02-05) #### 🪄 Fixes -- **config:** use transform-rename-import when building externals ([d224f5e][151]) -- **index.ts:** use NextApiHandler type (thanks [@janhesters][152]) ([473ff50][153]) -- **integration-webpack.test.ts:** actually call bundle in test ([f7a12de][154]) -- **is-next-compat.ts:** better handling of generics ([d7bc091][155]) -- Next no longer misclassified as CJS ([9ebac01][156]) +- **config:** use transform-rename-import when building externals ([d224f5e][153]) +- **index.ts:** use NextApiHandler type (thanks [@janhesters][154]) ([473ff50][155]) +- **integration-webpack.test.ts:** actually call bundle in test ([f7a12de][156]) +- **is-next-compat.ts:** better handling of generics ([d7bc091][157]) +- Next no longer misclassified as CJS ([9ebac01][158]) #### ⚙️ Build System -- **build-test-deploy.yml:** drop support for node 10 ([6adde15][157]) -- **build-test-deploy.yml:** drop support for webpack 4 ([e508c06][158]) -- **build-test-deploy.yml:** remove externals exception ([5e3893a][159]) -- **cleanup.yml:** fix bugs in workflow ([cbf22fd][160]) -- Drop support for node 10 ([71e9103][161]) -- Only silence sjx if not DEBUG ([f01ce40][162]) -- **package.json:** improved build-dist ([a3526f2][163]) -- **package.json:** nicer destructured vals in docs ([661e62d][164]) -- **package.json:** remove extraneous module ([1f2ad6a][165]) -- **package.json:** update dependencies ([c64f761][166]) -- **post-release-check.yml:** add five-minute-sleep ([4a0552d][167]) -- **post-release-check.yml:** more resilient post-release check ([856435f][168]) -- Properly mocked unit tests for externals ([b3273df][169]) -- **test:** improved testing infrastructure ([fffe02e][170]) -- **types:** more precise unique-filename type ([a60793c][171]) +- **build-test-deploy.yml:** drop support for node 10 ([6adde15][159]) +- **build-test-deploy.yml:** drop support for webpack 4 ([e508c06][160]) +- **build-test-deploy.yml:** remove externals exception ([5e3893a][161]) +- **cleanup.yml:** fix bugs in workflow ([cbf22fd][162]) +- Drop support for node 10 ([71e9103][163]) +- Only silence sjx if not DEBUG ([f01ce40][164]) +- **package.json:** improved build-dist ([a3526f2][165]) +- **package.json:** nicer destructured vals in docs ([661e62d][166]) +- **package.json:** remove extraneous module ([1f2ad6a][167]) +- **package.json:** update dependencies ([c64f761][168]) +- **post-release-check.yml:** add five-minute-sleep ([4a0552d][169]) +- **post-release-check.yml:** more resilient post-release check ([856435f][170]) +- Properly mocked unit tests for externals ([b3273df][171]) +- **test:** improved testing infrastructure ([fffe02e][172]) +- **types:** more precise unique-filename type ([a60793c][173]) -### [1.2.12][172] (2021-01-23) +### [1.2.12][174] (2021-01-23) #### ⚙️ Build System -- Remove erroneous module import ([6eb2a34][173]) +- Remove erroneous module import ([6eb2a34][175]) -### [1.2.11][174] (2021-01-23) +### [1.2.11][176] (2021-01-23) #### ⚙️ Build System -- Backport/normalize across packages ([e589c1d][175]) +- Backport/normalize across packages ([e589c1d][177]) -### [1.2.10][176] (2021-01-22) +### [1.2.10][178] (2021-01-22) #### ⚙️ Build System -- Update debug statement syntax ([52a2276][177]) +- Update debug statement syntax ([52a2276][179]) -### [1.2.9][178] (2021-01-21) +### [1.2.9][180] (2021-01-21) #### ⚙️ Build System -- **.github/workflows/build-test-deploy.yml:** fix peer dependency installation ([12e5bbe][179]) +- **.github/workflows/build-test-deploy.yml:** fix peer dependency installation ([12e5bbe][181]) -### [1.2.8][180] (2021-01-13) +### [1.2.8][182] (2021-01-13) #### 🪄 Fixes -- **readme.md:** ensure quick start example is functional ([87dc31f][181]) +- **readme.md:** ensure quick start example is functional ([87dc31f][183]) -### [1.2.7][182] (2021-01-12) +### [1.2.7][184] (2021-01-12) #### ⚙️ Build System -- Rebuild lockfile ([94cfa38][183]) -- Update babel-plugin-transform-mjs-imports ([62089c7][184]) +- Rebuild lockfile ([94cfa38][185]) +- Update babel-plugin-transform-mjs-imports ([62089c7][186]) -### [1.2.6][185] (2021-01-06) +### [1.2.6][187] (2021-01-06) #### ⚙️ Build System -- **package.json:** prune old deps ([2cf1d29][186]) +- **package.json:** prune old deps ([2cf1d29][188]) -### [1.2.5][187] (2021-01-06) +### [1.2.5][189] (2021-01-06) #### ⚙️ Build System -- **.github/workflows/post-release-check.yml:** add new post-release-check ([a307efc][188]) -- **.github:** add is-next-compat workflow ([1823c05][189]) +- **.github/workflows/post-release-check.yml:** add new post-release-check ([a307efc][190]) +- **.github:** add is-next-compat workflow ([1823c05][191]) -### [1.2.4][190] (2021-01-06) +### [1.2.4][192] (2021-01-06) #### ⚙️ Build System -- **readme.md:** add quick start example ([4e5e12c][191]) +- **readme.md:** add quick start example ([4e5e12c][193]) -### [1.2.3][192] (2021-01-05) +### [1.2.3][194] (2021-01-05) #### ⚙️ Build System -- **package.json:** favor "prepare" over "postinstall" and use npx for dev tools ([a111c87][193]) +- **package.json:** favor "prepare" over "postinstall" and use npx for dev tools ([a111c87][195]) -### [1.2.2][194] (2021-01-05) +### [1.2.2][196] (2021-01-05) #### ⚙️ Build System -- **readme.md:** cosmetic ([98b65c6][195]) +- **readme.md:** cosmetic ([98b65c6][197]) -### [1.2.1][196] (2021-01-05) +### [1.2.1][198] (2021-01-05) #### ⚙️ Build System -- **package.json:** update dependencies, prune unused dependencies ([6ef6cbe][197]) +- **package.json:** update dependencies, prune unused dependencies ([6ef6cbe][199]) -## [1.2.0][198] (2021-01-05) +## [1.2.0][200] (2021-01-05) #### ✨ Features -- **.changelogrc.js:** transfer repository over to semantic-release CI/CD ([b9d2bf0][199]) +- **.changelogrc.js:** transfer repository over to semantic-release CI/CD ([b9d2bf0][201]) #### ⚙️ Build System -- **deps:** bump node-notifier from 8.0.0 to 8.0.1 ([45a79d4][200]) -- **test/unit-externals.test.ts:** add mongo uri env var to test explicitly ([e0e1fd9][201]) +- **deps:** bump node-notifier from 8.0.0 to 8.0.1 ([45a79d4][202]) +- **test/unit-externals.test.ts:** add mongo uri env var to test explicitly ([e0e1fd9][203]) -### [1.1.3][202] (2020-12-06) +### [1.1.3][204] (2020-12-06) #### ⚙️ Build System -- **package.json:** audit and update deps ([c82695a][203]) -- **package.json:** manually bump version ([813b21a][204]) +- **package.json:** audit and update deps ([c82695a][205]) +- **package.json:** manually bump version ([813b21a][206]) -### [1.1.2][205] (2020-11-26) +### [1.1.2][207] (2020-11-26) #### 🪄 Fixes -- **readme:** update install language ([b68c721][206]) +- **readme:** update install language ([b68c721][208]) -### [1.1.1][207] (2020-11-26) +### [1.1.1][209] (2020-11-26) #### 🪄 Fixes -- **externals:** revert sort-package-json to maintainer version ([750055b][208]) -- **externals:** rewrite test workflow ([d604dfc][209]) +- **externals:** revert sort-package-json to maintainer version ([750055b][210]) +- **externals:** rewrite test workflow ([d604dfc][211]) -## [1.1.0][210] (2020-11-25) +## [1.1.0][212] (2020-11-25) #### 🪄 Fixes -- **build:** move Next.js dependency to peer/dev dependencies ([0e7541f][211]) -- **externals:** updated remaining dependency references to peerDependency references ([ccf54fb][212]) +- **build:** move Next.js dependency to peer/dev dependencies ([0e7541f][213]) +- **externals:** updated remaining dependency references to peerDependency references ([ccf54fb][214]) -### [1.0.10][213] (2020-10-24) +### [1.0.10][215] (2020-10-24) -### [1.0.9][214] (2020-10-23) +### [1.0.9][216] (2020-10-23) -### [1.0.8][215] (2020-10-20) +### [1.0.8][217] (2020-10-20) -### [1.0.7][216] (2020-10-19) +### [1.0.7][218] (2020-10-19) -### [1.0.6][217] (2020-10-17) +### [1.0.6][219] (2020-10-17) -### [1.0.5][218] (2020-10-13) +### [1.0.5][220] (2020-10-13) -### [1.0.4][219] (2020-10-12) +### [1.0.4][221] (2020-10-12) -### [1.0.3][220] (2020-10-12) +### [1.0.3][222] (2020-10-12) -### [1.0.2][221] (2020-10-07) +### [1.0.2][223] (2020-10-07) -### [1.0.1][222] (2020-10-07) +### [1.0.1][224] (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/v3.1.9...v3.1.10 -[4]: https://github.com/Xunnamius/next-test-api-route-handler/commit/a9d136b2ada5dcac26a8509fd4590a2dec805a56 -[5]: https://github.com/Xunnamius/next-test-api-route-handler/commit/db0223ea0c74edab17489595c1c858eb035dd418 -[6]: https://github.com/Xunnamius/next-test-api-route-handler/commit/e457064ddbc7e3f7b1d96c7f27b5b74479303f2f -[7]: https://github.com/Xunnamius/next-test-api-route-handler/issues/908 -[8]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.9...v4.0.0-canary.2 -[9]: https://github.com/Xunnamius/next-test-api-route-handler/commit/ca1da40c8f14b9c4a39f198787f526759cd7fa8f -[10]: https://github.com/Xunnamius/next-test-api-route-handler/issues/887 -[11]: https://github.com/Xunnamius/next-test-api-route-handler/commit/be90d573a3a6db09aa35e62bf228a70439f39e73 -[12]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.7...v3.1.8 -[13]: https://github.com/Xunnamius/next-test-api-route-handler/commit/2a4ae05a6d163902daff9021b375db5f362149d7 -[14]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.6...v3.1.7 -[15]: https://github.com/Xunnamius/next-test-api-route-handler/commit/4af52f43dcba1f6f57887fb977b1430f8009d872 -[16]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.5...v3.1.6 -[17]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6e94142b83d4d6bed7812bca2bd4226a6b67c49a -[18]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.4...v3.1.5 -[19]: https://github.com/Xunnamius/next-test-api-route-handler/commit/405f84dabe68b72e11919066cc53dbc69ad4807d -[20]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.3...v3.1.4 -[21]: https://github.com/Xunnamius/next-test-api-route-handler/commit/b05e112c11ead6b03c33a1a0bf1dc4fca4d29db5 -[22]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.2...v3.1.3 -[23]: https://github.com/Xunnamius/next-test-api-route-handler/commit/36a2c44e4b3f6f4f6d4ae9f8a566a42609ee362c -[24]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.1...v3.1.2 -[25]: https://github.com/Xunnamius/next-test-api-route-handler/commit/065b4455016812575e1714cc680e57184b49cf5d -[26]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.0...v3.1.1 -[27]: https://github.com/Xunnamius/next-test-api-route-handler/commit/484d7023539d95b8930d1665b4b613042b21fe9f -[28]: https://github.com/Xunnamius/next-test-api-route-handler/issues/487 -[29]: https://github.com/Xunnamius/next-test-api-route-handler/commit/77ad96dc4a1e3c79f9f75b6827f74f501cce8f5d -[30]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.0.3...v3.1.0 -[31]: https://github.com/Xunnamius/next-test-api-route-handler/commit/21b4b928a40b685a99df34ad20845c97615ee1c8 -[32]: https://github.com/Xunnamius/next-test-api-route-handler/commit/2a2f0b28b07f8a176a5333551b5788033f90274a -[33]: https://github.com/Xunnamius/next-test-api-route-handler/commit/0ee4ce58b1c7a8b4ea2096c01142097f427b2a00 -[34]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.0.2...v3.0.3 -[35]: https://github.com/Xunnamius/next-test-api-route-handler/commit/1e8cd8573cdcfa3489526244c40f373a71d92b40 -[36]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.0.1...v3.0.2 -[37]: https://github.com/Xunnamius/next-test-api-route-handler/commit/84f74f55027cd4e67b7e7929f668d4de387dc3c3 -[38]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.0.0...v3.0.1 -[39]: https://github.com/Xunnamius/next-test-api-route-handler/commit/a925da287a02b6c36b588b6804e7b0b628364b25 -[40]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.3.4...v3.0.0 -[41]: https://github.com/Xunnamius/next-test-api-route-handler/commit/d3c60cbd506eb22a4bb23554b06668076e687ad9 -[42]: https://github.com/Xunnamius/next-test-api-route-handler/commit/68d30dac2210e4f976afbf5c59378d6b314d4ec3 -[43]: https://github.com/Xunnamius/next-test-api-route-handler/commit/15c899a98423c612571886115308e68e20633a1b -[44]: https://github.com/Xunnamius/next-test-api-route-handler/commit/5a1a2ee806f4cfd5d199d54dbd82f9f945da1694 -[45]: https://github.com/Xunnamius/next-test-api-route-handler/commit/73f44b78c2ee92b443adf99e248c03b985b80891 -[46]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.3.3...v2.3.4 -[47]: https://github.com/Xunnamius/next-test-api-route-handler/commit/854704ba9a7f374753e1a51f4fe00db761d7718f -[48]: https://github.com/Xunnamius/next-test-api-route-handler/commit/9302bcc882e9cd4080526f5192186b5259e08726 -[49]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.3.2...v2.3.3 -[50]: https://github.com/Xunnamius/next-test-api-route-handler/commit/597c2497a137c86696aba9b750b60f43d728495f -[51]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.3.1...v2.3.2 -[52]: https://github.com/Xunnamius/next-test-api-route-handler/commit/32eafabd592856a7ef286d7d0157e38a8275695d -[53]: https://github.com/Xunnamius/next-test-api-route-handler/commit/cd98aab7eea7bdd4b988402b57ce5e93572a7850 -[54]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.3.0...v2.3.1 -[55]: https://github.com/Xunnamius/next-test-api-route-handler/commit/91f08d426081afc1009e50d7b9ee6a0a2259268b -[56]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.2.1...v2.3.0 -[57]: https://github.com/Xunnamius/next-test-api-route-handler/commit/cd3cd95adb536b05a3cfe8bd0b12329c9acad166 -[58]: https://github.com/Xunnamius/next-test-api-route-handler/issues/373 -[59]: https://github.com/Xunnamius/next-test-api-route-handler/commit/8746e5fb6b337131303ad0c011c864d5152a864d -[60]: https://github.com/Xunnamius/next-test-api-route-handler/commit/ae778d18f1c01e36070f0612067ec9f00f14a665 -[61]: https://github.com/Xunnamius/next-test-api-route-handler/issues/378 -[62]: https://github.com/Xunnamius/next-test-api-route-handler/commit/c216caa659a0fcf807ff6b1a0c11c2b331e27d3c -[63]: https://github.com/Xunnamius/next-test-api-route-handler/commit/5fbb6d20cab097250cb8c62d0c5edb6fe80f0bfc -[64]: https://github.com/Xunnamius/next-test-api-route-handler/commit/346e8de1390ba46e9dc8faccc0977c5f50a9dc32 -[65]: https://github.com/Xunnamius/next-test-api-route-handler/commit/812e6f262726e328a57cdb0833fb8bfbbcce6708 -[66]: https://github.com/Xunnamius/next-test-api-route-handler/commit/5034aba01f30bfb7787247054d12d7dbb90469e6 -[67]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.2.0...v2.2.1 -[68]: https://github.com/Xunnamius/next-test-api-route-handler/commit/de9ee177491855eb0ac095f9a1a3e5cfad820420 -[69]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.1.3...v2.2.0 -[70]: https://github.com/Xunnamius/next-test-api-route-handler/commit/419d5fe805928605b85fe0e5c64c80eb5a1d798d -[71]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.1.2...v2.1.3 -[72]: https://github.com/Xunnamius/next-test-api-route-handler/commit/7916f0026b59e6325b59395f61b142056c6c8220 -[73]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.1.1...v2.1.2 -[74]: https://github.com/Xunnamius/next-test-api-route-handler/commit/74241eeee173a6cf8f987608946c3d8691a67c27 -[75]: https://github.com/Xunnamius/next-test-api-route-handler/commit/33b6a34a126909a354a7c3f5d523b0fa47acb960 -[76]: https://github.com/Xunnamius/next-test-api-route-handler/commit/1c3425caf7d80793a2c1e88ff8fbd29ada8adf2d -[77]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.1.0...v2.1.1 -[78]: https://github.com/Xunnamius/next-test-api-route-handler/commit/fd787ca116c3a84f9393f22bf7e898db0a22f5e1 -[79]: https://github.com/Xunnamius/next-test-api-route-handler/commit/87ed12b68e930342649c65a76455396879658d48 -[80]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.0.2...v2.1.0 -[81]: https://github.com/Xunnamius/next-test-api-route-handler/commit/c51cf0222e17066c03cd80e1c76c5e9f49cacc2e -[82]: https://github.com/Xunnamius/next-test-api-route-handler/issues/295 -[83]: https://github.com/Xunnamius/next-test-api-route-handler/commit/2b14d8499f4845d0e2d20fd2098f509f5edc16f9 -[84]: https://github.com/Xunnamius/next-test-api-route-handler/commit/f4772607ebb8641ea4e0d6ac2fd152f76dff3f7c -[85]: https://github.com/Xunnamius/next-test-api-route-handler/commit/f61fd8c5ea52265a7ff15252d720d135890880f2 -[86]: https://github.com/Xunnamius/next-test-api-route-handler/issues/296 -[87]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.0.1...v2.0.2 -[88]: https://github.com/Xunnamius/next-test-api-route-handler/commit/fd53fefc6d5c2ff67ed2669b18e28b7ef7005c12 -[89]: https://github.com/Xunnamius/next-test-api-route-handler/commit/e5c6a994d4b553369ae42b6be0ae1932346ebbd6 -[90]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.0.0...v2.0.1 -[91]: https://github.com/Xunnamius/next-test-api-route-handler/commit/ef32668428df303c4e536aae5793ed14eee0ade5 -[92]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.24...v2.0.0 -[93]: https://github.com/Xunnamius/next-test-api-route-handler/commit/ee31fa8cefdc2b8b8197d3889fb8aac27467b374 -[94]: https://github.com/Xunnamius/next-test-api-route-handler/commit/2f1125cfb481e94af4248cf5b5dfce729cc4d662 -[95]: https://github.com/Xunnamius/next-test-api-route-handler/commit/75832099f4c4d0e329aca469ac16c8a25100c26d -[96]: https://github.com/Xunnamius/next-test-api-route-handler/commit/bc5e72d9d40f1991315ac0657a4b212331dc065f -[97]: https://github.com/Xunnamius/next-test-api-route-handler/commit/bc7eb3db18aa70345a1c11d96436b374a15c3b7f -[98]: https://github.com/Xunnamius/next-test-api-route-handler/commit/20ca255e01d0c2e7824707e19f41ca5a8de0140e -[99]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.23...v1.2.24 -[100]: https://github.com/Xunnamius/next-test-api-route-handler/commit/af177c5035c22ab923dd62f6dc82702373f740d4 -[101]: https://github.com/Xunnamius/next-test-api-route-handler/commit/364549e2845965954af62fdfa6c1dfa0d6f91f2f -[102]: https://github.com/Xunnamius/next-test-api-route-handler/commit/4db5d04d6a7117fe8e2113d2fafc6150a81f611c -[103]: https://github.com/Xunnamius/next-test-api-route-handler/commit/99ad1276e7e69218719ee2b27173e4ffcb7337f6 -[104]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6d523027b8d650ae0a2d121c349e6a4c48af6792 -[105]: https://github.com/Xunnamius/next-test-api-route-handler/commit/1f7fad4d512f1839d96c6264f2d4abb1c5ed11e7 -[106]: https://github.com/Xunnamius/next-test-api-route-handler/commit/d328a86317c60206bda565ba2e315113dadd0c9b -[107]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6e7173fca4cbe778419eeff92ddbf7c03c2b00d5 -[108]: https://github.com/Xunnamius/next-test-api-route-handler/commit/23cb7804d5f0e775b75eaefb4588beb179dcdcdf -[109]: https://github.com/Xunnamius/next-test-api-route-handler/commit/1f25e5fb8b2797621d316e18b01ee503fb4d1263 -[110]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.22...v1.2.23 -[111]: https://github.com/Xunnamius/next-test-api-route-handler/commit/0040582d2f89e9a14c2335dc85cd5f9201bff644 -[112]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.21...v1.2.22 -[113]: https://github.com/Xunnamius/next-test-api-route-handler/commit/df9ede3ddde3a2df6a42224ab3302e599bd61516 -[114]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.20...v1.2.21 -[115]: https://github.com/Xunnamius/next-test-api-route-handler/commit/29aa25a9e2572be5b418fbee9d2d8aba2056583e -[116]: https://github.com/Xunnamius/next-test-api-route-handler/commit/806575792fe9e1522bd6bce0eb10f1bd3407da64 -[117]: https://github.com/Xunnamius/next-test-api-route-handler/commit/dd3e7faadf148b23994f443a2247cc1316639e7d -[118]: https://github.com/Xunnamius/next-test-api-route-handler/issues/126 -[119]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.19...v1.2.20 -[120]: https://github.com/Xunnamius/next-test-api-route-handler/commit/5a2d98f3ddb34e9d934f16510a73cacd43ee42ee -[121]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.18...v1.2.19 -[122]: https://github.com/Xunnamius/next-test-api-route-handler/commit/b4157eba128f6a787531fdabf2bebf78851a0d9a -[123]: https://github.com/Xunnamius/next-test-api-route-handler/commit/81533c8953adde75499cd11b552bca5f970addca -[124]: https://github.com/Xunnamius/next-test-api-route-handler/commit/3a4f0f150779a226ee3c9f45fde201391fa1bec0 -[125]: https://github.com/Xunnamius/next-test-api-route-handler/commit/72189e80136b0567de8fc65eed9b2a4be365ca1a -[126]: https://github.com/Xunnamius/next-test-api-route-handler/commit/cad0fb2b6153434d3be41f394f1fa636cc930435 -[127]: https://github.com/Xunnamius/next-test-api-route-handler/commit/54e51ebd0e133fb469306b76bc756c283a71a2c1 -[128]: https://github.com/Xunnamius/next-test-api-route-handler/commit/b2685345493165cc63136b051cc5fafbf02f5c48 -[129]: https://github.com/Xunnamius/next-test-api-route-handler/commit/31c1d5b358df78e0f27e881c0329355d91370995 -[130]: https://github.com/Xunnamius/next-test-api-route-handler/commit/9d12004ad5adfc5d4d6992bdb67c52168829967e -[131]: https://github.com/Xunnamius/next-test-api-route-handler/commit/11e192a670c5cf40faff32abeecb610534cd382b -[132]: https://github.com/Xunnamius/next-test-api-route-handler/commit/9e1705b88fbcb5c4794abfb56691bdea7500db0d -[133]: https://github.com/Xunnamius/next-test-api-route-handler/commit/035e98bbe4b6bcf1ec6de40ee38b36ec107e8186 -[134]: https://github.com/Xunnamius/next-test-api-route-handler/commit/44d1967a412ca67829deeb29c7603ddf7e42f435 -[135]: https://github.com/Xunnamius/next-test-api-route-handler/commit/dd72fd1859fd74df3af0d47a1747d8c404abc3a7 -[136]: https://github.com/Xunnamius/next-test-api-route-handler/commit/004a657bafaab0419e645b6388c7536e38a1ef22 -[137]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6df7e73fff51036c63efc7ba898c3d76bc47deb7 -[138]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6cefa7ae41832e61ef6df75409be61141f7d1687 -[139]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.17...v1.2.18 -[140]: https://github.com/Xunnamius/next-test-api-route-handler/commit/042291d26742dfdda3742e6171efa25e9d3953ce -[141]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.16...v1.2.17 -[142]: https://github.com/Xunnamius/next-test-api-route-handler/commit/65f48a3d97184bb8a1be4fd27e86be0d7cd6bb00 -[143]: https://github.com/Xunnamius/next-test-api-route-handler/commit/5ed6dbd1cdcb15745f4979f1a716d9bce9a93afb -[144]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.15...v1.2.16 -[145]: https://github.com/Xunnamius/next-test-api-route-handler/commit/aeef7a9726934852e1a51c9da98c4a96a9c70044 -[146]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.14...v1.2.15 -[147]: https://github.com/Xunnamius/next-test-api-route-handler/commit/964bc47f80691e83d92082fcaa0679219b8543f5 -[148]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.13...v1.2.14 -[149]: https://github.com/Xunnamius/next-test-api-route-handler/commit/ed357f5211a49bfffbb28f03d60f157fa23d14b4 -[150]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.12...v1.2.13 -[151]: https://github.com/Xunnamius/next-test-api-route-handler/commit/d224f5eff5a786b96614b2c3f826eba610027da0 -[152]: https://github.com/janhesters -[153]: https://github.com/Xunnamius/next-test-api-route-handler/commit/473ff500fb2c954ce32be911bde943259ae1bbef -[154]: https://github.com/Xunnamius/next-test-api-route-handler/commit/f7a12ded8f43359fd3079ea8294a2199c34b2d26 -[155]: https://github.com/Xunnamius/next-test-api-route-handler/commit/d7bc091fe8f8e85b70987cfa4c663c7c8fd018c8 -[156]: https://github.com/Xunnamius/next-test-api-route-handler/commit/9ebac018798ac82b97b8163bc5713b43001f592c -[157]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6adde1576f4aeb8b9a72cdcefc2ea6bd4b71a5cd -[158]: https://github.com/Xunnamius/next-test-api-route-handler/commit/e508c06b77d225f150ebfce6409c2506a88efe4c -[159]: https://github.com/Xunnamius/next-test-api-route-handler/commit/5e3893a425b95ac2b12edc2195171de85afcfd0a -[160]: https://github.com/Xunnamius/next-test-api-route-handler/commit/cbf22fdd78e28e02ec4213156c6c72ba16c8bfa3 -[161]: https://github.com/Xunnamius/next-test-api-route-handler/commit/71e9103df5660fea2af3211b1d6c1fa72b1dd3c7 -[162]: https://github.com/Xunnamius/next-test-api-route-handler/commit/f01ce4041b2fb1fd24052ce17008df9746652730 -[163]: https://github.com/Xunnamius/next-test-api-route-handler/commit/a3526f28057201fcce19c752e554e705b8e3a922 -[164]: https://github.com/Xunnamius/next-test-api-route-handler/commit/661e62d53be74211d3d158ad90c196f43c8fe6db -[165]: https://github.com/Xunnamius/next-test-api-route-handler/commit/1f2ad6a2cdc863b183ac7f7bef756dd90c057ebe -[166]: https://github.com/Xunnamius/next-test-api-route-handler/commit/c64f761c3b2cc69cf07cd7dd88e9671deb66fc4f -[167]: https://github.com/Xunnamius/next-test-api-route-handler/commit/4a0552d2c730842371325111276c58651dabc558 -[168]: https://github.com/Xunnamius/next-test-api-route-handler/commit/856435f02ebe2f44b13c92cc6c794eeab2b345d0 -[169]: https://github.com/Xunnamius/next-test-api-route-handler/commit/b3273dfbe43cb4c9ececdb4863ff4259f38807ec -[170]: https://github.com/Xunnamius/next-test-api-route-handler/commit/fffe02e14615daba1f9f8ec1bb2a4024ceb93e84 -[171]: https://github.com/Xunnamius/next-test-api-route-handler/commit/a60793c620fe926308f8c99c61076da81aebe2fa -[172]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.11...v1.2.12 -[173]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6eb2a348b1352e9f30d7ecacbaba01fa11cf1cfe -[174]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.10...v1.2.11 -[175]: https://github.com/Xunnamius/next-test-api-route-handler/commit/e589c1d48aa1dae40643385c6acfcbacf9b40e16 -[176]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.9...v1.2.10 -[177]: https://github.com/Xunnamius/next-test-api-route-handler/commit/52a22765e17759271e7ba6c83ce9f3609500b5f3 -[178]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.8...v1.2.9 -[179]: https://github.com/Xunnamius/next-test-api-route-handler/commit/12e5bbe1bf36fda3ef938c7ed7cd445fec3901c9 -[180]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.7...v1.2.8 -[181]: https://github.com/Xunnamius/next-test-api-route-handler/commit/87dc31f264682d8048ee8d4cba4dbf866666bf07 -[182]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.6...v1.2.7 -[183]: https://github.com/Xunnamius/next-test-api-route-handler/commit/94cfa3806bfa0250e9b2dd5b3abfb2ff65c77c6a -[184]: https://github.com/Xunnamius/next-test-api-route-handler/commit/62089c79f6c9b585d2bb8ca0a8b87bd355b8695f -[185]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.5...v1.2.6 -[186]: https://github.com/Xunnamius/next-test-api-route-handler/commit/2cf1d29159fb746dc4a7c09a8193e46c6bec3823 -[187]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.4...v1.2.5 -[188]: https://github.com/Xunnamius/next-test-api-route-handler/commit/a307efcf2cdf60679d68fab385bdc8951a476ace -[189]: https://github.com/Xunnamius/next-test-api-route-handler/commit/1823c055f034e528337c68d710164097e423f6e2 -[190]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.3...v1.2.4 -[191]: https://github.com/Xunnamius/next-test-api-route-handler/commit/4e5e12c0df4fc80abb696d32718440ff294902e7 -[192]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.2...v1.2.3 -[193]: https://github.com/Xunnamius/next-test-api-route-handler/commit/a111c87ccd863ce4dac85a5bd0281d87affe3b63 -[194]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.1...v1.2.2 -[195]: https://github.com/Xunnamius/next-test-api-route-handler/commit/98b65c6da330040e4bcbc22fe28db87c3965fd0e -[196]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.0...v1.2.1 -[197]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6ef6cbeb143648eb1fed5eff39071a06e7354275 -[198]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.1.3...v1.2.0 -[199]: https://github.com/Xunnamius/next-test-api-route-handler/commit/b9d2bf010fba4b163e1eea0801271292a0e74308 -[200]: https://github.com/Xunnamius/next-test-api-route-handler/commit/45a79d41835b5146912511f8b583c9128d154cf9 -[201]: https://github.com/Xunnamius/next-test-api-route-handler/commit/e0e1fd951fbe63c04c264ad11ab1fa7a39e1679a -[202]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.1.2...v1.1.3 -[203]: https://github.com/Xunnamius/next-test-api-route-handler/commit/c82695a8816b6cd5f0e11d09cc2f948a30a416e9 -[204]: https://github.com/Xunnamius/next-test-api-route-handler/commit/813b21ad1e2c78594903b3a8f504f4460d8e506e -[205]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.1.1...v1.1.2 -[206]: https://github.com/Xunnamius/next-test-api-route-handler/commit/b68c721e5100baa883c7096e5cc4e81c1c60ed00 -[207]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.1.0...v1.1.1 -[208]: https://github.com/Xunnamius/next-test-api-route-handler/commit/750055b92699fc7f1c06349ccdb0ddc0179f891a -[209]: https://github.com/Xunnamius/next-test-api-route-handler/commit/d604dfc39d2e77cbe1234b8349a2ecef81a9e54a -[210]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.10...v1.1.0 -[211]: https://github.com/Xunnamius/next-test-api-route-handler/commit/0e7541fbecd2e3bacc124f624bfca2b56ceeb89f -[212]: https://github.com/Xunnamius/next-test-api-route-handler/commit/ccf54fb480e35961647900d345149d3cd1cf60d8 -[213]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.9...v1.0.10 -[214]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.8...v1.0.9 -[215]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.7...v1.0.8 -[216]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.6...v1.0.7 -[217]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.5...v1.0.6 -[218]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.4...v1.0.5 -[219]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.3...v1.0.4 -[220]: https://github.com/Xunnamius/next-test-api-route-handler/compare/1.0.2...v1.0.3 -[221]: https://github.com/Xunnamius/next-test-api-route-handler/compare/1.0.1...1.0.2 -[222]: 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/v3.1.10...v3.2.0 +[4]: https://github.com/Xunnamius/next-test-api-route-handler/commit/93b8a3c92eb14a5b2d1006c315e26a3c3547a1c3 +[5]: https://github.com/Xunnamius/next-test-api-route-handler/issues/916 +[6]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.9...v3.1.10 +[7]: https://github.com/Xunnamius/next-test-api-route-handler/commit/ca1da40c8f14b9c4a39f198787f526759cd7fa8f +[8]: https://github.com/Xunnamius/next-test-api-route-handler/issues/887 +[9]: https://github.com/Xunnamius/next-test-api-route-handler/commit/a9d136b2ada5dcac26a8509fd4590a2dec805a56 +[10]: https://github.com/Xunnamius/next-test-api-route-handler/commit/db0223ea0c74edab17489595c1c858eb035dd418 +[11]: https://github.com/Xunnamius/next-test-api-route-handler/commit/e457064ddbc7e3f7b1d96c7f27b5b74479303f2f +[12]: https://github.com/Xunnamius/next-test-api-route-handler/issues/908 +[13]: https://github.com/Xunnamius/next-test-api-route-handler/commit/be90d573a3a6db09aa35e62bf228a70439f39e73 +[14]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.7...v3.1.8 +[15]: https://github.com/Xunnamius/next-test-api-route-handler/commit/2a4ae05a6d163902daff9021b375db5f362149d7 +[16]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.6...v3.1.7 +[17]: https://github.com/Xunnamius/next-test-api-route-handler/commit/4af52f43dcba1f6f57887fb977b1430f8009d872 +[18]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.5...v3.1.6 +[19]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6e94142b83d4d6bed7812bca2bd4226a6b67c49a +[20]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.4...v3.1.5 +[21]: https://github.com/Xunnamius/next-test-api-route-handler/commit/405f84dabe68b72e11919066cc53dbc69ad4807d +[22]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.3...v3.1.4 +[23]: https://github.com/Xunnamius/next-test-api-route-handler/commit/b05e112c11ead6b03c33a1a0bf1dc4fca4d29db5 +[24]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.2...v3.1.3 +[25]: https://github.com/Xunnamius/next-test-api-route-handler/commit/36a2c44e4b3f6f4f6d4ae9f8a566a42609ee362c +[26]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.1...v3.1.2 +[27]: https://github.com/Xunnamius/next-test-api-route-handler/commit/065b4455016812575e1714cc680e57184b49cf5d +[28]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.0...v3.1.1 +[29]: https://github.com/Xunnamius/next-test-api-route-handler/commit/484d7023539d95b8930d1665b4b613042b21fe9f +[30]: https://github.com/Xunnamius/next-test-api-route-handler/issues/487 +[31]: https://github.com/Xunnamius/next-test-api-route-handler/commit/77ad96dc4a1e3c79f9f75b6827f74f501cce8f5d +[32]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.0.3...v3.1.0 +[33]: https://github.com/Xunnamius/next-test-api-route-handler/commit/21b4b928a40b685a99df34ad20845c97615ee1c8 +[34]: https://github.com/Xunnamius/next-test-api-route-handler/commit/2a2f0b28b07f8a176a5333551b5788033f90274a +[35]: https://github.com/Xunnamius/next-test-api-route-handler/commit/0ee4ce58b1c7a8b4ea2096c01142097f427b2a00 +[36]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.0.2...v3.0.3 +[37]: https://github.com/Xunnamius/next-test-api-route-handler/commit/1e8cd8573cdcfa3489526244c40f373a71d92b40 +[38]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.0.1...v3.0.2 +[39]: https://github.com/Xunnamius/next-test-api-route-handler/commit/84f74f55027cd4e67b7e7929f668d4de387dc3c3 +[40]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.0.0...v3.0.1 +[41]: https://github.com/Xunnamius/next-test-api-route-handler/commit/a925da287a02b6c36b588b6804e7b0b628364b25 +[42]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.3.4...v3.0.0 +[43]: https://github.com/Xunnamius/next-test-api-route-handler/commit/d3c60cbd506eb22a4bb23554b06668076e687ad9 +[44]: https://github.com/Xunnamius/next-test-api-route-handler/commit/68d30dac2210e4f976afbf5c59378d6b314d4ec3 +[45]: https://github.com/Xunnamius/next-test-api-route-handler/commit/15c899a98423c612571886115308e68e20633a1b +[46]: https://github.com/Xunnamius/next-test-api-route-handler/commit/5a1a2ee806f4cfd5d199d54dbd82f9f945da1694 +[47]: https://github.com/Xunnamius/next-test-api-route-handler/commit/73f44b78c2ee92b443adf99e248c03b985b80891 +[48]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.3.3...v2.3.4 +[49]: https://github.com/Xunnamius/next-test-api-route-handler/commit/854704ba9a7f374753e1a51f4fe00db761d7718f +[50]: https://github.com/Xunnamius/next-test-api-route-handler/commit/9302bcc882e9cd4080526f5192186b5259e08726 +[51]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.3.2...v2.3.3 +[52]: https://github.com/Xunnamius/next-test-api-route-handler/commit/597c2497a137c86696aba9b750b60f43d728495f +[53]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.3.1...v2.3.2 +[54]: https://github.com/Xunnamius/next-test-api-route-handler/commit/32eafabd592856a7ef286d7d0157e38a8275695d +[55]: https://github.com/Xunnamius/next-test-api-route-handler/commit/cd98aab7eea7bdd4b988402b57ce5e93572a7850 +[56]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.3.0...v2.3.1 +[57]: https://github.com/Xunnamius/next-test-api-route-handler/commit/91f08d426081afc1009e50d7b9ee6a0a2259268b +[58]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.2.1...v2.3.0 +[59]: https://github.com/Xunnamius/next-test-api-route-handler/commit/cd3cd95adb536b05a3cfe8bd0b12329c9acad166 +[60]: https://github.com/Xunnamius/next-test-api-route-handler/issues/373 +[61]: https://github.com/Xunnamius/next-test-api-route-handler/commit/8746e5fb6b337131303ad0c011c864d5152a864d +[62]: https://github.com/Xunnamius/next-test-api-route-handler/commit/ae778d18f1c01e36070f0612067ec9f00f14a665 +[63]: https://github.com/Xunnamius/next-test-api-route-handler/issues/378 +[64]: https://github.com/Xunnamius/next-test-api-route-handler/commit/c216caa659a0fcf807ff6b1a0c11c2b331e27d3c +[65]: https://github.com/Xunnamius/next-test-api-route-handler/commit/5fbb6d20cab097250cb8c62d0c5edb6fe80f0bfc +[66]: https://github.com/Xunnamius/next-test-api-route-handler/commit/346e8de1390ba46e9dc8faccc0977c5f50a9dc32 +[67]: https://github.com/Xunnamius/next-test-api-route-handler/commit/812e6f262726e328a57cdb0833fb8bfbbcce6708 +[68]: https://github.com/Xunnamius/next-test-api-route-handler/commit/5034aba01f30bfb7787247054d12d7dbb90469e6 +[69]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.2.0...v2.2.1 +[70]: https://github.com/Xunnamius/next-test-api-route-handler/commit/de9ee177491855eb0ac095f9a1a3e5cfad820420 +[71]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.1.3...v2.2.0 +[72]: https://github.com/Xunnamius/next-test-api-route-handler/commit/419d5fe805928605b85fe0e5c64c80eb5a1d798d +[73]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.1.2...v2.1.3 +[74]: https://github.com/Xunnamius/next-test-api-route-handler/commit/7916f0026b59e6325b59395f61b142056c6c8220 +[75]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.1.1...v2.1.2 +[76]: https://github.com/Xunnamius/next-test-api-route-handler/commit/74241eeee173a6cf8f987608946c3d8691a67c27 +[77]: https://github.com/Xunnamius/next-test-api-route-handler/commit/33b6a34a126909a354a7c3f5d523b0fa47acb960 +[78]: https://github.com/Xunnamius/next-test-api-route-handler/commit/1c3425caf7d80793a2c1e88ff8fbd29ada8adf2d +[79]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.1.0...v2.1.1 +[80]: https://github.com/Xunnamius/next-test-api-route-handler/commit/fd787ca116c3a84f9393f22bf7e898db0a22f5e1 +[81]: https://github.com/Xunnamius/next-test-api-route-handler/commit/87ed12b68e930342649c65a76455396879658d48 +[82]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.0.2...v2.1.0 +[83]: https://github.com/Xunnamius/next-test-api-route-handler/commit/c51cf0222e17066c03cd80e1c76c5e9f49cacc2e +[84]: https://github.com/Xunnamius/next-test-api-route-handler/issues/295 +[85]: https://github.com/Xunnamius/next-test-api-route-handler/commit/2b14d8499f4845d0e2d20fd2098f509f5edc16f9 +[86]: https://github.com/Xunnamius/next-test-api-route-handler/commit/f4772607ebb8641ea4e0d6ac2fd152f76dff3f7c +[87]: https://github.com/Xunnamius/next-test-api-route-handler/commit/f61fd8c5ea52265a7ff15252d720d135890880f2 +[88]: https://github.com/Xunnamius/next-test-api-route-handler/issues/296 +[89]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.0.1...v2.0.2 +[90]: https://github.com/Xunnamius/next-test-api-route-handler/commit/fd53fefc6d5c2ff67ed2669b18e28b7ef7005c12 +[91]: https://github.com/Xunnamius/next-test-api-route-handler/commit/e5c6a994d4b553369ae42b6be0ae1932346ebbd6 +[92]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v2.0.0...v2.0.1 +[93]: https://github.com/Xunnamius/next-test-api-route-handler/commit/ef32668428df303c4e536aae5793ed14eee0ade5 +[94]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.24...v2.0.0 +[95]: https://github.com/Xunnamius/next-test-api-route-handler/commit/ee31fa8cefdc2b8b8197d3889fb8aac27467b374 +[96]: https://github.com/Xunnamius/next-test-api-route-handler/commit/2f1125cfb481e94af4248cf5b5dfce729cc4d662 +[97]: https://github.com/Xunnamius/next-test-api-route-handler/commit/75832099f4c4d0e329aca469ac16c8a25100c26d +[98]: https://github.com/Xunnamius/next-test-api-route-handler/commit/bc5e72d9d40f1991315ac0657a4b212331dc065f +[99]: https://github.com/Xunnamius/next-test-api-route-handler/commit/bc7eb3db18aa70345a1c11d96436b374a15c3b7f +[100]: https://github.com/Xunnamius/next-test-api-route-handler/commit/20ca255e01d0c2e7824707e19f41ca5a8de0140e +[101]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.23...v1.2.24 +[102]: https://github.com/Xunnamius/next-test-api-route-handler/commit/af177c5035c22ab923dd62f6dc82702373f740d4 +[103]: https://github.com/Xunnamius/next-test-api-route-handler/commit/364549e2845965954af62fdfa6c1dfa0d6f91f2f +[104]: https://github.com/Xunnamius/next-test-api-route-handler/commit/4db5d04d6a7117fe8e2113d2fafc6150a81f611c +[105]: https://github.com/Xunnamius/next-test-api-route-handler/commit/99ad1276e7e69218719ee2b27173e4ffcb7337f6 +[106]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6d523027b8d650ae0a2d121c349e6a4c48af6792 +[107]: https://github.com/Xunnamius/next-test-api-route-handler/commit/1f7fad4d512f1839d96c6264f2d4abb1c5ed11e7 +[108]: https://github.com/Xunnamius/next-test-api-route-handler/commit/d328a86317c60206bda565ba2e315113dadd0c9b +[109]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6e7173fca4cbe778419eeff92ddbf7c03c2b00d5 +[110]: https://github.com/Xunnamius/next-test-api-route-handler/commit/23cb7804d5f0e775b75eaefb4588beb179dcdcdf +[111]: https://github.com/Xunnamius/next-test-api-route-handler/commit/1f25e5fb8b2797621d316e18b01ee503fb4d1263 +[112]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.22...v1.2.23 +[113]: https://github.com/Xunnamius/next-test-api-route-handler/commit/0040582d2f89e9a14c2335dc85cd5f9201bff644 +[114]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.21...v1.2.22 +[115]: https://github.com/Xunnamius/next-test-api-route-handler/commit/df9ede3ddde3a2df6a42224ab3302e599bd61516 +[116]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.20...v1.2.21 +[117]: https://github.com/Xunnamius/next-test-api-route-handler/commit/29aa25a9e2572be5b418fbee9d2d8aba2056583e +[118]: https://github.com/Xunnamius/next-test-api-route-handler/commit/806575792fe9e1522bd6bce0eb10f1bd3407da64 +[119]: https://github.com/Xunnamius/next-test-api-route-handler/commit/dd3e7faadf148b23994f443a2247cc1316639e7d +[120]: https://github.com/Xunnamius/next-test-api-route-handler/issues/126 +[121]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.19...v1.2.20 +[122]: https://github.com/Xunnamius/next-test-api-route-handler/commit/5a2d98f3ddb34e9d934f16510a73cacd43ee42ee +[123]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.18...v1.2.19 +[124]: https://github.com/Xunnamius/next-test-api-route-handler/commit/b4157eba128f6a787531fdabf2bebf78851a0d9a +[125]: https://github.com/Xunnamius/next-test-api-route-handler/commit/81533c8953adde75499cd11b552bca5f970addca +[126]: https://github.com/Xunnamius/next-test-api-route-handler/commit/3a4f0f150779a226ee3c9f45fde201391fa1bec0 +[127]: https://github.com/Xunnamius/next-test-api-route-handler/commit/72189e80136b0567de8fc65eed9b2a4be365ca1a +[128]: https://github.com/Xunnamius/next-test-api-route-handler/commit/cad0fb2b6153434d3be41f394f1fa636cc930435 +[129]: https://github.com/Xunnamius/next-test-api-route-handler/commit/54e51ebd0e133fb469306b76bc756c283a71a2c1 +[130]: https://github.com/Xunnamius/next-test-api-route-handler/commit/b2685345493165cc63136b051cc5fafbf02f5c48 +[131]: https://github.com/Xunnamius/next-test-api-route-handler/commit/31c1d5b358df78e0f27e881c0329355d91370995 +[132]: https://github.com/Xunnamius/next-test-api-route-handler/commit/9d12004ad5adfc5d4d6992bdb67c52168829967e +[133]: https://github.com/Xunnamius/next-test-api-route-handler/commit/11e192a670c5cf40faff32abeecb610534cd382b +[134]: https://github.com/Xunnamius/next-test-api-route-handler/commit/9e1705b88fbcb5c4794abfb56691bdea7500db0d +[135]: https://github.com/Xunnamius/next-test-api-route-handler/commit/035e98bbe4b6bcf1ec6de40ee38b36ec107e8186 +[136]: https://github.com/Xunnamius/next-test-api-route-handler/commit/44d1967a412ca67829deeb29c7603ddf7e42f435 +[137]: https://github.com/Xunnamius/next-test-api-route-handler/commit/dd72fd1859fd74df3af0d47a1747d8c404abc3a7 +[138]: https://github.com/Xunnamius/next-test-api-route-handler/commit/004a657bafaab0419e645b6388c7536e38a1ef22 +[139]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6df7e73fff51036c63efc7ba898c3d76bc47deb7 +[140]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6cefa7ae41832e61ef6df75409be61141f7d1687 +[141]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.17...v1.2.18 +[142]: https://github.com/Xunnamius/next-test-api-route-handler/commit/042291d26742dfdda3742e6171efa25e9d3953ce +[143]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.16...v1.2.17 +[144]: https://github.com/Xunnamius/next-test-api-route-handler/commit/65f48a3d97184bb8a1be4fd27e86be0d7cd6bb00 +[145]: https://github.com/Xunnamius/next-test-api-route-handler/commit/5ed6dbd1cdcb15745f4979f1a716d9bce9a93afb +[146]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.15...v1.2.16 +[147]: https://github.com/Xunnamius/next-test-api-route-handler/commit/aeef7a9726934852e1a51c9da98c4a96a9c70044 +[148]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.14...v1.2.15 +[149]: https://github.com/Xunnamius/next-test-api-route-handler/commit/964bc47f80691e83d92082fcaa0679219b8543f5 +[150]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.13...v1.2.14 +[151]: https://github.com/Xunnamius/next-test-api-route-handler/commit/ed357f5211a49bfffbb28f03d60f157fa23d14b4 +[152]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.12...v1.2.13 +[153]: https://github.com/Xunnamius/next-test-api-route-handler/commit/d224f5eff5a786b96614b2c3f826eba610027da0 +[154]: https://github.com/janhesters +[155]: https://github.com/Xunnamius/next-test-api-route-handler/commit/473ff500fb2c954ce32be911bde943259ae1bbef +[156]: https://github.com/Xunnamius/next-test-api-route-handler/commit/f7a12ded8f43359fd3079ea8294a2199c34b2d26 +[157]: https://github.com/Xunnamius/next-test-api-route-handler/commit/d7bc091fe8f8e85b70987cfa4c663c7c8fd018c8 +[158]: https://github.com/Xunnamius/next-test-api-route-handler/commit/9ebac018798ac82b97b8163bc5713b43001f592c +[159]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6adde1576f4aeb8b9a72cdcefc2ea6bd4b71a5cd +[160]: https://github.com/Xunnamius/next-test-api-route-handler/commit/e508c06b77d225f150ebfce6409c2506a88efe4c +[161]: https://github.com/Xunnamius/next-test-api-route-handler/commit/5e3893a425b95ac2b12edc2195171de85afcfd0a +[162]: https://github.com/Xunnamius/next-test-api-route-handler/commit/cbf22fdd78e28e02ec4213156c6c72ba16c8bfa3 +[163]: https://github.com/Xunnamius/next-test-api-route-handler/commit/71e9103df5660fea2af3211b1d6c1fa72b1dd3c7 +[164]: https://github.com/Xunnamius/next-test-api-route-handler/commit/f01ce4041b2fb1fd24052ce17008df9746652730 +[165]: https://github.com/Xunnamius/next-test-api-route-handler/commit/a3526f28057201fcce19c752e554e705b8e3a922 +[166]: https://github.com/Xunnamius/next-test-api-route-handler/commit/661e62d53be74211d3d158ad90c196f43c8fe6db +[167]: https://github.com/Xunnamius/next-test-api-route-handler/commit/1f2ad6a2cdc863b183ac7f7bef756dd90c057ebe +[168]: https://github.com/Xunnamius/next-test-api-route-handler/commit/c64f761c3b2cc69cf07cd7dd88e9671deb66fc4f +[169]: https://github.com/Xunnamius/next-test-api-route-handler/commit/4a0552d2c730842371325111276c58651dabc558 +[170]: https://github.com/Xunnamius/next-test-api-route-handler/commit/856435f02ebe2f44b13c92cc6c794eeab2b345d0 +[171]: https://github.com/Xunnamius/next-test-api-route-handler/commit/b3273dfbe43cb4c9ececdb4863ff4259f38807ec +[172]: https://github.com/Xunnamius/next-test-api-route-handler/commit/fffe02e14615daba1f9f8ec1bb2a4024ceb93e84 +[173]: https://github.com/Xunnamius/next-test-api-route-handler/commit/a60793c620fe926308f8c99c61076da81aebe2fa +[174]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.11...v1.2.12 +[175]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6eb2a348b1352e9f30d7ecacbaba01fa11cf1cfe +[176]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.10...v1.2.11 +[177]: https://github.com/Xunnamius/next-test-api-route-handler/commit/e589c1d48aa1dae40643385c6acfcbacf9b40e16 +[178]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.9...v1.2.10 +[179]: https://github.com/Xunnamius/next-test-api-route-handler/commit/52a22765e17759271e7ba6c83ce9f3609500b5f3 +[180]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.8...v1.2.9 +[181]: https://github.com/Xunnamius/next-test-api-route-handler/commit/12e5bbe1bf36fda3ef938c7ed7cd445fec3901c9 +[182]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.7...v1.2.8 +[183]: https://github.com/Xunnamius/next-test-api-route-handler/commit/87dc31f264682d8048ee8d4cba4dbf866666bf07 +[184]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.6...v1.2.7 +[185]: https://github.com/Xunnamius/next-test-api-route-handler/commit/94cfa3806bfa0250e9b2dd5b3abfb2ff65c77c6a +[186]: https://github.com/Xunnamius/next-test-api-route-handler/commit/62089c79f6c9b585d2bb8ca0a8b87bd355b8695f +[187]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.5...v1.2.6 +[188]: https://github.com/Xunnamius/next-test-api-route-handler/commit/2cf1d29159fb746dc4a7c09a8193e46c6bec3823 +[189]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.4...v1.2.5 +[190]: https://github.com/Xunnamius/next-test-api-route-handler/commit/a307efcf2cdf60679d68fab385bdc8951a476ace +[191]: https://github.com/Xunnamius/next-test-api-route-handler/commit/1823c055f034e528337c68d710164097e423f6e2 +[192]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.3...v1.2.4 +[193]: https://github.com/Xunnamius/next-test-api-route-handler/commit/4e5e12c0df4fc80abb696d32718440ff294902e7 +[194]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.2...v1.2.3 +[195]: https://github.com/Xunnamius/next-test-api-route-handler/commit/a111c87ccd863ce4dac85a5bd0281d87affe3b63 +[196]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.1...v1.2.2 +[197]: https://github.com/Xunnamius/next-test-api-route-handler/commit/98b65c6da330040e4bcbc22fe28db87c3965fd0e +[198]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.0...v1.2.1 +[199]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6ef6cbeb143648eb1fed5eff39071a06e7354275 +[200]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.1.3...v1.2.0 +[201]: https://github.com/Xunnamius/next-test-api-route-handler/commit/b9d2bf010fba4b163e1eea0801271292a0e74308 +[202]: https://github.com/Xunnamius/next-test-api-route-handler/commit/45a79d41835b5146912511f8b583c9128d154cf9 +[203]: https://github.com/Xunnamius/next-test-api-route-handler/commit/e0e1fd951fbe63c04c264ad11ab1fa7a39e1679a +[204]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.1.2...v1.1.3 +[205]: https://github.com/Xunnamius/next-test-api-route-handler/commit/c82695a8816b6cd5f0e11d09cc2f948a30a416e9 +[206]: https://github.com/Xunnamius/next-test-api-route-handler/commit/813b21ad1e2c78594903b3a8f504f4460d8e506e +[207]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.1.1...v1.1.2 +[208]: https://github.com/Xunnamius/next-test-api-route-handler/commit/b68c721e5100baa883c7096e5cc4e81c1c60ed00 +[209]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.1.0...v1.1.1 +[210]: https://github.com/Xunnamius/next-test-api-route-handler/commit/750055b92699fc7f1c06349ccdb0ddc0179f891a +[211]: https://github.com/Xunnamius/next-test-api-route-handler/commit/d604dfc39d2e77cbe1234b8349a2ecef81a9e54a +[212]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.10...v1.1.0 +[213]: https://github.com/Xunnamius/next-test-api-route-handler/commit/0e7541fbecd2e3bacc124f624bfca2b56ceeb89f +[214]: https://github.com/Xunnamius/next-test-api-route-handler/commit/ccf54fb480e35961647900d345149d3cd1cf60d8 +[215]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.9...v1.0.10 +[216]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.8...v1.0.9 +[217]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.7...v1.0.8 +[218]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.6...v1.0.7 +[219]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.5...v1.0.6 +[220]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.4...v1.0.5 +[221]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.3...v1.0.4 +[222]: https://github.com/Xunnamius/next-test-api-route-handler/compare/1.0.2...v1.0.3 +[223]: https://github.com/Xunnamius/next-test-api-route-handler/compare/1.0.1...1.0.2 +[224]: 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 8a446c7a..f040a5c3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -27,7 +27,7 @@ next-test-api-route-handler #### Defined in -[index.ts:32](https://github.com/Xunnamius/next-test-api-route-handler/blob/80c2e0c/src/index.ts#L32) +[index.ts:32](https://github.com/Xunnamius/next-test-api-route-handler/blob/93b8a3c/src/index.ts#L32) ___ @@ -58,7 +58,7 @@ The parameters expected by `testApiHandler`. #### Defined in -[index.ts:91](https://github.com/Xunnamius/next-test-api-route-handler/blob/80c2e0c/src/index.ts#L91) +[index.ts:91](https://github.com/Xunnamius/next-test-api-route-handler/blob/93b8a3c/src/index.ts#L91) ## Functions @@ -87,4 +87,4 @@ Next-like testing environment. #### Defined in -[index.ts:157](https://github.com/Xunnamius/next-test-api-route-handler/blob/80c2e0c/src/index.ts#L157) +[index.ts:157](https://github.com/Xunnamius/next-test-api-route-handler/blob/93b8a3c/src/index.ts#L157) diff --git a/package-lock.json b/package-lock.json index 0ad3df41..27fe8e37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "next-test-api-route-handler", - "version": "3.1.10", + "version": "3.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "next-test-api-route-handler", - "version": "3.1.10", + "version": "3.2.0", "license": "MIT", "dependencies": { "cookie": "^0.6.0", diff --git a/package.json b/package.json index d71e817a..7e8a6ae9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-test-api-route-handler", - "version": "3.1.10", + "version": "3.2.0", "description": "Confidently unit and integration test your Next.js API routes/handlers in an isolated Next.js-like environment", "keywords": [ "api",