We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09267f0 commit 0fd97dcCopy full SHA for 0fd97dc
2 files changed
CHANGELOG.md
@@ -19,6 +19,14 @@ Ref: http://keepachangelog.com/en/0.3.0/
19
20
## A5
21
22
+#### A5 [v0.8.0] - May 12 2026
23
+
24
+- fix(cell): Spiral unstable in polar regions (#98)
25
+- feat(regions): Implement polygonToCells (#97)
26
+- feat(traversal): lineStringToCells (#96)
27
+- Refactor: lattice boundary helpers (#95)
28
+- feat(serialization): Improve cellToParent speed (#94)
29
30
#### A5 [v0.7.3] - Apr 9 2026
31
32
- fix: normalize longitude in toLonLat to -180-180 (#90)
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "a5-js",
3
"description": "A5 - Global Pentagonal Geospatial Index",
4
- "version": "0.7.3",
+ "version": "0.8.0",
5
"license": "Apache-2.0",
6
"type": "module",
7
"repository": {
0 commit comments