Skip to content

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

v2.0.2

29 Jul 18:40
v2.0.2
9761e7e
Compare
Choose a tag to compare

2.0.2 (2021-07-29)

⚙️ Build system

  • external-scripts: use latest mongodb native driver (fd53fef)
  • webpack.config.js: more robust build process (e5c6a99)

v2.0.1

27 Jun 08:49
v2.0.1
ef03add
Compare
Choose a tag to compare

2.0.1 (2021-06-27)

⚙️ Build system

  • Update dependencies and publish fixed apollo example (ef32668)

v2.0.0

27 Jun 07:32
v2.0.0
a3e9abf
Compare
Choose a tag to compare

2.0.0 (2021-06-27)

💥 BREAKING CHANGES 💥

  • package.json: this version (and the version before this version) no longer works with next@<10

✨ Features

  • Add url and paramsPatcher (ee31fa8)

⚙️ Build system

  • Switch to @xunnamius/conventional-changelog-projector shared config (bc7eb3d)
  • Update dependencies (20ca255)
  • package.json: update dependencies (2f1125c)
  • package.json: update dependencies (7583209)
  • package.json: update next peer dependency to >=10.0.x (bc5e72d)

v1.2.24

22 Jun 12:24
v1.2.24
4e7c6cb
Compare
Choose a tag to compare

1.2.24 (2021-04-30)

Bug Fixes

  • index.ts: next 10.2.0 compat (af177c5)

Build System

  • .github: split BTD workflow into two separate workflows (security) (99ad127)
  • .github/workflows: disable old pipeline; begin transition to new pipeline (364549e)
  • .github/workflows: overhaul pipeline workflows (4db5d04)
  • contributing.md: split pipeline architecture information off into workflow README.md (6d52302)
  • package.json: ensure hidden dirs' markdown files are seen by remark (linted and formatted) (1f7fad4)
  • package.json: update dependencies (d328a86)
  • readme.md: fix broken links (6e7173f)
  • readme.md: improvements (23cb780)
  • readme.md: include architecture description as workflow README.md (1f25e5f)

v1.2.23

14 Mar 09:37
v1.2.23
79ff9e6
Compare
Choose a tag to compare

1.2.23 (2021-03-14)

Build System

v1.2.22

12 Mar 04:04
v1.2.22
198330d
Compare
Choose a tag to compare

1.2.22 (2021-03-12)

Build System

  • Update dependencies and fix find-package-json usage (df9ede3)

v1.2.21

12 Mar 02:30
v1.2.21
621bb3b
Compare
Choose a tag to compare

1.2.21 (2021-03-12)

Build System

  • build-test-deploy.yml: actions version updates (29aa25a)
  • build-test-deploy.yml: rollback some pipeline version updates (8065757)
  • package.json: fix typedoc-markdown-plugin patch (dd3e7fa), closes #126

v1.2.20

22 Feb 07:22
v1.2.20
b62d699
Compare
Choose a tag to compare

1.2.20 (2021-02-22)

Build System

  • package-lock.json: update deps (5a2d98f)

v1.2.19

22 Feb 06:06
v1.2.19
aeacac0
Compare
Choose a tag to compare

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

11 Feb 18:03
v1.2.18
bc5e0d0
Compare
Choose a tag to compare

1.2.18 (2021-02-11)

Build System

  • package.json: update to proper forked dependencies (042291d)