Revision history for Perl extension Geo::H3.
0.10 2026-04-17
- Fixed hex->edgeLength call to FFI - fixes #1
- Added hex->edgeLengthAverage method
- Fixed test skip count for CAPN testers
0.09 2026-04-14
- Fixed hex->areNeighbors return value
0.08 2026-04-14
- Refactored library to use hex->uint64 property instead of hex->index property
- Deprecated hex->index property
- Updated documentaion to remove the use of the word index in favor of hex, uint64, or string as much as possible
- BREAKING CHANGES:
- Updated hex->kRingDistances and hex->hexRangeDistances method outputs
- 1) uint64 key values are now blessed objects in accordence with convention
- 2) Output is now ARRAY-ARRAY instead of HASH (e.g. [[$hex, $k_distance], ...] instead of {$uint64=>$k_distance, ...})
0.07 2022-02-08
- Updated lib/Geo/H3.pm - fixed documentation
- Dropped README for README.md only
0.06 2021-06-21
- Updated lib/Geo/H3/Index.pm
- Dropped struct method as disused
- Updated scripts/perl-Geo-H3-geo-to-googleearth.pl
- Added output parameter
- Updated documentation
- Updated MANIFEST and Makefile.PL to support CPAN testers
- Updated all modules documentation
- Added t/003_index_pentagon.t - Additional Pentagon tests
0.05 2021-06-20
- Updated Makefile.PL to support CPAN testers
0.04 2021-06-19
- Updated tests to require h3 lib to exists
- Updated Packages - Gave up on snake case morphing and moving to camel case to match the base API - NOT BACKWARDS COMPATABLE
- Updated lib/Geo/H3/Geo.pm
- Updated methods lat and lon to be read only after construction
- Dropped methods pointDistKm and pointDistRads
- Renamed method pointDistM to distance - NOT BACKWARDS COMPATABLE
- Updated lib/Geo/H3/Index.pm
- Added methods baseCell, centerChild, line, distance, etc...
- Renamed method geo_boundary to geoBoundary - NOT BACKWARDS COMPATABLE
0.03 2021-06-13
- Updated lib/Geo/H3/Index.pm
- Added Methods: parent, children and hex_ring
- Added scripts/perl-Geo-H3-geo-to-googleearth.pl
- Requires: Path::Class, Geo::GoogleEarth::Pluggable, Geo::GoogleEarth::Pluggable::Plugin::Styles
0.02 2021-06-03
- Rewrite on top of Geo::H3::FFI
0.01 2020-12-30
- original version; created by h2xs 1.23