Skip to content

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

[email protected]

04 Sep 06:55
[email protected]
dff9c33
Compare
Choose a tag to compare

⚡️ Optimizations

  • Use Node's ReadableStream.from instead of ponyfill (6f32402)

[email protected]

22 Aug 02:57
[email protected]
f2154b7
Compare
Choose a tag to compare

🪄 Fixes

  • src: polyfill react.createContext to support "react-server" condition (d3aea1e) see #1151

[email protected]

21 Aug 22:54
[email protected]
4300a11
Compare
Choose a tag to compare

🪄 Fixes

⚙️ Build System

  • deps: bump @whatwg-node/server from 0.10.10 to 0.10.12 (fc0de21)
  • deps: bump core-js from 3.44.0 to 3.45.0 (018776a)
  • deps: bump core-js from 3.45.0 to 3.45.1 (f017121)

[email protected]

19 Jul 12:34
[email protected]
9fe9876
Compare
Choose a tag to compare

💥 BREAKING CHANGES 💥

  • Minimum supported node version is now 20.18.0

🪄 Fixes

  • src: prepare for next@canary to be released (2864e3a)

⚙️ Build System

  • deps: bump @whatwg-node/server from 0.10.3 to 0.10.10 (94415dc)
  • deps: bump core-js from 3.41.0 to 3.42.0 (f88a713)
  • deps: bump core-js from 3.42.0 to 3.44.0 (10fac99)
  • package: drop support for node@18 (d97e8ba)

[email protected]

27 Mar 10:12
[email protected]
7118389
Compare
Choose a tag to compare

🪄 Fixes

  • src: opportunistically polyfill missing react exports (410a62f) see #1167

⚙️ Build System

  • deps: bump @whatwg-node/server from 0.10.1 to 0.10.3 (bfcebd9)
  • deps: bump @whatwg-node/server from 0.9.70 to 0.9.71 (9c19de4)
  • deps: bump @whatwg-node/server from 0.9.71 to 0.10.1 (c6496fa)
  • deps: bump core-js from 3.40.0 to 3.41.0 (274e800)
  • test: add latest next@12, next@13, and next@14 versions to test matrix (5ee3def)

[email protected]

27 Feb 10:34
[email protected]
d4f6936
Compare
Choose a tag to compare

🪄 Fixes

⚙️ Build System

  • deps: bump @whatwg-node/server from 0.9.66 to 0.9.70 (1c11e5d)

[email protected]

22 Oct 13:10
v4.0.14
d36bf70
Compare
Choose a tag to compare

4.0.14 (2024-10-22)

🪄 Fixes

  • package: revert breaking change in engines.node (cde5496) closes #1115

[email protected]

22 Oct 07:10
v4.0.13
b632d27
Compare
Choose a tag to compare

4.0.13 (2024-10-22)

🪄 Fixes

[email protected]

17 Oct 13:21
v4.0.12
06757ec
Compare
Choose a tag to compare

4.0.12 (2024-10-17)

⚙️ Build system

  • Prepare compatibility layer for next@15 (a73f21e)

[email protected]

18 Sep 16:42
v4.0.11
c9432ad
Compare
Choose a tag to compare

4.0.11 (2024-09-18)

🪄 Fixes

  • src: stop Next.js from attempting to statically generate routes under test (a461e81) closes #1076