[#5687] fixed BindBody FormData numeric string normalization

This commit is contained in:
Gani Georgiev
2024-10-16 10:20:06 +03:00
parent d43bcccb0b
commit ade061cc80
30 changed files with 85 additions and 48 deletions

View File

@@ -1,3 +1,13 @@
## v0.23.0-rc7 (WIP)
> [!CAUTION]
> **This is a prerelease intended for test and experimental purposes only!**
- Updated the `BindBody` FormData type inferring rules to convert numeric strings into float64 only if the resulting minimal number string representation matches the initial FormData string value ([#5687](https://github.com/pocketbase/pocketbase/issues/5687)).
- Fixed the JSVM types to include properly generated function declarations when the related Go functions have shortened/combined return values.
## v0.23.0-rc6
> [!CAUTION]