This repository has been archived by the owner on Aug 25, 2023. It is now read-only.
Updated
-
Add
Codable
conformance toMessageListModel
. -
Convert
cursor
andmessages
properties onMessageListModel
fromlet
tovar
. -
Convert
cursor
andthreads
properties onMessageListModel
fromlet
tovar
.- Pull Request #175
-
Add
page
andlimit
properties toDiscoverQueryBuilder
to allow for paging.- Pull Request #173
Fixed
- Default
isPublished
isfalse
. This allows vAtoms with a missingunpublished
JSON key to be decoded.- Pull Request #176