Skip to content

v5.0.0

Compare
Choose a tag to compare
@github-actions 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 into Authenticator
  • 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 and Endpoint.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

Bugfixes

  • Improve Facebook login reliability for visual authenticator (fixes #157)
  • Hide "Unsupported browser" notice when logging in with Facebook (fixes #180)