Skip to content

v0.5.0

Compare
Choose a tag to compare
@mattbdean mattbdean released this 04 Nov 03:07
· 928 commits to master since this release

Main features in this release:

  • Fix #12: Java 7 compatibility
  • Four new paginators: LiveThreadPaginator, ModeratorPaginator, InboxPaginator, and UserRecordPaginator
  • 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 post
  • 9628f753 Ability to log out
  • 9b371cfc HTTP request logging
  • 64375fb4 Renamed package net.dean.jraw.pagination to net.dean.jraw.paginators
  • 1987ae52 Paginator.accumulate(int) to gather X amount of pages and then return
  • 7e6474f9 Ability to sort a submission's comments
  • cf9494fd Votable.getDownvotes() is now deprecated