- Added support for hydrating tweet ids (hydrate_tweets)
[#260 Thanks Tim König]
- Added error capturing mechanism [#264 Thanks Tim König]
- Fixed a bug of get_retweeted_by[#287 Thanks Thomas
Davidson]
- Various bug fixes [#273, #263, #267]
- Added support for batch compliance
- Added functions get_user_id,get_retweeted_by, andconvert_json.
- Added parameter exact_phraseforbuild_query(also for the downstream functionget_all_tweets).
- Fixed error 400 when fetching tweets with the context annotation
field
- Support Likes lookup, followers, following, liked tweets, and liking
user endpoints
- A function to counts tweets by query string:
count_all_tweets
- Added the nargument
- Autosleep when hitting rate limit
- bind_tweetsallows transforming the collected tweets to
various formats, e.g. tidy data frame
- set_bearerand- get_bearerfor managing the
bearer token
- Many wrappers to get_all_tweetsare deprecated
- Bug fixes and efficiency improvements