- Added world administrative boundaries to the
restcountries
data.
- Users can now retrieve geographic information (geometry) for countries by using the new parameter in the
get_country_info
,get_countries_by_region
,get_countries_by_currency
, andget_country_by_calling_code
functions. - Functions have been updated to include left joins with the
world_administrative_boundaries
dataset, enhancing data retrieval capabilities.
- Updated function documentation to include new parameters and examples related to the geometry data.
- Thanks to all contributors and users for their feedback and support!