Skip to content

v1.0.2

Latest
Compare
Choose a tag to compare
@jrh-dev jrh-dev released this 08 Nov 23:01

odns 1.0.2

POTENTIALLY BREAKING CHANGES

  • resource_metadata() now returns the actual metadata of a resource rather
    than a data.frame detailing the names and types of all fields available for the
    chosen resource. A new function provides the old behavior,
    resource_data_items().

Minor Changes

  • Users running an R version < 4.0.0 will no longer be impacted by the
    stringsAsFactors == TRUE default. This change aligns behaviour of the package
    across compatible versions of R.