Bug Fixes
.MissingCommenthas been properly documented- Fixed bug where parsing tutorial articles would raise a KeyError
New Features
.Searchnow includes the current page of results stored as the attributepage- New enum called
.Monthused to filter.Pollsearches .CommentListnow includes the page of comments currently store (page) and the total amount of pages (max_page)..Clienthas test cases- New list-like class
.ResultListreturned by mostget_functions to allow easier navigation of results .Searchnow behaves like a list.Searchand.CommentListhave access to get_all_results, an expensive call that iterates through all the pages of results available and returns a list of all the results. This does not return duplicate entries.- Changelog begins