hackeRnews 0.2.1
- Provided direct imports in NAMESPACE.
- Deleted documentation for unexported functions.
- get_commentsnow returns a- data.framewhen- tibbleis not installed. At the same time- tibbleis now in Suggests instead of Imports (#29)
- get_items_by_idsnow uses- httr2::req_perform_parallelinstead of- future.applyto perform multiple asynchronous requests, so
now there is no need to use- future::planbefore running
functions that perform multiple requests such as- get_best_stories(),- get_comments,- get_latest_ask_stories,- get_latest_job_stories,- get_latest_show_stories,- get_top_stories,- get_new_stories,
hackeRnews 0.2.0
- Added validation to the get_commentsfunction
- Performance improvements of the get_commentsfunction –
removal of recursive calls
hackeRnews 0.1.0
- Added a NEWS.mdfile to track changes to the
package.