Releases: htunnicliff/next-api-middleware
Releases · htunnicliff/next-api-middleware
v3.0.0
What's Changed
- Updated README with note about Pages vs App Router support.
- Dropped support for Node 12 and 14.
Full Changelog: 2.0.1...v3.0.0
v2.0.1
Patches
- Remove leftover
debug
types and docs: 942329e
v2.0.0
Major Changes
- (Breaking) Replace
main
with exports
in package.json: 130581f
- (Breaking) Move types and remove logger: 88a4c45
- (Breaking) Remove
ExpressMiddleware
and rename NextMiddleware
to Middleware
: db53184
- Output CJS and ESM packages (via tsup): 4603416
Minor Changes
Patches
v2.0.0-canary.1
Major Changes
- Move types and remove logger: 88a4c45
- Switch to tsup for building and bundling: 4603416
- Export both CJS and ESM bundles
Patch Changes
- (chore) Switch from yarn to pnpm: 9b35003
- (chore) Replace Babel with SWC: c28640c
v2.0.0-canary.0
Major Changes
- Replace
main
with exports
in package.json: 130581f
- Configure TypeScript to use ES2020 modules: 65a78eb
- Add
.js
extension to import paths: fbdc0f0
Minor Changes
- Fix Jest ESM compatibility: 807bb84
- Add subpath imports: 8dc3ffd
- Include minor version within Babel Node.js target: e56bf81
v1.0.1
Patches
- Add GitHub repository to package.json: b8965f3
v1.0.0
Major Changes
- Refactor to better handle synchronous middleware: b90289f
- Rewrite executor and add tests: bc2f7ad
- Add next as a peer dependency: 7fa9b80
Minor Changes
- Add debug logging to executor: 42b4803
- Rewrite documentation: 35463a0
- Separate functions into different files: 631339e
Patches
- Finish switching to yarn: 6fb29c5
- Enable incremental TypeScript compiler option: ad16daa
- Refactor logging counter: 1111afb
- Improve async tests: 00dac9a
- Update tsbuildinfo file: 762f942
- Remove incremental tsconfig: 8439bf4
v1.0.0-canary.2
Major (could be breaking)
- Add
next
as a peer dependency: 7fa9b80
Patches
- Finish switching to yarn: 6fb29c5
- Enable incremental TypeScript compiler option: ad16daa
v1.0.0-canary.1
Minor Changes
- Add debug logging to executor: 42b4803
v1.0.0-canary.0
Major Changes
- Refactor to better handle synchronous middleware: b90289f
- Rewrite executor and add tests: bc2f7ad
Minor Changes
- Separate functions into different files: 631339e