v5.0.0
github-actions
released this
06 May 14:34
·
0 commits
to 212e1413f7b117885b703d0e6cb1a7a134aa5d5f
since this release
Endpoints
- Compute identifier from media
URL
(#145) - Refactor authentication
- Add
Secret
accessories intoAuthenticator
- Add
- Refactor
Endpoint.Direct
- Approve conversation requests
- Decline conversation requests
- Delete a conversation
- Invite users to a conversation
- Leave a conversation
- Mute a conversation
- Send a text message in a conversation (#122)
- Update a conversation title
- Unmute a conversation
- Delete a message
- Mark a message as watched
- Refactor
Endpoint.Location
- Fetch recent and highest ranked posts
- Refactor
Endpoint.Saved
(#169)- Add saved collections support
- Save posts to specific collection
- Refactor
Endpoint.Tag
- Fetch recent and highest ranked posts
- Watch recent stories
- Follow a specific tag
- Unfollow a specific tag
- Refactor
Endpoint.User
andEndpoint.Friendship
- Fetch user info by (exact) username
- Mute a user's posts or/and stories
Examples
- Add Authenticator app to allow anyone to rely on SwiftagramTests
- Update Followers example
- Examples now rely on local packages
Other enhancements
- Refactor for the new ComposableRequest
- Expose ComposableStorage and ComposableStorageCrypto directly to Swiftagram and SwiftagramCrypto, respectively
- Update default
Client
to be an iOS device (#138) - Update docs