Skip to content

Releases: sbertix/Swiftagram

v4.2.2

27 Nov 14:46
Compare
Choose a tag to compare

Changes

  • Deprecate friendship in User
  • Update release workflow

v4.2.1

02 Nov 11:52
Compare
Choose a tag to compare

Changes:

  • Fix Client.current implementation

v4.2.0

29 Oct 18:27
d201687
Compare
Choose a tag to compare

Changes:

  • Support for the iOS API through Client
  • Inject Client directly into Authenticator
  • Refactor code
  • Update deprecations

v4.1.4

24 Oct 14:44
f8d98ee
Compare
Choose a tag to compare

Changes

  • Remove opening GitHub Action
  • Specify minimum platform versions
  • Update README.md

v4.1.3

01 Oct 21:30
b05cda6
Compare
Choose a tag to compare

4.1.3 solves a serious compiler issue, introduced with 4.0.0, that would make any app crash on iOS 12.* and below.
As much as this update is recommended to anyone, keep in mind Secrets stored in KeychainStorage from previous versions will be wiped, and the user prompted to log in again.

Changes

  • Add support for sbertix/spm-dependencies-checker
  • Update ComposableRequest to 4.3.1

v4.1.2

01 Sep 11:10
f1a2c1b
Compare
Choose a tag to compare

Changes

  • Refactor uploads
  • Update README.md

v4.1.1

31 Aug 22:11
b598106
Compare
Choose a tag to compare

Changes

  • Fix UIKit video upload accessory bug
  • Update README.md

v4.1.0

31 Aug 21:49
2df51a3
Compare
Choose a tag to compare

Changes

  • Add Sticker model
  • Add archived posts Endpoint
  • Add best friends only image story upload
  • Add common models protocols
  • Add countdown, question, slider and poll stickers
  • Add initial Sticker support for stories upload
  • Add more Sticker layout accessories
  • Add test resources
  • Add upload picture as story Endpoint
  • Add upload video as story Endpoints
  • Add video upload Endpoints
  • Fix missing tests
  • Merge branch 'main' into development
  • Refactor models and tests
  • Rename Thread and ThreadRecipient
  • Update README.md
  • Update deprecated declarations
  • Update deprecations
  • Update examples
  • Update test.yaml

v4.0.3

25 Aug 13:59
e565947
Compare
Choose a tag to compare

Changes

  • Add code and wasLikedByYou to Media (#75)
  • Add tests for new properties
  • Fix picture uploading failing when tagging users

v4.0.2

23 Aug 21:10
78398c7
Compare
Choose a tag to compare

Changes

  • Fix comments not paginating