next-test-api-route-handler

⚡ Confidently unit and integration test your Next.js API routes/handlers in an isolated Next.js-like environment

MIT License

Downloads
150.8K
Stars
255
Committers
10

Bot releases are hidden (Show)

next-test-api-route-handler - v2.0.0

Published by Xunnamius over 3 years ago

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)
next-test-api-route-handler - v1.2.24

Published by Xunnamius over 3 years ago

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)