Skip to content

Commit

Permalink
release 2.1.0
Browse files Browse the repository at this point in the history
- fix GpxReader to read CDATA elements
  • Loading branch information
kb0 committed Apr 15, 2022
1 parent 5cdea60 commit ae2e82c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.1.1]

* Fix GpxReader to read CDATA elements

## [2.1.0]

* Add option to KmlWriter to specify <altitudeMode> (absolute, clampToGround, relativeToGround)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ In your dart/flutter project add the dependency:
```
dependencies:
...
gpx: ^2.1.0
gpx: ^2.1.1
```

### Reading XML
Expand Down Expand Up @@ -110,4 +110,4 @@ Please file feature requests and bugs at the [issue tracker][tracker].

### License

The Apache 2.0 License, see [LICENSE](https://github.com/kb0/dart-gpx/raw/master/LICENSE).
The Apache 2.0 License, see [LICENSE](https://github.com/kb0/dart-gpx/raw/master/LICENSE).
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: gpx
description: Package for load, manipulate, and save GPS data in GPX format (a light-weight XML data format for the interchange of GPS data - waypoints, routes, and tracks).
version: 2.1.0
version: 2.1.1
homepage: https://github.com/kb0/dart-gpx/

environment:
Expand Down

0 comments on commit ae2e82c

Please sign in to comment.