|
1 |
| -2023-10-29 |
| 1 | +## 2024-05-26 |
| 2 | + |
| 3 | +* ✨ The stable version 1.2.0 with the brand new documentation site published at [geospatial.navibyte.dev](https://geospatial.navibyte.dev/). |
| 4 | +* Published packages at pub.dev: |
| 5 | + * [geobase version 1.2.0](https://pub.dev/packages/geobase/versions/1.2.0) |
| 6 | + * [geodata version 1.2.1](https://pub.dev/packages/geodata/versions/1.2.1) |
| 7 | + |
| 8 | +## 2024-04-22 |
| 9 | + |
| 10 | +* ✨ The [stable version 1.1.0](https://github.com/navibyte/geospatial/milestone/1) adds support for Newline-delimited GeoJSON, EWKT and EWKB. |
| 11 | +* See also the article [Decode and encode GeoJSON, WKT and WKB in Dart and Flutter apps](https://medium.com/@navibyte/decode-and-encode-geojson-wkt-and-wkb-in-dart-and-flutter-apps-ab2ef4ece2f1). |
| 12 | +* Published packages at pub.dev: |
| 13 | + * [geobase version 1.1.0](https://pub.dev/packages/geobase/versions/1.1.0) |
| 14 | + * [geodata version 1.1.0](https://pub.dev/packages/geodata/versions/1.1.0) |
| 15 | + |
| 16 | +## 2023-10-29 |
| 17 | + |
2 | 18 | * ✨ New (2023-10-29): The stable version 1.0.0 is now ready. See also the article [Geospatial tools for Dart - version 1.0 published](https://medium.com/@navibyte/geospatial-tools-for-dart-version-1-0-published-0f9673e510b3) at Medium
|
3 | 19 | * [geobase version 1.0.0](https://github.com/navibyte/geospatial/issues/175)
|
4 | 20 | * [geodata version 1.0.0](https://github.com/navibyte/geospatial/issues/187)
|
5 | 21 |
|
6 |
| -2023-09-30 |
| 22 | +## 2023-09-30 |
| 23 | + |
7 | 24 | * [geobase version 0.6.0](https://github.com/navibyte/geospatial/issues/193)
|
8 | 25 | * ✨ Optimizing data structures (*Position*, *PositionSeries*, *Box*) used by simple geometries. Fixes, tests and documentation.
|
9 | 26 | * [geodata version 0.13.0](https://github.com/navibyte/geospatial/issues/198)
|
10 | 27 |
|
11 |
| -2023-08-11 |
| 28 | +## 2023-08-11 |
| 29 | + |
12 | 30 | * [geobase version 0.5.0](https://github.com/navibyte/geospatial/issues/174)
|
13 | 31 | * ✨ Spherical geodesy functions (distance, bearing, destination point, etc.) for *great circle* and *rhumb line* paths.
|
14 | 32 | * [geodata version 0.12.0](https://github.com/navibyte/geospatial/issues/177)
|
15 | 33 | * ✨ Better client-side support for OGC API Features (Part 1 and 2).
|
16 | 34 |
|
17 |
| -2023-03-19 |
| 35 | +## 2023-03-19 |
| 36 | + |
18 | 37 | * ✨ New: Updated docs with class and flow diagrams:
|
19 | 38 | * [geobase](https://pub.dev/packages/geobase/versions/0.4.2) (0.4.2)
|
20 | 39 | * [geodata](https://pub.dev/packages/geodata/versions/0.11.4) (0.11.4)
|
21 | 40 |
|
22 |
| -2022-12-02 |
| 41 | +##2022-12-02 |
| 42 | + |
23 | 43 | * [geobase version 0.4.0](https://github.com/navibyte/geospatial/issues/161)
|
24 | 44 | * [geodata version 0.11.0](https://github.com/navibyte/geospatial/issues/162)
|
25 | 45 |
|
26 |
| -2022-08-21 |
| 46 | +## 2022-08-21 |
| 47 | + |
27 | 48 | * [geobase](https://pub.dev/packages/geobase/versions/0.3.0) (0.3.0), see [changelog](dart/geobase/CHANGELOG.md#030) for details
|
28 | 49 | * ✨ New: Data structures for simple geometries, features and feature collections.
|
29 | 50 | * ✨ New: Support for [Well-known binary](https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry#Well-known_binary) (WKB). Text and binary data formats, encodings and content interfaces also redesigned.
|
|
0 commit comments