Skip to content

Releases: nitrojs/nitro

v2.12.4

22 Jul 08:14
@pi0 pi0
3fcc019
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • vercel: Valid regex for o11y routes (#3500)

v2.12.3

17 Jul 18:22
@pi0 pi0
7a83e13
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • config: Fallback to nitro-dev for older compatibility dates (#3487)
  • Store nitro.json commands relative to output dir (#3492)
  • cloudflare: Lowercase auto generated worker name (#3490)

❤️ Contributors

v2.12.2

16 Jul 17:36
@pi0 pi0
6df7792
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • cloudflare, aws-lambda: Optional access to options (#3482)

v2.12.1

16 Jul 10:00
@pi0 pi0
42a23de
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • build: Resolve deploy and preview commands (#3481)

v2.12.0

15 Jul 16:43
@pi0 pi0
eff61ce
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

🩹 Fixes

  • Respect output configs for preview/deploy command tips (#3388)
  • cloudflare-module: Generate _headers in dist (#3442)
  • azure: Prefer bodyBuffer for request body (#3375)
  • cloudflare: Fix tips for the preview/deploy commands (#3389)
  • vercel: Clamp runtime config to valid node versions (#2824)

💅 Refactors

  • cloudflare: Update wrangler types (#3436)

📖 Documentation

  • cache: Add note about normalizing keys (#3459)

❤️ Contributors

v2.11.13

25 Jun 14:40
@pi0 pi0
4971b43
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • types: Resolve absolute paths for type imports (#3368)
  • cloudflare: Global process.env polyfill (#3401)
  • dev: Only use build dir for output (#3413)
  • types: Enable skipLibCheck by default (#3373)
  • exaternals: Add an option to change output node_modules permission (#3419)

💅 Refactors

  • Depend on unenv polyfill for global (#3364)
  • Add tsConfig to types:extend hook (#3399)
  • Update unenv and node compat (#3421)

📖 Documentation

❤️ Contributors

v2.11.12

13 May 10:35
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • dynamic-require: Update regexp for new webpack import pattern (#3339)
  • aws-lambda-streaming: Handle undefined response body (#3346)
  • Scan handlers when initialising nitro (6e1e4f7d)

💅 Refactors

  • Better error for scanned dirs being a file (#3342)

📖 Documentation

  • cloudflare: Add deployConfig and prefer modules (#3259)
  • Add workspaceDir config option (#3347)

❤️ Contributors

v2.11.11

28 Apr 10:25
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • static: Remove id from 404 statusMessage (#3338)

v2.11.10

27 Apr 17:08
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • open-api: Load virtual files from rollup rather than fs (#3324)
  • netlify-edge: Enable function caching (#3321)
  • cloudflare: Inherit context._platform for direct fetch (#3336)

💅 Refactors

  • cloudflare-durable: (experimental) Expose publish from durable object (#3305)

📖 Documentation

  • Correct example paths for serverAssets option (#3315)
  • azure: Build command missing run (#3313)

❤️ Contributors

v2.11.9

10 Apr 18:16
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • cludflare-module: Respect baseURL for public output assets (#3280, #3283)
  • Add unenv aliases for process/ and string_decoder/ (#3273)

💅 Refactors

  • openapi: Allow extensible x- properties in $globals (#3278)
  • Allow setting dotenv config for loadOptions (#3274)
  • cloudflare: Detect workers build ci (#3279)
  • cloudflare: Enable node compat and deploy config progressively on new workers CI (#3284)
  • Soft warning for compatibility date (#3292)
  • cloudflare, deno-deploy: Update node compat (#3301)
  • dev: Update serve-static to v2 (#3302)

📖 Documentation

  • Add compatibility date info (#3290)

❤️ Contributors