| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-24 | 894 Bytes | |
| TspoonBase v0.2.1 source code.tar.gz | 2026-04-24 | 1.2 MB | |
| TspoonBase v0.2.1 source code.zip | 2026-04-24 | 1.5 MB | |
| Totals: 3 Items | 2.7 MB | 0 | |
TspoonBase v0.2.1
New Features
- Back-relations — Auto-resolve
collection_via_fieldNameto fetch related records that point to the current record (e.g.,posts_via_author) - geoDistance() — Haversine distance calculation in access rules:
geoDistance(lat, lng, 40.7, -74.0) < 10000 - strftime() — Date formatting in access rules:
strftime("%Y", created) = "2024" - Relational ?~ operator — Array "any like" filter operator with SQL json_each support
- Protected file tokens — Time-limited signed URL tokens via
POST /api/files/token, verified with?token=query param - Admin auth refresh —
POST /api/admins/refreshto refresh admin JWT - Admin password reset —
POST /api/admins/request-password-resetand/confirm-password-reset
Tests
- 77 passing tests (up from 72)
npm
:::bash
npm install tspoonbase@0.2.1