Skip to content

Releases: Xunnamius/next-test-api-route-handler

v1.2.17

10 Feb 19:35
v1.2.17
067e57e
Compare
Choose a tag to compare

1.2.17 (2021-02-10)

Build System

  • webpack.config.js: normalize webpack configuration across repos (65f48a3)
  • webpack.config.js: remove ES6 syntax from JS file (5ed6dbd)

v1.2.16

10 Feb 18:10
v1.2.16
6e90048
Compare
Choose a tag to compare

1.2.16 (2021-02-10)

Build System

  • package.json: update dependencies (aeef7a9)

v1.2.15

08 Feb 02:09
v1.2.15
4ea5373
Compare
Choose a tag to compare

1.2.15 (2021-02-08)

Bug Fixes

  • readme.md: simplify all examples with more modern syntax; remove @ergodark/types (964bc47)

v1.2.14

08 Feb 00:24
v1.2.14
4516082
Compare
Choose a tag to compare

1.2.14 (2021-02-08)

Bug Fixes

  • readme.md: add Apollo example and additional guidance (ed357f5)

v1.2.13

05 Feb 09:02
v1.2.13
664f22a
Compare
Choose a tag to compare

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)

v1.2.12

23 Jan 22:04
v1.2.12
a293b55
Compare
Choose a tag to compare

1.2.12 (2021-01-23)

Build System

  • Remove erroneous module import (6eb2a34)

v1.2.11

23 Jan 07:40
v1.2.11
7ed0c56
Compare
Choose a tag to compare

1.2.11 (2021-01-23)

Build System

  • Backport/normalize across packages (e589c1d)

v1.2.10

22 Jan 18:53
v1.2.10
537cc31
Compare
Choose a tag to compare

1.2.10 (2021-01-22)

Build System

  • Update debug statement syntax (52a2276)

v1.2.9

21 Jan 08:10
v1.2.9
a10b4ce
Compare
Choose a tag to compare

1.2.9 (2021-01-21)

Build System

  • .github/workflows/build-test-deploy.yml: fix peer dependency installation (12e5bbe)

v1.2.8

13 Jan 15:32
v1.2.8
05b59d3
Compare
Choose a tag to compare

1.2.8 (2021-01-13)

Bug Fixes

  • readme.md: ensure quick start example is functional (87dc31f)