Change8

@builder.io/qwik-city@1.19.2

📦 qwikView on GitHub →
1 features🐛 1 fixes

Summary

This patch release focuses on improving form data handling logic for array/object key resolution and fixing an issue related to special characters in dynamic routes.

✨ New Features

  • Improved form POST handling: When processing form data keys like "name.1", the system now checks if all subsequent keys follow a numeric pattern to determine if an array or an object should be constructed, leading to more accurate form data representation.

🐛 Bug Fixes

  • Fixed an issue where special characters in dynamic routes were not handled correctly.