[#7353] added missing : char to the autocomplete regex

Co-authored-by: jb.muscat <jb.muscat@criteo.com>
This commit is contained in:
Gani Georgiev
2025-12-02 07:55:22 +02:00
parent 90d896e1cc
commit 2e5f8bff63
33 changed files with 44 additions and 39 deletions

View File

@@ -1,3 +1,8 @@
## v0.34.1 (WIP)
- Added missing `:` char to the autocomplete regex ([#7353](https://github.com/pocketbase/pocketbase/pull/7353); thanks @ouvreboite).
## v0.34.0
- Added `@request.body.someField:changed` modifier.