Skip to content

Commit d89819a

Browse files
committed
pub(geobase): stable release 1.1.0
1 parent afea273 commit d89819a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dart/geobase/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[geobase release 1.1.0](https://github.com/navibyte/geospatial/milestone/1)
44

5-
NOTE: Version 1.1.0 currently under development (1.1.0-dev.0).
5+
✨ New (2024-04-22): Support for Newline-delimited GeoJSON, EWKT and EWKB added. Check out [the blog post](https://medium.com/@navibyte/decode-and-encode-geojson-wkt-and-wkb-in-dart-and-flutter-apps-ab2ef4ece2f1).
66

77
🧩 Features:
88
* [Enhanced coordinate value output for positions and text data formats #98](https://github.com/navibyte/geospatial/issues/98)

dart/geobase/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ and [WKB](https://en.wikipedia.org/wiki/Well-known_text_representation_of_geomet
1010

1111
## Features
1212

13-
✨ New (2023-10): 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.
13+
✨ New (2024-04-22): Support for Newline-delimited GeoJSON, EWKT and EWKB added. Check out [the blog post](https://medium.com/@navibyte/decode-and-encode-geojson-wkt-and-wkb-in-dart-and-flutter-apps-ab2ef4ece2f1).
1414

15-
✨ New (2023-09): Optimizing data structures (*Position*, *PositionSeries*, *Box*) used by simple geometries. Fixes, tests and documentation.
15+
✨ New (2023-10): 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.
1616

1717
✨ New (2023-07): Spherical geodesy functions (distance, bearing, destination point, etc.) for *great circle* and *rhumb line* paths.
1818

@@ -276,7 +276,7 @@ Add the dependency in your `pubspec.yaml`:
276276

277277
```yaml
278278
dependencies:
279-
geobase: ^1.1.0-dev.0
279+
geobase: ^1.1.0
280280
```
281281
282282
Import it:

dart/geobase/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: geobase
22
description: Geospatial data, spherical geodesy, projections, tiling schemes, and vector formats (GeoJSON, WKT, WKB).
3-
version: 1.1.0-dev.0
3+
version: 1.1.0
44
repository: https://github.com/navibyte/geospatial
55
homepage: https://github.com/navibyte/geospatial/tree/main/dart/geobase
66

0 commit comments

Comments
 (0)