We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdccecc commit becaf9bCopy full SHA for becaf9b
2 files changed
CHANGELOG.md
@@ -19,6 +19,10 @@ Ref: http://keepachangelog.com/en/0.3.0/
19
20
## A5
21
22
+#### A5 [v0.7.3] - Apr 9 2026
23
+
24
+- fix: normalize longitude in toLonLat to -180-180 (#90)
25
26
#### A5 [v0.7.2] - Mar 29 2026
27
28
- Feature: Support neighbor functions in res 0 & 1 (#87)
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "a5-js",
3
"description": "A5 - Global Pentagonal Geospatial Index",
4
- "version": "0.7.2",
+ "version": "0.7.3",
5
"license": "Apache-2.0",
6
"type": "module",
7
"repository": {
0 commit comments