Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.7.2
->^4.0.0
Release Notes
uber/h3-js (h3-js)
v4.1.0
Compare Source
Added
cellToChildPos
,childPosToCell
, andcellToChildrenSize
functions. (#170)Changed
v4.1.0
(#170)Fixed
typeof document != "undefined"
before accessingdocument
. This allows h3-js to be used in a Web Worker and React Native (#169)cellToBoundary
,cellArea
,edgeLength
(#171)v4.0.1
Compare Source
Changed
v4.0.1
(#161)Fixed
v4.0.0
Compare Source
Breaking Changes
v4.0.0
. This update renames the majority of the H3 functions. You can see a list of changed function names in the core library documentation. For the most part, upgrading to v4 for Javascript consumers should be a straightforward search & replace between the old names and the new. (#151, #144, #141, #139)null
or similar signal values. In H3 v4, we will throw descriptive errors for most instances of bad input. (#139)Changed
Fixed
Added
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.