v0.0.64

8 July 2026

Memoized collection item lookups, batched registry gets, and a mime type fast path for images.

Changed

  • FieldTypeCollection::item() lookups are now memoized per instance; new batchItems() warms the registry cache for a set of UUIDs in one query.
  • Registry::primeUpdatedAt() renamed to batchUpdatedAt().
  • F::MIME_EXTENSIONS gained fast-path entries for common image extensions, avoiding a mime_content_type() syscall.