- Add support for getting comment context.
- 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.
- RKLink now has a
shortURL
method. - RKLink now has properties for
upvoteRatio
andgilded
. - Fixes for those using submodules to install RedditKit.
- 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.
- Fix an issue where subreddit categories were being ignored. (@rickharrison)
- 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.
Fix a couple crashes where RKThing subclasses would be created with nil JSON keys.
Initial release of RedditKit!