heddit-0.2: CHANGELOG.org
#+TITLE: CHANGELOG
* 0.2
+ Add ~withReadOnly~ to run actions in a non-user context
+ Added to ~Network.Reddit.Me~ : ~getMyFriend~ to get a single ~Friend~, ~trustUser~ and ~distrustUser~, and ~setMySubredditSettings~
+ Added to ~Network.Reddit.User~ : ~getUserSubreddit~ and ~getUserModerated~
+ ~getMe~ will now throw an exception when called in a non-user context
+ When looking up a banned/shadow-banned user with ~getUser~, a ~UserIsBanned~ exception will now be thrown. This contains a ~BannedUser~ record with some details about the user in question
+ Add the pattern synonym ~DeletedUser~ and boolean test ~isUserDeleted~ to conveniently match "[deleted]" usernames
+ Add ~configureSubredditFlair~
+ The ~author~ field of a ~LiveUpdate~ is now just a ~Username~ instead of ~Maybe Username~. If the JSON value is ~null~, ~DeletedUser~ is used as a default
* 0.1
+ Add actions for awarding/gilding items and gilding users
+ New module ~Network.Reddit.Types.Award~ exports ~Award~, ~AwardID~, ~Awarding~, and ~AwardingsSummary~ types; ~Trophy~ moved to this module as well
+ Add ~allAwardings~ field to ~Submission~ and ~Comment~
+ Document [[file:./doc/awards.org][a big list of different awards]]
+ Add ~InsufficientCoins~ to ~ErrorMessage~
+ Add ~getCommentByURL~
+ Rename ~JSONError~ to ~POSTError~
+ Remove redundant phantom type parameter from ~ItemOpts~
+ Added several more fields to ~Account~ and ~Subreddit~
+ ~Subredddit~ now supports the special user subreddit; the actions ~getMySubreddit~ and ~getMySubredditSettings~ were added for convenience
* 0.0.3
+ Fixes to cabal release
* 0.0.2
+ Add more documentation and example programs
+ Export ~Paginable~ class from ~Reddit.hs~
+ ~firstPage~ now gets the API limit of items (100)
* 0.0.1
+ Initial release