Skip to content

Commit

Permalink
docs: stable release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
navispatial committed Oct 29, 2023
1 parent 12d0d2b commit 2ed5bbd
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 17 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
2023-10-29
* ✨ 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
* [geobase version 1.0.0](https://github.com/navibyte/geospatial/issues/175)
* [geodata version 1.0.0](https://github.com/navibyte/geospatial/issues/187)

2023-09-30
* [geobase version 0.6.0](https://github.com/navibyte/geospatial/issues/193)
* ✨ Optimizing data structures (*Position*, *PositionSeries*, *Box*) used by simple geometries. Fixes, tests and documentation.
* [geodata version 0.13.0](https://github.com/navibyte/geospatial/issues/198)

2023-08-11
* [geobase version 0.5.0](https://github.com/navibyte/geospatial/issues/174)
* ✨ Spherical geodesy functions (distance, bearing, destination point, etc.) for *great circle* and *rhumb line* paths.
* [geodata version 0.12.0](https://github.com/navibyte/geospatial/issues/177)
* ✨ Better client-side support for OGC API Features (Part 1 and 2).

2023-03-19
* ✨ New: Updated docs with class and flow diagrams:
* [geobase](https://pub.dev/packages/geobase/versions/0.4.2) (0.4.2)
* [geodata](https://pub.dev/packages/geodata/versions/0.11.4) (0.11.4)

2022-12-02
* [geobase version 0.4.0](https://github.com/navibyte/geospatial/issues/161)
* [geodata version 0.11.0](https://github.com/navibyte/geospatial/issues/162)

2022-08-21
* [geobase](https://pub.dev/packages/geobase/versions/0.3.0) (0.3.0), see [changelog](dart/geobase/CHANGELOG.md#030) for details
* ✨ New: Data structures for simple geometries, features and feature collections.
* ✨ 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.
* [geodata](https://pub.dev/packages/geodata/versions/0.10.0) (0.10.0), see [changelog](dart/geodata/CHANGELOG.md#0100) for details
* ✨ 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).
* [geocore](https://pub.dev/packages/geocore/versions/0.10.0) (0.10.0), see [changelog](dart/geocore/CHANGELOG.md#0100) for details

## 2022-08-21

Expand Down
24 changes: 7 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ schemes, vector data models and formats, and geospatial Web APIs.

[![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/)

✨ 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.

## :package: Packages

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

## :newspaper_roll: News

2023-10-29
* ✨ 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
* [geobase version 1.0.0](https://github.com/navibyte/geospatial/issues/175)
* [geodata version 1.0.0](https://github.com/navibyte/geospatial/issues/187)

2023-09-30
* [geobase version 0.6.0](https://github.com/navibyte/geospatial/issues/193)
* ✨ Optimizing data structures (*Position*, *PositionSeries*, *Box*) used by simple geometries. Fixes, tests and documentation.
Expand All @@ -207,23 +214,6 @@ Code | Description
* [geodata version 0.12.0](https://github.com/navibyte/geospatial/issues/177)
* ✨ Better client-side support for OGC API Features (Part 1 and 2).

2023-03-19
* ✨ New: Updated docs with class and flow diagrams:
* [geobase](https://pub.dev/packages/geobase/versions/0.4.2) (0.4.2)
* [geodata](https://pub.dev/packages/geodata/versions/0.11.4) (0.11.4)

2022-12-02
* [geobase version 0.4.0](https://github.com/navibyte/geospatial/issues/161)
* [geodata version 0.11.0](https://github.com/navibyte/geospatial/issues/162)

2022-08-21
* [geobase](https://pub.dev/packages/geobase/versions/0.3.0) (0.3.0), see [changelog](dart/geobase/CHANGELOG.md#030) for details
* ✨ New: Data structures for simple geometries, features and feature collections.
* ✨ 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.
* [geodata](https://pub.dev/packages/geodata/versions/0.10.0) (0.10.0), see [changelog](dart/geodata/CHANGELOG.md#0100) for details
* ✨ 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).
* [geocore](https://pub.dev/packages/geocore/versions/0.10.0) (0.10.0), see [changelog](dart/geocore/CHANGELOG.md#0100) for details

See also older news in the [changelog](CHANGELOG.md) of this repository.

## :building_construction: Roadmap
Expand Down

0 comments on commit 2ed5bbd

Please sign in to comment.