Skip to content

Commit 2ed5bbd

Browse files
committed
docs: stable release 1.0.0
1 parent 12d0d2b commit 2ed5bbd

File tree

2 files changed

+39
-17
lines changed

2 files changed

+39
-17
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
2023-10-29
2+
* ✨ 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+
* [geobase version 1.0.0](https://github.com/navibyte/geospatial/issues/175)
4+
* [geodata version 1.0.0](https://github.com/navibyte/geospatial/issues/187)
5+
6+
2023-09-30
7+
* [geobase version 0.6.0](https://github.com/navibyte/geospatial/issues/193)
8+
* ✨ Optimizing data structures (*Position*, *PositionSeries*, *Box*) used by simple geometries. Fixes, tests and documentation.
9+
* [geodata version 0.13.0](https://github.com/navibyte/geospatial/issues/198)
10+
11+
2023-08-11
12+
* [geobase version 0.5.0](https://github.com/navibyte/geospatial/issues/174)
13+
* ✨ Spherical geodesy functions (distance, bearing, destination point, etc.) for *great circle* and *rhumb line* paths.
14+
* [geodata version 0.12.0](https://github.com/navibyte/geospatial/issues/177)
15+
* ✨ Better client-side support for OGC API Features (Part 1 and 2).
16+
17+
2023-03-19
18+
* ✨ New: Updated docs with class and flow diagrams:
19+
* [geobase](https://pub.dev/packages/geobase/versions/0.4.2) (0.4.2)
20+
* [geodata](https://pub.dev/packages/geodata/versions/0.11.4) (0.11.4)
21+
22+
2022-12-02
23+
* [geobase version 0.4.0](https://github.com/navibyte/geospatial/issues/161)
24+
* [geodata version 0.11.0](https://github.com/navibyte/geospatial/issues/162)
25+
26+
2022-08-21
27+
* [geobase](https://pub.dev/packages/geobase/versions/0.3.0) (0.3.0), see [changelog](dart/geobase/CHANGELOG.md#030) for details
28+
* ✨ New: Data structures for simple geometries, features and feature collections.
29+
* ✨ 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.
30+
* [geodata](https://pub.dev/packages/geodata/versions/0.10.0) (0.10.0), see [changelog](dart/geodata/CHANGELOG.md#0100) for details
31+
* ✨ New: Updated with latest [geobase](https://pub.dev/packages/geobase) version 0.3.0, and no longer with dependency on [geocore](https://pub.dev/packages/geocore).
32+
* [geocore](https://pub.dev/packages/geocore/versions/0.10.0) (0.10.0), see [changelog](dart/geocore/CHANGELOG.md#0100) for details
133

234
## 2022-08-21
335

README.md

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ schemes, vector data models and formats, and geospatial Web APIs.
1111

1212
[![Dart](https://img.shields.io/badge/dart-%230175C2.svg?style=for-the-badge&logo=dart&logoColor=white)](https://dart.dev/) [![Flutter](https://img.shields.io/badge/Flutter-%2302569B.svg?style=for-the-badge&logo=Flutter&logoColor=white)](https://flutter.dev/)
1313

14+
✨ 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.
15+
1416
## :package: Packages
1517

1618
[Dart](https://dart.dev/) code packages published at
@@ -196,6 +198,11 @@ Code | Description
196198

197199
## :newspaper_roll: News
198200

201+
2023-10-29
202+
* ✨ 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
203+
* [geobase version 1.0.0](https://github.com/navibyte/geospatial/issues/175)
204+
* [geodata version 1.0.0](https://github.com/navibyte/geospatial/issues/187)
205+
199206
2023-09-30
200207
* [geobase version 0.6.0](https://github.com/navibyte/geospatial/issues/193)
201208
* ✨ Optimizing data structures (*Position*, *PositionSeries*, *Box*) used by simple geometries. Fixes, tests and documentation.
@@ -207,23 +214,6 @@ Code | Description
207214
* [geodata version 0.12.0](https://github.com/navibyte/geospatial/issues/177)
208215
* ✨ Better client-side support for OGC API Features (Part 1 and 2).
209216

210-
2023-03-19
211-
* ✨ New: Updated docs with class and flow diagrams:
212-
* [geobase](https://pub.dev/packages/geobase/versions/0.4.2) (0.4.2)
213-
* [geodata](https://pub.dev/packages/geodata/versions/0.11.4) (0.11.4)
214-
215-
2022-12-02
216-
* [geobase version 0.4.0](https://github.com/navibyte/geospatial/issues/161)
217-
* [geodata version 0.11.0](https://github.com/navibyte/geospatial/issues/162)
218-
219-
2022-08-21
220-
* [geobase](https://pub.dev/packages/geobase/versions/0.3.0) (0.3.0), see [changelog](dart/geobase/CHANGELOG.md#030) for details
221-
* ✨ New: Data structures for simple geometries, features and feature collections.
222-
* ✨ 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.
223-
* [geodata](https://pub.dev/packages/geodata/versions/0.10.0) (0.10.0), see [changelog](dart/geodata/CHANGELOG.md#0100) for details
224-
* ✨ New: Updated with latest [geobase](https://pub.dev/packages/geobase) version 0.3.0, and no longer with dependency on [geocore](https://pub.dev/packages/geocore).
225-
* [geocore](https://pub.dev/packages/geocore/versions/0.10.0) (0.10.0), see [changelog](dart/geocore/CHANGELOG.md#0100) for details
226-
227217
See also older news in the [changelog](CHANGELOG.md) of this repository.
228218

229219
## :building_construction: Roadmap

0 commit comments

Comments
 (0)