- Support Dart v2
- Remove json_object dependency and use Map instead.
- Remove mirrors dependency
- Add ResultListing.results getter for the underlying stream.
- Fix
subreddit.search()
to restrict results to the subreddit
- Upgraded dependencies to latest versions
- Adapted to breaking changes in oauth2 v1.0.0
- Added better support for multireddits
- Updated RedditUri with official regex and extra test
- Updated README
- Constant constructor for Fullname
- Improved exception handling in Query
- Added FullnameType enum
- Added Fullname.id and Fullname.type getters
- Bugfix in FilterableQuery.filter
- Added full OAuth2 support (app-only and user)
- Changed auth interface
- Expose RedditUri and Fullname classes
- Added App-only OAuth support, inspired by raw.js
- Initial version, inspired by reddit.js