What's Changed
- perf(pattern-router): improve performance when create null object by @EdamAme-x in #3730
- perf(trie-router): avoid calling spread operator for
Object.create(null)
by @usualoma in #3735 - fix: Remove
charset
parameter from MIME type ofapplication/json
by @SaekiTominaga in #3743 - fix(streaming) Prevent console.error(undefined) when pipe is aborted by @aantthony in #3747
New Contributors
- @SaekiTominaga made their first contribution in #3743
- @aantthony made their first contribution in #3747
Full Changelog: v4.6.13...v4.6.14