Changes in version 1.0.0 (2026-01-20) - This is the first major release of amapGeocode, marking API stability. - Added a Shiny Graphical User Interface (GUI) accessible via amap_gui(). - Enhanced error handling and test coverage. - Improved documentation with new vignettes and pkgdown site. Changes in version 0.9.0 (2026-01-19) - Added a Shiny Graphical User Interface (GUI) accessible via amap_gui(). This interface supports single and batch operations for geocoding, reverse geocoding, and coordinate conversion, along with API configuration. - Switched default tabular outputs to tibble with tidyverse helpers. - Refined documentation to align with new outputs and pkgdown Bootstrap 5. - Improved error handling consistency and example stability. Changes in version 0.8.0 - Migrated the HTTP stack to {httr2}, unifying retries, diagnostics, and rate-limit metadata via amap_request() and amap_api_error. - Added request signing helpers (amap_sign(), with_amap_signature(), amap_config()) to simplify secure integrations. - getCoord() now supports mode = "all" for multi-match results and batch = TRUE for 10-at-a-time requests, with extractCoord() returning stable columns. - getLocation() gains batching plus optional POI/road/AOI list-columns through the new details argument in extractLocation(). - extractAdmin() iterates over multiple parents and can emit boundary polylines when include_polyline = TRUE. - Test suite migrated to offline {vcr}/{httptest2} fixtures covering multi-result, extensions, and error scenarios. Changes in version 0.7.0 - Since 0.7.0, the Version of R under 4.1.0 will not support anymore. Changes in version 0.6.0 (2021-04-19) - Improve the implement of parallel requests - Replace parallel with future Changes in version 0.5.1 - Merge to_tb and output argument. Changes in version 0.5.0 (2020-11-20) - Add parallel operation Changes in version 0.4.0 (2020-10-17) - Return bad request as NA tibble - Replace data.table by tibble Changes in version 0.3.1 (2020-10-01) - Improve the examples of functions Changes in version 0.3.0 - Added ability to batch process requests for getAdmin(), getLocation(), getCoord(), convertCoord() functions - Tag convertCoord() as an Experimental function Changes in version 0.2.0 - Add other three main functions: getAdmin(), extractAdmin() and convertCoord() Changes in version 0.1.0 - First release with four functions: getCoord(),extractCoord(),getLocation() and extractLocation()