- The
world_geocoderobject has been deprecated in favor ofworld_geocoder()function - Resolves an issue parsing geocoding results with fields that are not present in the world geocoder. Fixes #41 #42
- Adds new fields
bldg_comp,struct_type,struct_detto output to address newly added fields in the world geocoding service - Bumps version of httr2 due to breaking change #40
- Bumps version of extendr-api to address CRAN checks.
- Bumps version of extendr-api to address CRAN checks
- Bumps version of httr2 due to regression #34
- Bug fixes with unexported objects and NA handling by [@elipousson] #37
- Address CRAN error on MacOS oldrel
- The minimum version of R supported is R
4.2 - #22 Fixed a bug where the
default_geocoder()would not work without attaching the entire package. See #23. - #21 Fixed a bug where custom locators did not parse and sort the results appropriately.
- Initial CRAN release