Releases: uber/h3-go
Releases · uber/h3-go
v4.3.0
What's Changed
- feat: bump H3 Core to 4.3.0, use C gridRing impl by @justinhwang in #89
Full Changelog: v4.2.4...v4.3.0
v4.2.4
What's Changed
- feat: Implement GridDisksUnsafe, GridDiskDistancesUnsafe, GridDiskDistancesSafe by @justinhwang in #84
- feat: convert directly between C and Go arrays by @justinhwang in #85
- feat: Slightly optimize CellsToMultiPolygon and LatLng#String by @justinhwang in #86
Full Changelog: v4.2.3...v4.2.4
v4.2.3
What's Changed
- feat: add GridRing and GridRingUnsafe by @justinhwang in #82
- chore: bump Go to v1.22 by @justinhwang in #83
New Contributors
- @justinhwang made their first contribution in #82
Full Changelog: v4.2.2...v4.2.3
v4.2.2
What's Changed
- Update H3 Version and Fix Memory Leak by @zachcoleman in #79
Full Changelog: v4.2.1...v4.2.2
v4.2.1
What's Changed
- Exposing
PolygonToCellsExperimental
by @zachcoleman in #68
Full Changelog: v4.2.0...v4.2.1
v4.2.0
❗This release introduces breaking API changes with the introduction of the returning of error codes #73.❗
What's Changed
- chore: upgrade to Go 1.20 by @mojixcoder in #72
- feat: update h3-core to v4.2.0 by @mojixcoder in #75
- feat: added error codes by @mojixcoder in #73
Full Changelog: v4.1.2...v4.2.0
v4.1.2
What's Changed
- feat: added full support for vertex mode by @mojixcoder in #71
New Contributors
- @mojixcoder made their first contribution in #71
Full Changelog: v4.1.1...v4.1.2
v4.1.1
What's Changed
- Adding CellsToMultiPolygon by @zachcoleman in #70
New Contributors
- @zachcoleman made their first contribution in #70
Full Changelog: v4.1.0...v4.1.1