Skip to content

Releases: MastodonKit/MastodonKit

2.0.0

06 Oct 10:30
Compare
Choose a tag to compare

1.0.10

17 May 16:49
Compare
Choose a tag to compare

Internal changes that don't affect the usability or MastodonKit's interface.

1.0.9

18 May 11:25
Compare
Choose a tag to compare
  • Changes the Accounts.updateCurrentUser signature
    • New new method signature takes media attachments as avatar and header instead of base64Encoded strings.

1.0.8

13 May 13:12
Compare
Choose a tag to compare
  • Adds CocoaPods support

1.0.6

10 May 10:07
Compare
Choose a tag to compare

New:

  • Adds support for media attachment upload (#16)

Fix:

  • Fixed remote attachments parsing (#17)
    • PR by Valerii Hiora (@vhbit)

1.0.5

06 May 12:07
Compare
Choose a tag to compare
  • Adds multi-scope support to Login.silent
  • Updates methods documentation

1.0.4

05 May 07:21
Compare
Choose a tag to compare

Fix:

  • Fixes "Statuses.create doesn't URL-encode properly" (#11)
    • Reported by Paul Schifferer (@exsortis)

New:

  • Adds reblog property to Status (#10)
    • PR by Valerii Hiora (@vhbit)
  • Adds an optional range parameters to several resources to control the number of results to fetch and the range of ids. Below, the list of resources that have the optional range parameter:
    • Accounts.followers(id:range:)
    • Accounts.following(id:range:)
    • Accounts.statuses(id:mediaOnly:excludeReplies:range:)
    • Blocks.all(range:)
    • Favourites.all(range:)
    • FollowRequests.all(range:)
    • Mutes.all(range:)
    • Notifications.all(range:)
    • Statuses.rebloggedBy(id:range:)
    • Statuses.favouritedBy(id:range:)
    • Timelines.home(range:)
    • Timelines.public(local:range:)
    • Timelines.tag(_:local:range:)
  • Adds Contributors section to Readme file

1.0.3

03 May 07:28
Compare
Choose a tag to compare
  • Adds support to Ruby arrays when GETTing/POSTing
  • Adds mediaIDs to Statuses.create
  • Applies bounds to Accounts.search's limit