Skip to content

Latest commit

 

History

History
68 lines (57 loc) · 1.88 KB

File metadata and controls

68 lines (57 loc) · 1.88 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to a versioning policy.

The public API of this library consists of the public functions declared in file H3Core.java, and support for the Linux x64 and Darwin x64 platforms.

[3.4.1] - 2019-05-03

Changed

  • Updated the core library to v3.4.3. (#44)

[3.4.0] - 2019-02-22

Added

  • getRes0Indexes function. (#38)

Changed

  • Updated the core library to v3.4.2. (#38)

[3.3.0] - 2019-02-13

Added

  • h3Line function. (#36)

Changed

  • Updated the core library to v3.3.0. (#36)

[3.2.0] - 2018-10-16

Added

  • Support for building on Windows. (#26)
  • experimentalH3ToLocalIj and experimentalLocalIjToH3 functions. (#32)

Changed

  • Updated the core library to v3.2.0. (#32)

Fixed

  • Don't require a C++ compiler. (#30)

[3.1.0] - 2018-10-04

Added

  • h3Distance function. (#21)
  • newInstance override that accepts specific operating system and architecture values. (#24)

Changed

  • Updated the core library to v3.1.0. (#21)
  • Updated the core library to v3.1.1. (#28)

[3.0.4] - 2018-07-25

Changed

  • Updated the core library to v3.0.8, fixing a possible segfault. (#19)

[3.0.3] - 2018-05-22

Breaking Changes

  • Replaced Vector2D with GeoCoord.
  • Removed the geoJsonOrder parameter from polyfill functions.

[3.0.2] - 2018-05-08

Fixed

  • Fixed memory management in polyfill with multiple holes.
  • Fixed build on Linux without Docker.

Changed

  • Improve detection of x86 architecture.

[3.0.1] - 2018-04-30

Added

  • Added release settings.
  • Added script for cross compiling using dockcross.

Changed

  • Updated the core library to v3.0.5.
  • Changed the native library loader to detect more operating systems.

[3.0.0] - 2018-03-27

Added

  • First public release.