Skip to content

Release 4.1.0

Latest
Compare
Choose a tag to compare
@nrabinowitz nrabinowitz released this 20 Jan 01:27
· 6 commits to master since this release
10b5b1d

[4.1.0] - 2023-01-19

Added

  • Add cellToChildPos, childPosToCell, and cellToChildrenSize functions. (#170)

Changed

  • Updated the core library to v4.1.0 (#170)

Fixed

  • Patch libh3 bundles to check for typeof document != "undefined" before accessing document. This allows h3-js to be used in a Web Worker and React Native (#169)
  • Fix H3Index type hints for cellToBoundary, cellArea, edgeLength (#171)