Releases: sbertix/Swiftagram
Releases · sbertix/Swiftagram
v5.4.0
v5.3.0
v5.2.0
v5.1.0
v5.0.3
v5.0.2
Bugfixes
- docs: update docs generation
- endpoints: deal with numerical
nextMaxId
s
Others
- actions: update
push.yml
- actions: update
release.yml
v5.0.1
Bugfixes
- populate
items
inSection
v5.0.0
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
Bugfixes
v5.0.0-beta.4
Beta 4 brings a completely updated dynamic way to deal with Endpoint
s.
Please consider checking out the migration guide.
Changes:
- Refactor all
Endpoint
s - Added new
Endpoint
s forEndpoint.direct
andEndpoint.user
- Examples now use local packages, so they will always match with the library
Wrapped
reflection was moved toSwiftagramTests
- Remove unnecessary import statements and legacy code
Known issues:
- Uploading videos to your story is not working
- Swift 5.2 is not supported at the moment
v5.0.0-beta.3
Changes:
- Update ComposableStorage to
5.0.0
, relying on CombineX - Update Followers example
Known issues:
- Uploading video stories does not work