Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

45 lines (25 loc) · 1.13 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

[0.4.0] - 2024-12-05

Changed

  • Add geoname id in the result of reverse geocoding
  • Rebuild cities.txt internal database with up-to-date data from https:/geonames.org

[0.3.1] - 2021-03-27

Changed

[0.3.0] - 2021-03-23

Added

  • Lookup city information from country and city name

[0.2.0] - 2021-03-17

Changed

  • Add distance function between the provided coordinates and the returned city

[0.1.0] - 2021-03-15

Added

  • Reverse geocoding function

[0.4.0] : https://github.com/davidjulien/erlang-geocoding/releases/tag/v0.4.0 [0.3.1] : https://github.com/davidjulien/erlang-geocoding/releases/tag/v0.3.1 [0.3.0] : https://github.com/davidjulien/erlang-geocoding/releases/tag/v0.3.0 [0.2.0] : https://github.com/davidjulien/erlang-geocoding/releases/tag/v0.2.0