[#4145] fixed JSVM types generation for functions with omitted arg types

This commit is contained in:
Gani Georgiev
2024-01-13 11:28:15 +02:00
parent eb695cc6d3
commit 2e3ae1b60a
36 changed files with 2754 additions and 2738 deletions
+7
View File
@@ -1,3 +1,10 @@
## v0.20.6
- Fixed JSVM types generation for functions with omitted arg types ([#4145](https://github.com/pocketbase/pocketbase/issues/4145)).
- Updated Go deps.
## v0.20.5
- Minor CSS fix for the Admin UI to prevent the searchbar within a popup from expanding too much and pushing the controls out of the visible area ([#4079](https://github.com/pocketbase/pocketbase/issues/4079#issuecomment-1876994116)).