Skip to content

Releases: uber/h3-go

Release v3.0.1

03 Jun 19:05
Compare
Choose a tag to compare

Added

  • Polyfill function (#19).

Changed

  • [breaking] Uncompat now returns ([]H3Index, error) instead of []H3Index
    to accommodate error scenario from C API (#19).

Fixed

  • panic when using Uncompact with invalid resolutions (#20).
  • latitudes and longitudes outside of respective ranges when unprojecting in
    certain areas (#7, #9, #13).

Release v3.0.0

18 Oct 22:01
476e8ec
Compare
Choose a tag to compare

Added

  • everything! first commit.