Releases: Xunnamius/next-test-api-route-handler
Releases · Xunnamius/next-test-api-route-handler
v1.2.19
1.2.19 (2021-02-22)
Bug Fixes
- .changelogrc.js: fix dark magic (b4157eb)
- is-next-compat.ts: never use console.log (81533c8)
- is-next-compat.ts: use template string instead of literal (3a4f0f1)
- unit-index.test.ts: 100% test coverage (72189e8)
Build System
- .eslintrc.js: account for node 12 (cad0fb2)
- .github: update workflows and templates (54e51eb)
- integration-external.test.ts: ensure proper cwd is used for executing externals (31c1d5b)
- is-next-compat.ts: use execa instead of shelljs under the hood (9d12004)
- package.json: remove shelljs, update other deps (11e192a)
- package.json: update dependencies (9e1705b)
- test: update with new lib-pkg tools (004a657)
- Spellcheck-commit and .changelogrc no longer use shelljs (dd72fd1)
- setup.ts: fix several lib-pkg tools (44d1967)
- unit-external.test.ts: update with new lib-pkg tools (6df7e73)
- Backport new webpack config (b268534)
- Rename env-expect to expect-env (035e98b)
v1.2.18
v1.2.17
v1.2.16
v1.2.15
v1.2.14
v1.2.13
1.2.13 (2021-02-05)
Bug Fixes
- config: use transform-rename-import when building externals (d224f5e)
- index.ts: use NextApiHandler type (thanks @janhesters) (473ff50)
- integration-webpack.test.ts: actually call bundle in test (f7a12de)
- is-next-compat.ts: better handling of generics (d7bc091)
- Next no longer misclassified as CJS (9ebac01)
Build System
- Properly mocked unit tests for externals (b3273df)
- build-test-deploy.yml: drop support for webpack 4 (e508c06)
- test: improved testing infrastructure (fffe02e)
- Only silence sjx if not DEBUG (f01ce40)
- build-test-deploy.yml: drop support for node 10 (6adde15)
- build-test-deploy.yml: remove externals exception (5e3893a)
- cleanup.yml: fix bugs in workflow (cbf22fd)
- package.json: improved build-dist (a3526f2)
- package.json: nicer destructured vals in docs (661e62d)
- package.json: remove extraneous module (1f2ad6a)
- package.json: update dependencies (c64f761)
- post-release-check.yml: add five-minute-sleep (4a0552d)
- post-release-check.yml: more resilient post-release check (856435f)
- types: more precise unique-filename type (a60793c)
- Drop support for node 10 (71e9103)