Releases: MastodonKit/MastodonKit
Releases · MastodonKit/MastodonKit
2.0.0
1.0.10
Internal changes that don't affect the usability or MastodonKit's interface.
1.0.9
- Changes the Accounts.updateCurrentUser signature
- New new method signature takes media attachments as avatar and header instead of base64Encoded strings.
1.0.8
- Adds CocoaPods support
1.0.6
1.0.5
- Adds multi-scope support to Login.silent
- Updates methods documentation
1.0.4
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
- Adds support to Ruby arrays when GETTing/POSTing
- Adds mediaIDs to Statuses.create
- Applies bounds to Accounts.search's limit