v0.5.0
Main features in this release:
- Fix #12: Java 7 compatibility
- Four new paginators:
LiveThreadPaginator
,ModeratorPaginator
,InboxPaginator
, andUserRecordPaginator
- Read and mark messages as read/unread
- Manager pattern divides core components of the Reddit API (
net.dean.jraw.managers
) - LoggedInAccount is now just a model. All its methods can now be found in AccountManager
33beeffd
Ability to set a subreddit's stickied post9628f753
Ability to log out9b371cfc
HTTP request logging64375fb4
Renamed packagenet.dean.jraw.pagination
tonet.dean.jraw.paginators
1987ae52
Paginator.accumulate(int)
to gather X amount of pages and then return7e6474f9
Ability to sort a submission's commentscf9494fd
Votable.getDownvotes() is now deprecated