Skip to content

Commit 379e8fc

Browse files
committed
docs: stable release 1.2.0
1 parent 8fcd769 commit 379e8fc

File tree

2 files changed

+35
-6
lines changed

2 files changed

+35
-6
lines changed

CHANGELOG.md

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,50 @@
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+
218
* ✨ 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
319
* [geobase version 1.0.0](https://github.com/navibyte/geospatial/issues/175)
420
* [geodata version 1.0.0](https://github.com/navibyte/geospatial/issues/187)
521

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

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

17-
2023-03-19
35+
## 2023-03-19
36+
1837
* ✨ New: Updated docs with class and flow diagrams:
1938
* [geobase](https://pub.dev/packages/geobase/versions/0.4.2) (0.4.2)
2039
* [geodata](https://pub.dev/packages/geodata/versions/0.11.4) (0.11.4)
2140

22-
2022-12-02
41+
##2022-12-02
42+
2343
* [geobase version 0.4.0](https://github.com/navibyte/geospatial/issues/161)
2444
* [geodata version 0.11.0](https://github.com/navibyte/geospatial/issues/162)
2545

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

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,12 @@ Code | Description
312312
[earthquake_map](https://github.com/navibyte/geospatial_demos/tree/main/earthquake_map) | Shows earthquakes fetched from the [USGS web service](https://earthquake.usgs.gov/earthquakes/feed/) on a basic map view. The demo uses both [geobase](https://pub.dev/packages/geobase) and [geodata](https://pub.dev/packages/geodata) packages for geospatial data accesss. Discusses also state management based on [Riverpod](https://riverpod.dev/). The map UI is based on the [Google Maps Flutter](https://pub.dev/packages/google_maps_flutter) plugin.
313313

314314
## :newspaper_roll: News
315+
316+
2024-05-26
317+
* ✨ The stable version 1.2.0 with the brand new documentation site published at [geospatial.navibyte.dev](https://geospatial.navibyte.dev/).
318+
* Published packages at pub.dev:
319+
* [geobase version 1.2.0](https://pub.dev/packages/geobase/versions/1.2.0)
320+
* [geodata version 1.2.1](https://pub.dev/packages/geodata/versions/1.2.1)
315321

316322
2024-04-22
317323
* ✨ The [stable version 1.1.0](https://github.com/navibyte/geospatial/milestone/1) adds support for Newline-delimited GeoJSON, EWKT and EWKB.
@@ -420,6 +426,7 @@ SDKs:
420426
* [Flutter](https://flutter.dev/)
421427

422428
Latest on Dart SDKs
429+
* [Dart 3.4](https://medium.com/dartlang/dart-3-4-bd8d23b4462a) with WebAssembly (WASM) updates and the roadmap for Dart *macros*.
423430
* [Dart 3.3](https://medium.com/dartlang/dart-3-3-325bf2bf6c13) with extension types, evolving JavaScript-interoperability and experimental support for WebAssembly.
424431
* [Dart 3.2](https://medium.com/dartlang/dart-3-2-c8de8fe1b91f) with improved language & developer experience.
425432
* [Dart 3](https://medium.com/dartlang/announcing-dart-3-53f065a10635) with 100% sound null safety, new features (records, patterns, and class modifiers), and a peek into the future.
@@ -433,6 +440,7 @@ Latest on Dart SDKs
433440
* [Dart 2.12](https://medium.com/dartlang/announcing-dart-2-12-499a6e689c87) with sound null safety
434441

435442
Latest on Flutter SDKs
443+
* [Flutter 3.22](https://medium.com/flutter/whats-new-in-flutter-3-22-fbde6c164fe3) running on Dart 3.4 and stable support for WebAssembly (WASM), Graphics rendering enhancements, and AI updates.
436444
* [Flutter 3.19](https://medium.com/flutter/whats-new-in-flutter-3-19-58b1aae242d2) running on Dart 3.3 and Gemini API integration, Impeller updates, and Windows Arm64 support.
437445
* [Flutter 3.16](https://medium.com/flutter/whats-new-in-flutter-3-16-dba6cb1015d1) running on Dart 3.2 and with Material 3 by default, Impeller preview for Android, etc.
438446
* [Flutter 3.13](https://medium.com/flutter/whats-new-in-flutter-3-13-479d9b11df4d) running on Dart 3.1 and with new 2D scrolling widgets and faster graphics.

0 commit comments

Comments
 (0)