Download Latest Version v0.20.3 source code.zip (2.3 MB)
Email in envelope

Get an email when there's a new version of Solarch

Home / v0.2.1
Name Modified Size InfoDownloads / 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_fieldName to 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 refreshPOST /api/admins/refresh to refresh admin JWT
  • Admin password resetPOST /api/admins/request-password-reset and /confirm-password-reset

Tests

  • 77 passing tests (up from 72)

npm

:::bash
npm install tspoonbase@0.2.1
Source: README.md, updated 2026-04-24