1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-01-22 13:43:04 +02:00

updated changelog

This commit is contained in:
Gani Georgiev 2023-04-25 18:11:04 +03:00
parent c0a7d0f6c0
commit 4944884683

View File

@ -1,6 +1,6 @@
## (WIP)
- Added option to limit the returned API fields using the `?fields` query parameter.
- (@todo docs) Added option to limit the returned API fields using the `?fields` query parameter.
The "fields picker" is applied for `SearchResult.Items` and any other JSON response. For example:
```js
// original: {"id": "RECORD_ID", "name": "abc", "description": "...something very big...", "items": ["id1", "id2"], "expand": {"items": [{"id": "id1", "name": "test1"}, {"id": "id2", "name": "test2"}]}}
@ -11,7 +11,7 @@
})
```
- Added new `./pocketbase admin` console command:
- (@todo docs) Added new `./pocketbase admin` console command:
```sh
// creates new admin account
./pocketbase admin create test@example.com 123456890