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; newbatchItems()warms the registry cache for a set of UUIDs in one query.Registry::primeUpdatedAt()renamed tobatchUpdatedAt().F::MIME_EXTENSIONSgained fast-path entries for common image extensions, avoiding amime_content_type()syscall.