Skip to content

Releases: polmuz/elixir-geohash

1.3

31 Aug 14:48
Compare
Choose a tag to compare

What's Changed

  • Dropped support for old Elixir/OTP versions
  • Moved CI to Github Actions
  • Misc doc changes by @kianmeng in #9
  • chore(Geohash): Fix various warning emitted by elixir v1.17.0 by @tomciopp in #10

New Contributors

Full Changelog: 1.2.1...1.3

1.2.1

31 Aug 14:47
Compare
Choose a tag to compare

What's Changed

  • performance improved by preparing static data at compile time by @SergeTupchiy in #8

New Contributors

Full Changelog: 1.2.0...1.2.1

1.2.0

31 Aug 14:46
Compare
Choose a tag to compare

Full Changelog: 1.1.0...1.2.0

1.1.0

31 Aug 14:46
Compare
Choose a tag to compare

What's Changed

  • Add property based testing for adjacent functions by @polmuz in #4
  • Port improvements implemented by elbow-jason in his fork by @polmuz in #5
  • Add bounds function by @djeusette in #6
  • Add tests, improve consistency and update supported versions by @polmuz in #7

New Contributors

Full Changelog: 1.0.2...1.1.0

1.0.2

31 Aug 14:45
Compare
Choose a tag to compare

Full Changelog: 1.0.0...1.0.2

1.0.0

31 Aug 14:45
Compare
Choose a tag to compare

What's Changed

  • add adjacent and neighbors by @danj3 in #2
  • clean compile under 1.4 by @danj3 in #3

New Contributors

  • @danj3 made their first contribution in #2

Full Changelog: https://github.com/polmuz/elixir-geohash/commits/1.0.0