Major change
This release removes the tibblify dependency. Some endpoints may return
slightly different lists or incompletely unnested dataframes. We suggest
using the .unnest = FALSE argument and to tidy the dataframes using
your prefered data rectangling packages (tidyr, data.table, etc.) for the
best consistency across version types.
Internal changes
- remove tibblify dependency (fixes #39)