Changes in version 0.4.0 (2025-10-07) - The world_geocoder object has been deprecated in favor of world_geocoder() function - Resolves an issue parsing geocoding results with fields that are not present in the world geocoder. Fixes #41 https://github.com/R-ArcGIS/arcgisgeocode/pull/42 Changes in version 0.3.0 (2025-07-28) - Adds new fields bldg_comp, struct_type, struct_det to output to address newly added fields in the world geocoding service - Bumps version of httr2 due to breaking change #40 Changes in version 0.2.3 (2025-04-11) - Bumps version of extendr-api to address CRAN checks. Changes in version 0.2.2 (2024-09-27) - 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 Changes in version 0.2.1 (2024-08-02) - Address CRAN error on MacOS oldrel Changes in version 0.2.0 (2024-07-03) - 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 https://github.com/R-ArcGIS/arcgisgeocode/issues/23. - #21 Fixed a bug where custom locators did not parse and sort the results appropriately. Changes in version 0.1.0 (2024-05-25) - Initial CRAN release