Skip to content

Releases: uber/h3-js

Release 3.7.1

11 Mar 00:09
d7b75a0

Choose a tag to compare

[3.7.1] - 2021-03-10

Fixed

  • Fixed bug in freeing geo polygon memory during polyfill (#104)

Release 3.7.0

15 Oct 20:33
8ec0fb3

Choose a tag to compare

[3.7.0] - 2020-10-15

Added

  • Added bindings for new area and distance functions (#93):
    • cellArea
    • exactEdgeLength
    • pointDist
  • All functions accepting H3 index input now also accept a [lowerBits, upperBits] tuple of 32-bit integers (#91)

Fixed

  • Fixed type definition for UNITS (#94)

Changed

  • Updated the core library to 3.7.1 (#93)

Release 3.6.4

02 Jul 22:29
4ecd47c

Choose a tag to compare

[3.6.4] - 2020-06-02

Fixed

  • Fixed h3IsValid returning true on certain edge cases (#81)
  • Fix some polyfill edge cases (#86)

Changed

  • Updated the core library to 3.6.3 - minor fixes for h3IsValid and compact (#81)
  • Updated the core library to 3.6.4 - reinstate new polyfill algorithm (#86)

Release 3.6.3

11 Dec 00:28
dcabada

Choose a tag to compare

[3.6.3] - 2019-12-10

Fixed

  • Updated the core library to v3.6.2. This rolls back the polyfill algorithm to previous version; we'll roll forward again once we've fixed the known issues.

Release 3.6.2

11 Nov 19:45
56fb0b1

Choose a tag to compare

[3.6.2] - 2019-11-11

Fixed

  • Improved TypeScript typedefs (#73)
  • Fix polyfill edge cases, improve perfomance (#74)

Changed

  • Updated the core library to v3.6.1 (#74)

Release 3.6.1

19 Sep 23:46
2052689

Choose a tag to compare

[3.6.1] - 2019-09-19

Fixed

  • Downgraded required yarn version (#68)

Release 3.6.0

12 Sep 23:16
001167f

Choose a tag to compare

[3.6.0] - 2019-09-12

Fixed

  • Removed unhandledRejection handling from emscripten build (#64)
  • Fixed TypeScript definition file, added a CI test to guard against regressions (#65)

Changed

  • Updated the core library to v3.6.0 (#61)

Added

  • Added bindings for getPentagonIndexes and h3ToCenterChild (#61)

Release 3.5.0

24 Jul 17:51
c5f653f

Choose a tag to compare

[3.5.0] - 2019-07-24

Added

  • Added h3GetFaces binding (#54)
  • Generated a TypeScript definition file from jsdoc comments (#55)

Changed

  • Updated the core library to v3.5.0 (#52, #54)

Release 3.4.3

02 Apr 01:59
2a52001

Choose a tag to compare

[3.4.3] - 2019-04-01

Added

  • Changed module exports to ES6 syntax (#41)
  • Added UMD bundle to published package (#41)
  • Added separate bundles with an Emscripten browser-only build (#43)

Release 3.4.2

08 Feb 21:02
6327c25

Choose a tag to compare

[3.4.2] - 2019-02-08

Fixed

  • Changed const to var for better compatibility in Emscripten-generated code (#37)