- Switch to {tinytest}
- Ensure input is character before processing. (@JohnCoene, #4)
- Removed dplyr & purrr deps
- As a result of ^^ also removed progress bar
- wrapped the call to
httr::warn_for_status()
withpurrr::safely()
to account for an issue reported on scraping LinkedIn from AWS.
- No longer uses an API service
- The returned
tbl_df
has an extra status code field
- Switched out the API service since longurl.org is no longer working
- Added a
NEWS.md
file to track changes to the package.