diff --git a/CHANGELOG.md b/CHANGELOG.md index 589a6859..00813606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,442 +2,452 @@ All notable changes to this project will be documented in this file. -The format is based on [Conventional Commits][100], and this project adheres to -[Semantic Versioning][101]. +The format is based on [Conventional Commits][102], and this project adheres to +[Semantic Versioning][103]. -## [1.2.22][102] (2021-03-12) +## [1.2.23][104] (2021-03-14) ### Build System -- Update dependencies and fix find-package-json usage ([df9ede3][103]) +- Better documentation ([0040582][105]) -## [1.2.21][1] (2021-03-12) +## [1.2.22][1] (2021-03-12) ### Build System -- **build-test-deploy.yml:** actions version updates ([29aa25a][2]) +- Update dependencies and fix find-package-json usage ([df9ede3][2]) + +## [1.2.21][3] (2021-03-12) + +### Build System + +- **build-test-deploy.yml:** actions version updates ([29aa25a][4]) - **build-test-deploy.yml:** rollback some pipeline version updates - ([8065757][3]) -- **package.json:** fix typedoc-markdown-plugin patch ([dd3e7fa][4]), closes - [#126][5] + ([8065757][5]) +- **package.json:** fix typedoc-markdown-plugin patch ([dd3e7fa][6]), closes + [#126][7] -## [1.2.20][6] (2021-02-22) +## [1.2.20][8] (2021-02-22) ### Build System -- **package-lock.json:** update deps ([5a2d98f][7]) +- **package-lock.json:** update deps ([5a2d98f][9]) -## [1.2.19][8] (2021-02-22) +## [1.2.19][10] (2021-02-22) ### Bug Fixes -- **.changelogrc.js:** fix dark magic ([b4157eb][9]) -- **is-next-compat.ts:** never use console.log ([81533c8][10]) -- **is-next-compat.ts:** use template string instead of literal ([3a4f0f1][11]) -- **unit-index.test.ts:** 100% test coverage ([72189e8][12]) +- **.changelogrc.js:** fix dark magic ([b4157eb][11]) +- **is-next-compat.ts:** never use console.log ([81533c8][12]) +- **is-next-compat.ts:** use template string instead of literal ([3a4f0f1][13]) +- **unit-index.test.ts:** 100% test coverage ([72189e8][14]) ### Build System -- **.eslintrc.js:** account for node 12 ([cad0fb2][13]) -- **.github:** update workflows and templates ([54e51eb][14]) +- **.eslintrc.js:** account for node 12 ([cad0fb2][15]) +- **.github:** update workflows and templates ([54e51eb][16]) - **integration-external.test.ts:** ensure proper cwd is used for executing - externals ([31c1d5b][15]) + externals ([31c1d5b][17]) - **is-next-compat.ts:** use execa instead of shelljs under the hood - ([9d12004][16]) -- **package.json:** remove shelljs, update other deps ([11e192a][17]) -- **package.json:** update dependencies ([9e1705b][18]) -- **test:** update with new lib-pkg tools ([004a657][19]) -- Spellcheck-commit and .changelogrc no longer use shelljs ([dd72fd1][20]) -- **setup.ts:** fix several lib-pkg tools ([44d1967][21]) -- **unit-external.test.ts:** update with new lib-pkg tools ([6df7e73][22]) -- Backport new webpack config ([b268534][23]) -- Rename env-expect to expect-env ([035e98b][24]) + ([9d12004][18]) +- **package.json:** remove shelljs, update other deps ([11e192a][19]) +- **package.json:** update dependencies ([9e1705b][20]) +- **test:** update with new lib-pkg tools ([004a657][21]) +- Spellcheck-commit and .changelogrc no longer use shelljs ([dd72fd1][22]) +- **setup.ts:** fix several lib-pkg tools ([44d1967][23]) +- **unit-external.test.ts:** update with new lib-pkg tools ([6df7e73][24]) +- Backport new webpack config ([b268534][25]) +- Rename env-expect to expect-env ([035e98b][26]) ### Reverts -- _"debug(build-test-deploy.yml): disable debug mode"_ ([6cefa7a][25]) +- _"debug(build-test-deploy.yml): disable debug mode"_ ([6cefa7a][27]) -## [1.2.18][26] (2021-02-11) +## [1.2.18][28] (2021-02-11) ### Build System -- **package.json:** update to proper forked dependencies ([042291d][27]) +- **package.json:** update to proper forked dependencies ([042291d][29]) -## [1.2.17][28] (2021-02-10) +## [1.2.17][30] (2021-02-10) ### Build System - **webpack.config.js:** normalize webpack configuration across repos - ([65f48a3][29]) -- **webpack.config.js:** remove ES6 syntax from JS file ([5ed6dbd][30]) + ([65f48a3][31]) +- **webpack.config.js:** remove ES6 syntax from JS file ([5ed6dbd][32]) -## [1.2.16][31] (2021-02-10) +## [1.2.16][33] (2021-02-10) ### Build System -- **package.json:** update dependencies ([aeef7a9][32]) +- **package.json:** update dependencies ([aeef7a9][34]) -## [1.2.15][33] (2021-02-08) +## [1.2.15][35] (2021-02-08) ### Bug Fixes - **readme.md:** simplify all examples with more modern syntax; remove - @ergodark/types ([964bc47][34]) + @ergodark/types ([964bc47][36]) -## [1.2.14][35] (2021-02-08) +## [1.2.14][37] (2021-02-08) ### Bug Fixes -- **readme.md:** add Apollo example and additional guidance ([ed357f5][36]) +- **readme.md:** add Apollo example and additional guidance ([ed357f5][38]) -## [1.2.13][37] (2021-02-05) +## [1.2.13][39] (2021-02-05) ### Bug Fixes - **config:** use transform-rename-import when building externals - ([d224f5e][38]) -- **index.ts:** use NextApiHandler type (thanks [@janhesters][39]) - ([473ff50][40]) -- **integration-webpack.test.ts:** actually call bundle in test ([f7a12de][41]) -- **is-next-compat.ts:** better handling of generics ([d7bc091][42]) -- Next no longer misclassified as CJS ([9ebac01][43]) + ([d224f5e][40]) +- **index.ts:** use NextApiHandler type (thanks [@janhesters][41]) + ([473ff50][42]) +- **integration-webpack.test.ts:** actually call bundle in test ([f7a12de][43]) +- **is-next-compat.ts:** better handling of generics ([d7bc091][44]) +- Next no longer misclassified as CJS ([9ebac01][45]) ### Build System -- Properly mocked unit tests for externals ([b3273df][44]) -- **build-test-deploy.yml:** drop support for webpack 4 ([e508c06][45]) -- **test:** improved testing infrastructure ([fffe02e][46]) -- Only silence sjx if not DEBUG ([f01ce40][47]) -- **build-test-deploy.yml:** drop support for node 10 ([6adde15][48]) -- **build-test-deploy.yml:** remove externals exception ([5e3893a][49]) -- **cleanup.yml:** fix bugs in workflow ([cbf22fd][50]) -- **package.json:** improved build-dist ([a3526f2][51]) -- **package.json:** nicer destructured vals in docs ([661e62d][52]) -- **package.json:** remove extraneous module ([1f2ad6a][53]) -- **package.json:** update dependencies ([c64f761][54]) -- **post-release-check.yml:** add five-minute-sleep ([4a0552d][55]) -- **post-release-check.yml:** more resilient post-release check ([856435f][56]) -- **types:** more precise unique-filename type ([a60793c][57]) -- Drop support for node 10 ([71e9103][58]) - -## [1.2.12][59] (2021-01-23) +- Properly mocked unit tests for externals ([b3273df][46]) +- **build-test-deploy.yml:** drop support for webpack 4 ([e508c06][47]) +- **test:** improved testing infrastructure ([fffe02e][48]) +- Only silence sjx if not DEBUG ([f01ce40][49]) +- **build-test-deploy.yml:** drop support for node 10 ([6adde15][50]) +- **build-test-deploy.yml:** remove externals exception ([5e3893a][51]) +- **cleanup.yml:** fix bugs in workflow ([cbf22fd][52]) +- **package.json:** improved build-dist ([a3526f2][53]) +- **package.json:** nicer destructured vals in docs ([661e62d][54]) +- **package.json:** remove extraneous module ([1f2ad6a][55]) +- **package.json:** update dependencies ([c64f761][56]) +- **post-release-check.yml:** add five-minute-sleep ([4a0552d][57]) +- **post-release-check.yml:** more resilient post-release check ([856435f][58]) +- **types:** more precise unique-filename type ([a60793c][59]) +- Drop support for node 10 ([71e9103][60]) + +## [1.2.12][61] (2021-01-23) ### Build System -- Remove erroneous module import ([6eb2a34][60]) +- Remove erroneous module import ([6eb2a34][62]) -## [1.2.11][61] (2021-01-23) +## [1.2.11][63] (2021-01-23) ### Build System -- Backport/normalize across packages ([e589c1d][62]) +- Backport/normalize across packages ([e589c1d][64]) -## [1.2.10][63] (2021-01-22) +## [1.2.10][65] (2021-01-22) ### Build System -- Update debug statement syntax ([52a2276][64]) +- Update debug statement syntax ([52a2276][66]) -## [1.2.9][65] (2021-01-21) +## [1.2.9][67] (2021-01-21) ### Build System - **.github/workflows/build-test-deploy.yml:** fix peer dependency installation - ([12e5bbe][66]) + ([12e5bbe][68]) -## [1.2.8][67] (2021-01-13) +## [1.2.8][69] (2021-01-13) ### Bug Fixes -- **readme.md:** ensure quick start example is functional ([87dc31f][68]) +- **readme.md:** ensure quick start example is functional ([87dc31f][70]) -## [1.2.7][69] (2021-01-12) +## [1.2.7][71] (2021-01-12) ### Build System -- Rebuild lockfile ([94cfa38][70]) -- Update babel-plugin-transform-mjs-imports ([62089c7][71]) +- Rebuild lockfile ([94cfa38][72]) +- Update babel-plugin-transform-mjs-imports ([62089c7][73]) -## [1.2.6][72] (2021-01-06) +## [1.2.6][74] (2021-01-06) ### Build System -- **package.json:** prune old deps ([2cf1d29][73]) +- **package.json:** prune old deps ([2cf1d29][75]) -## [1.2.5][74] (2021-01-06) +## [1.2.5][76] (2021-01-06) ### Build System -- **.github:** add is-next-compat workflow ([1823c05][75]) +- **.github:** add is-next-compat workflow ([1823c05][77]) - **.github/workflows/post-release-check.yml:** add new post-release-check - ([a307efc][76]) + ([a307efc][78]) -## [1.2.4][77] (2021-01-06) +## [1.2.4][79] (2021-01-06) ### Build System -- **readme.md:** add quick start example ([4e5e12c][78]) +- **readme.md:** add quick start example ([4e5e12c][80]) -## [1.2.3][79] (2021-01-05) +## [1.2.3][81] (2021-01-05) ### Build System - **package.json:** favor "prepare" over "postinstall" and use npx for dev tools - ([a111c87][80]) + ([a111c87][82]) -## [1.2.2][81] (2021-01-05) +## [1.2.2][83] (2021-01-05) ### Build System -- **readme.md:** cosmetic ([98b65c6][82]) +- **readme.md:** cosmetic ([98b65c6][84]) -## [1.2.1][83] (2021-01-05) +## [1.2.1][85] (2021-01-05) ### Build System - **package.json:** update dependencies, prune unused dependencies - ([6ef6cbe][84]) + ([6ef6cbe][86]) -# [1.2.0][85] (2021-01-05) +# [1.2.0][87] (2021-01-05) ### Build System -- **deps:** bump node-notifier from 8.0.0 to 8.0.1 ([45a79d4][86]) +- **deps:** bump node-notifier from 8.0.0 to 8.0.1 ([45a79d4][88]) - **test/unit-externals.test.ts:** add mongo uri env var to test explicitly - ([e0e1fd9][87]) + ([e0e1fd9][89]) ### Features - **.changelogrc.js:** transfer repository over to semantic-release CI/CD - ([b9d2bf0][88]) + ([b9d2bf0][90]) -## [1.1.3][89] (2020-12-06) +## [1.1.3][91] (2020-12-06) ### Build System -- **package.json:** audit and update deps ([c82695a][90]) -- **package.json:** manually bump version ([813b21a][91]) +- **package.json:** audit and update deps ([c82695a][92]) +- **package.json:** manually bump version ([813b21a][93]) -## [1.1.2][92] (2020-11-26) +## [1.1.2][94] (2020-11-26) ### Bug Fixes -- **README:** update install language ([b68c721][93]) +- **README:** update install language ([b68c721][95]) -## [1.1.1][94] (2020-11-26) +## [1.1.1][96] (2020-11-26) ### Bug Fixes -- **externals:** revert sort-package-json to maintainer version ([750055b][95]) -- **externals:** rewrite test workflow ([d604dfc][96]) +- **externals:** revert sort-package-json to maintainer version ([750055b][97]) +- **externals:** rewrite test workflow ([d604dfc][98]) -# [1.1.0][97] (2020-11-25) +# [1.1.0][99] (2020-11-25) ### Bug Fixes -- **build:** move Next.js dependency to peer/dev dependencies ([0e7541f][98]) +- **build:** move Next.js dependency to peer/dev dependencies ([0e7541f][100]) - **externals:** updated remaining dependency references to peerDependency - references ([ccf54fb][99]) + references ([ccf54fb][101]) [1]: - https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.20...v1.2.21 + https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.21...v1.2.22 [2]: - https://github.com/Xunnamius/next-test-api-route-handler/commit/29aa25a9e2572be5b418fbee9d2d8aba2056583e + https://github.com/Xunnamius/next-test-api-route-handler/commit/df9ede3ddde3a2df6a42224ab3302e599bd61516 [3]: - https://github.com/Xunnamius/next-test-api-route-handler/commit/806575792fe9e1522bd6bce0eb10f1bd3407da64 + https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.20...v1.2.21 [4]: - https://github.com/Xunnamius/next-test-api-route-handler/commit/dd3e7faadf148b23994f443a2247cc1316639e7d -[5]: https://github.com/Xunnamius/next-test-api-route-handler/issues/126 + https://github.com/Xunnamius/next-test-api-route-handler/commit/29aa25a9e2572be5b418fbee9d2d8aba2056583e +[5]: + https://github.com/Xunnamius/next-test-api-route-handler/commit/806575792fe9e1522bd6bce0eb10f1bd3407da64 [6]: + https://github.com/Xunnamius/next-test-api-route-handler/commit/dd3e7faadf148b23994f443a2247cc1316639e7d +[7]: https://github.com/Xunnamius/next-test-api-route-handler/issues/126 +[8]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.19...v1.2.20 -[7]: +[9]: https://github.com/Xunnamius/next-test-api-route-handler/commit/5a2d98f3ddb34e9d934f16510a73cacd43ee42ee -[8]: +[10]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.18...v1.2.19 -[9]: +[11]: https://github.com/Xunnamius/next-test-api-route-handler/commit/b4157eba128f6a787531fdabf2bebf78851a0d9a -[10]: +[12]: https://github.com/Xunnamius/next-test-api-route-handler/commit/81533c8953adde75499cd11b552bca5f970addca -[11]: +[13]: https://github.com/Xunnamius/next-test-api-route-handler/commit/3a4f0f150779a226ee3c9f45fde201391fa1bec0 -[12]: +[14]: https://github.com/Xunnamius/next-test-api-route-handler/commit/72189e80136b0567de8fc65eed9b2a4be365ca1a -[13]: +[15]: https://github.com/Xunnamius/next-test-api-route-handler/commit/cad0fb2b6153434d3be41f394f1fa636cc930435 -[14]: +[16]: https://github.com/Xunnamius/next-test-api-route-handler/commit/54e51ebd0e133fb469306b76bc756c283a71a2c1 -[15]: +[17]: https://github.com/Xunnamius/next-test-api-route-handler/commit/31c1d5b358df78e0f27e881c0329355d91370995 -[16]: +[18]: https://github.com/Xunnamius/next-test-api-route-handler/commit/9d12004ad5adfc5d4d6992bdb67c52168829967e -[17]: +[19]: https://github.com/Xunnamius/next-test-api-route-handler/commit/11e192a670c5cf40faff32abeecb610534cd382b -[18]: +[20]: https://github.com/Xunnamius/next-test-api-route-handler/commit/9e1705b88fbcb5c4794abfb56691bdea7500db0d -[19]: +[21]: https://github.com/Xunnamius/next-test-api-route-handler/commit/004a657bafaab0419e645b6388c7536e38a1ef22 -[20]: +[22]: https://github.com/Xunnamius/next-test-api-route-handler/commit/dd72fd1859fd74df3af0d47a1747d8c404abc3a7 -[21]: +[23]: https://github.com/Xunnamius/next-test-api-route-handler/commit/44d1967a412ca67829deeb29c7603ddf7e42f435 -[22]: +[24]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6df7e73fff51036c63efc7ba898c3d76bc47deb7 -[23]: +[25]: https://github.com/Xunnamius/next-test-api-route-handler/commit/b2685345493165cc63136b051cc5fafbf02f5c48 -[24]: +[26]: https://github.com/Xunnamius/next-test-api-route-handler/commit/035e98bbe4b6bcf1ec6de40ee38b36ec107e8186 -[25]: +[27]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6cefa7ae41832e61ef6df75409be61141f7d1687 -[26]: +[28]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.17...v1.2.18 -[27]: +[29]: https://github.com/Xunnamius/next-test-api-route-handler/commit/042291d26742dfdda3742e6171efa25e9d3953ce -[28]: +[30]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.16...v1.2.17 -[29]: +[31]: https://github.com/Xunnamius/next-test-api-route-handler/commit/65f48a3d97184bb8a1be4fd27e86be0d7cd6bb00 -[30]: +[32]: https://github.com/Xunnamius/next-test-api-route-handler/commit/5ed6dbd1cdcb15745f4979f1a716d9bce9a93afb -[31]: +[33]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.15...v1.2.16 -[32]: +[34]: https://github.com/Xunnamius/next-test-api-route-handler/commit/aeef7a9726934852e1a51c9da98c4a96a9c70044 -[33]: +[35]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.14...v1.2.15 -[34]: +[36]: https://github.com/Xunnamius/next-test-api-route-handler/commit/964bc47f80691e83d92082fcaa0679219b8543f5 -[35]: +[37]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.13...v1.2.14 -[36]: +[38]: https://github.com/Xunnamius/next-test-api-route-handler/commit/ed357f5211a49bfffbb28f03d60f157fa23d14b4 -[37]: +[39]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.12...v1.2.13 -[38]: - https://github.com/Xunnamius/next-test-api-route-handler/commit/d224f5eff5a786b96614b2c3f826eba610027da0 -[39]: https://github.com/janhesters [40]: + https://github.com/Xunnamius/next-test-api-route-handler/commit/d224f5eff5a786b96614b2c3f826eba610027da0 +[41]: https://github.com/janhesters +[42]: https://github.com/Xunnamius/next-test-api-route-handler/commit/473ff500fb2c954ce32be911bde943259ae1bbef -[41]: +[43]: https://github.com/Xunnamius/next-test-api-route-handler/commit/f7a12ded8f43359fd3079ea8294a2199c34b2d26 -[42]: +[44]: https://github.com/Xunnamius/next-test-api-route-handler/commit/d7bc091fe8f8e85b70987cfa4c663c7c8fd018c8 -[43]: +[45]: https://github.com/Xunnamius/next-test-api-route-handler/commit/9ebac018798ac82b97b8163bc5713b43001f592c -[44]: +[46]: https://github.com/Xunnamius/next-test-api-route-handler/commit/b3273dfbe43cb4c9ececdb4863ff4259f38807ec -[45]: +[47]: https://github.com/Xunnamius/next-test-api-route-handler/commit/e508c06b77d225f150ebfce6409c2506a88efe4c -[46]: +[48]: https://github.com/Xunnamius/next-test-api-route-handler/commit/fffe02e14615daba1f9f8ec1bb2a4024ceb93e84 -[47]: +[49]: https://github.com/Xunnamius/next-test-api-route-handler/commit/f01ce4041b2fb1fd24052ce17008df9746652730 -[48]: +[50]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6adde1576f4aeb8b9a72cdcefc2ea6bd4b71a5cd -[49]: +[51]: https://github.com/Xunnamius/next-test-api-route-handler/commit/5e3893a425b95ac2b12edc2195171de85afcfd0a -[50]: +[52]: https://github.com/Xunnamius/next-test-api-route-handler/commit/cbf22fdd78e28e02ec4213156c6c72ba16c8bfa3 -[51]: +[53]: https://github.com/Xunnamius/next-test-api-route-handler/commit/a3526f28057201fcce19c752e554e705b8e3a922 -[52]: +[54]: https://github.com/Xunnamius/next-test-api-route-handler/commit/661e62d53be74211d3d158ad90c196f43c8fe6db -[53]: +[55]: https://github.com/Xunnamius/next-test-api-route-handler/commit/1f2ad6a2cdc863b183ac7f7bef756dd90c057ebe -[54]: +[56]: https://github.com/Xunnamius/next-test-api-route-handler/commit/c64f761c3b2cc69cf07cd7dd88e9671deb66fc4f -[55]: +[57]: https://github.com/Xunnamius/next-test-api-route-handler/commit/4a0552d2c730842371325111276c58651dabc558 -[56]: +[58]: https://github.com/Xunnamius/next-test-api-route-handler/commit/856435f02ebe2f44b13c92cc6c794eeab2b345d0 -[57]: +[59]: https://github.com/Xunnamius/next-test-api-route-handler/commit/a60793c620fe926308f8c99c61076da81aebe2fa -[58]: +[60]: https://github.com/Xunnamius/next-test-api-route-handler/commit/71e9103df5660fea2af3211b1d6c1fa72b1dd3c7 -[59]: +[61]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.11...v1.2.12 -[60]: +[62]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6eb2a348b1352e9f30d7ecacbaba01fa11cf1cfe -[61]: +[63]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.10...v1.2.11 -[62]: +[64]: https://github.com/Xunnamius/next-test-api-route-handler/commit/e589c1d48aa1dae40643385c6acfcbacf9b40e16 -[63]: +[65]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.9...v1.2.10 -[64]: +[66]: https://github.com/Xunnamius/next-test-api-route-handler/commit/52a22765e17759271e7ba6c83ce9f3609500b5f3 -[65]: +[67]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.8...v1.2.9 -[66]: +[68]: https://github.com/Xunnamius/next-test-api-route-handler/commit/12e5bbe1bf36fda3ef938c7ed7cd445fec3901c9 -[67]: +[69]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.7...v1.2.8 -[68]: +[70]: https://github.com/Xunnamius/next-test-api-route-handler/commit/87dc31f264682d8048ee8d4cba4dbf866666bf07 -[69]: +[71]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.6...v1.2.7 -[70]: +[72]: https://github.com/Xunnamius/next-test-api-route-handler/commit/94cfa3806bfa0250e9b2dd5b3abfb2ff65c77c6a -[71]: +[73]: https://github.com/Xunnamius/next-test-api-route-handler/commit/62089c79f6c9b585d2bb8ca0a8b87bd355b8695f -[72]: +[74]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.5...v1.2.6 -[73]: +[75]: https://github.com/Xunnamius/next-test-api-route-handler/commit/2cf1d29159fb746dc4a7c09a8193e46c6bec3823 -[74]: +[76]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.4...v1.2.5 -[75]: +[77]: https://github.com/Xunnamius/next-test-api-route-handler/commit/1823c055f034e528337c68d710164097e423f6e2 -[76]: +[78]: https://github.com/Xunnamius/next-test-api-route-handler/commit/a307efcf2cdf60679d68fab385bdc8951a476ace -[77]: +[79]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.3...v1.2.4 -[78]: +[80]: https://github.com/Xunnamius/next-test-api-route-handler/commit/4e5e12c0df4fc80abb696d32718440ff294902e7 -[79]: +[81]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.2...v1.2.3 -[80]: +[82]: https://github.com/Xunnamius/next-test-api-route-handler/commit/a111c87ccd863ce4dac85a5bd0281d87affe3b63 -[81]: +[83]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.1...v1.2.2 -[82]: +[84]: https://github.com/Xunnamius/next-test-api-route-handler/commit/98b65c6da330040e4bcbc22fe28db87c3965fd0e -[83]: +[85]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.0...v1.2.1 -[84]: +[86]: https://github.com/Xunnamius/next-test-api-route-handler/commit/6ef6cbeb143648eb1fed5eff39071a06e7354275 -[85]: +[87]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.1.3...v1.2.0 -[86]: +[88]: https://github.com/Xunnamius/next-test-api-route-handler/commit/45a79d41835b5146912511f8b583c9128d154cf9 -[87]: +[89]: https://github.com/Xunnamius/next-test-api-route-handler/commit/e0e1fd951fbe63c04c264ad11ab1fa7a39e1679a -[88]: +[90]: https://github.com/Xunnamius/next-test-api-route-handler/commit/b9d2bf010fba4b163e1eea0801271292a0e74308 -[89]: +[91]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.1.2...v1.1.3 -[90]: +[92]: https://github.com/Xunnamius/next-test-api-route-handler/commit/c82695a8816b6cd5f0e11d09cc2f948a30a416e9 -[91]: +[93]: https://github.com/Xunnamius/next-test-api-route-handler/commit/813b21ad1e2c78594903b3a8f504f4460d8e506e -[92]: +[94]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.1.1...v1.1.2 -[93]: +[95]: https://github.com/Xunnamius/next-test-api-route-handler/commit/b68c721e5100baa883c7096e5cc4e81c1c60ed00 -[94]: +[96]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.1.0...v1.1.1 -[95]: +[97]: https://github.com/Xunnamius/next-test-api-route-handler/commit/750055b92699fc7f1c06349ccdb0ddc0179f891a -[96]: +[98]: https://github.com/Xunnamius/next-test-api-route-handler/commit/d604dfc39d2e77cbe1234b8349a2ecef81a9e54a -[97]: +[99]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.10...v1.1.0 -[98]: +[100]: https://github.com/Xunnamius/next-test-api-route-handler/commit/0e7541fbecd2e3bacc124f624bfca2b56ceeb89f -[99]: +[101]: https://github.com/Xunnamius/next-test-api-route-handler/commit/ccf54fb480e35961647900d345149d3cd1cf60d8 -[100]: https://conventionalcommits.org -[101]: https://semver.org -[102]: - https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.21...v1.2.22 -[103]: - https://github.com/Xunnamius/next-test-api-route-handler/commit/df9ede3ddde3a2df6a42224ab3302e599bd61516 +[102]: https://conventionalcommits.org +[103]: https://semver.org +[104]: + https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.22...v1.2.23 +[105]: + https://github.com/Xunnamius/next-test-api-route-handler/commit/0040582d2f89e9a14c2335dc85cd5f9201bff644 diff --git a/docs/README.md b/docs/README.md index 212ee5c6..f090e4fa 100644 --- a/docs/README.md +++ b/docs/README.md @@ -50,4 +50,4 @@ Defined in: [index.ts:31][2] [1]: README.md#testapihandler [2]: - https://github.com/Xunnamius/next-test-api-route-handler/blob/198330d/src/index.ts#L31 + https://github.com/Xunnamius/next-test-api-route-handler/blob/0040582/src/index.ts#L31 diff --git a/package-lock.json b/package-lock.json index 7c1c5dfe..3761c05b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "next-test-api-route-handler", - "version": "1.2.22", + "version": "1.2.23", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index effee797..94228004 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-test-api-route-handler", - "version": "1.2.22", + "version": "1.2.23", "description": "Confidently unit test your Next.js API routes/handlers in an isolated Next.js-like environment", "keywords": [ "api",