SvelteKit 3.0.0-next.11

3.0.0-next.11Pre-release
Added 3
  • support sourcemaps in production
  • support function validators for environment variables
  • better error logging
Changed 2
  • config exported from a universal route file now takes precedence over a server one
  • special filename patterns are now consistent
Fixed 4
  • don't treat callable standard schemas as function param matchers
  • reject malformed streamed data encoding
  • hide stack traces for internal errors like 404s
  • don't report empty environment variables as missing
Major Changes
  • breaking: config exported from a universal route file takes precedence over a server one (#16400)

  • breaking: consistent special filename patterns (#16382)

Minor Changes
  • feat: support sourcemaps in production (#16412)

  • feat: support function validators for environment variables (#16402)

  • feat: better error logging (#16374)

Patch Changes
  • fix: don't treat callable standard schemas as function param matchers (#16403)

  • fix: reject malformed streamed data encoding (#16423)

  • fix: hide stack traces for internal errors like 404s (#16411)

  • perf: match only unpaired surrogates when escaping HTML (#16407)

  • fix: don't report empty environment variables as missing (#16401)

  • chore: clarify which hooks run during server route resolution (#16397)

View original

Upgraded? How did it go?

Discussion