-
v1, Beta 2 Pre-Release
released this
2024-06-25 14:56:07 +00:00 | 18 commits to main since this releaseFor this release,
Custom::single
,Find::byId
, andFind::firstBy*
now returnOption
s rather than a document orfalse
. This better represents a successful or unsuccessful document retrieval attempt, and theOption
type provides things likegetOrElse()
andgetOrCall()
for handling occasions when the document was not found.Downloads