You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,17 @@ Possible sections are:
13
13
14
14
<!-- next-header -->
15
15
16
-
## [0.2.0] - 2025-04-30
16
+
## [0.2.0] - 2025-05-01
17
17
18
+
### Added
18
19
- Added basic support for geo-primitive types (#1), including encoding Points and MultiPoints into Quadbin Cells and decoding Quadbin Cells into Polygons.
19
-
-Significantly rewrote the codebase to make it more idiomatic. Most functions now return either `Result<>` or `Option<>`.
20
+
-Added method to list Cell's children.
20
21
- Added benchmarks to evaluate performance and compare with `geohash` and `h3o`.
21
22
23
+
### Changed
24
+
- Significantly rewrote the codebase to make it more idiomatic. Most functions now return either `Result<>` or `Option<>`.
25
+
- Better errors with `QuadbinError` enum.
26
+
22
27
## [0.1.0] - 2025-04-26
23
28
24
29
- initial release, basic coverage of the Quadbin API
0 commit comments