added support for passing more than one id in the Hook.Unbind method for consistency with the router

This commit is contained in:
Gani Georgiev
2024-11-26 11:52:26 +02:00
parent 0ac4a388c0
commit f1b199b35c
3 changed files with 17 additions and 9 deletions

View File

@@ -1,3 +1,8 @@
## (WIP)
- Added support for passing more than one id in the `Hook.Unbind` method for consistency with the router.
## v0.23.1
- Added `RequestEvent.Blob(status, contentType, bytes)` response write helper ([#5940](https://github.com/pocketbase/pocketbase/discussions/5940)).