added JSVM GeoPointField constructor

This commit is contained in:
Gani Georgiev
2025-04-16 09:12:44 +03:00
parent 33abc0a802
commit 0426722e99
5 changed files with 3545 additions and 3510 deletions

View File

@@ -1,3 +1,10 @@
## v0.27.1 (WIP)
- Updated API preview example `geoPoint` data.
- Added JSVM `new GeoPointField({ ... })` constructor.
## v0.27.0
- ⚠️ Moved the Create and Manage API rule checks out of the `OnRecordCreateRequest` hook finalizer, **aka. now all CRUD API rules are checked BEFORE triggering their corresponding `*Request` hook**.