Skip to content

Releases: samsymons/RedditKit

RedditKit 1.3.0

02 Aug 23:12
Compare
Choose a tag to compare
  • Improved error handling, thanks to Rick Harrison.
  • Add support for the rate limit headers.
  • Initial support for giving reddit gold to users and comments.
  • Initial support for embedded media in RKLink.
  • Many of the RKStringFrom* methods are now public, as they may be useful.

RedditKit 1.2.0

20 Jun 04:24
Compare
Choose a tag to compare
  • RKLink now has a shortURL method.
  • RKLink now has properties for upvoteRatio and gilded.
  • Fixes for those using submodules to install RedditKit.

RedditKit 1.1.0

06 May 03:53
Compare
Choose a tag to compare
  • RKVotable subclasses now automatically update their voteStatus. (@rickharrison)
  • Messages can be marked as read or unread in batches. (@rickharrison)
  • Ensure that HTML entities are always unescaped correctly. (@christianselig)
  • Comments can be sorted. (@rickharrison)
  • It's now possible to access a user's saved and hidden links. (@rickharrison)
  • Support for storing links as a reddit gold member. (@rickharrison)
  • Improved support for multireddits. (@rickharrison)
  • RKUser now subclasses RKCreated. (@rickharrison)
  • Completion blocks are now called on the main thread.

RedditKit 1.0.3

08 Jan 21:07
Compare
Choose a tag to compare
  • Fix an issue where subreddit categories were being ignored. (@rickharrison)

RedditKit 1.0.2

19 Dec 21:59
Compare
Choose a tag to compare
  • Fix a bug in RKVotable where voted would return an incorrect value.
  • Add pagination to subscribed subreddits.
  • Change RKLink's URL property from an NSString to an NSURL.

RedditKit 1.0.1

14 Nov 21:49
Compare
Choose a tag to compare

Fix a couple crashes where RKThing subclasses would be created with nil JSON keys.

RedditKit 1.0.0

11 Nov 21:44
Compare
Choose a tag to compare
Update the Podspec.