Skip to content

Releases: rog404/geolixir

v0.1.3

23 May 22:23

Choose a tag to compare

✨ Release: v0.1.3

Some issues identified and addressed.

🛠️ Fixes

  • Handle nil results in the Geoapify provider.

v0.1.2

22 Apr 23:38

Choose a tag to compare

✨ Release: v0.1.2

As we started using Geolixir in real-world projects, we discovered a few issues that needed fixing.

🛠️ Fixes

  • Fixed geolocation resolution for the Geoapify provider.

v0.1.0

08 Apr 05:28

Choose a tag to compare

✨ Release: v0.1.0

Initial release of Geolixir, a lightweight Elixir library for working with geospatial data.

🚀 Features

  • 🌍 Simple utilities for working with latitude/longitude
  • 🧪 Tested and ready to be integrated into Elixir projects

📦 Installation

Add to your mix.exs:

def deps do
  [
    {:geolixir, "~> 0.1.0"}
  ]
end

📜 License

📝 Released under the MIT License.