- #101: Write speed to GPX 1.0 files
- #100: Add write examples to
README.md
- #97: Allow empty strings in
<name>
within<metadata>
- #94: Bump MSRV to 1.67.
- #93: Allow empty strings in
<text>
and<type>
of<link>
- #91: Optimize deps: Drop
error_chain
and moveassert_approximate_eq
to dev-deps
- #90: Allow
<extensions>
tags on the root element.
-
#87: Rename
Route::_type
,Track::_type
,Waypoint::_type
,Link::_type
totype_
-
#86: Bump MSRV to 1.65
-
#84: Allow nested
<extensions>
tags -
#78: Replace RFC 3339 by ISO 8601 for de-/encoding time stamps, fix error handling bug on track parsing, apply Clippy suggestion
- #65: Replace
chrono
totime
crate - #66: Allow
extensions
tags inside ofroute
- #68: Bump CI minimum rust version to 1.53, max to 1.59
- #67: Add
xmlns
attribute in written gpx for better garmin compatibility - #73: Bump CI minimum rust version to 1.56, max to 1.59
- #74: Address deprecation warnings from geo-types
- #71: Allow empty waypoint names
- #72: Allow empty elevation tags
- #61: Allow custom xml::EventWriter in write(add
write_with_event_writer
) - #62: Implementing serde (De)Serialize for GPX structs
- #42: Track extensions
- #57: Support Number on Tracks
- #55: Allow
name
tags inside oftrk
s to be empty
- #49: Use correct XML tag "desc" instead of "description"
- #48: Support parsing copyright tag in metadata
- #24: Parse
link
elements insidetrk
tags,extensions
insidemetadata
Just different dependency updates.
- #22: Support writing GPX files
- #20: Switch from
geo
togeo-types
d7fec64
: Support geoidheight waypoint tag
5869643
: Bump dependencies:geo
,xml-rs
78ce583
: Rework parsing: More strict and (hopefully) cleaner
The 0.3.0 release contains added support for GPX 1.0, "bounds" support for tracks, and improved error reporting.
385ca1c
: Support GPX 1.0 (#6)9680234
: Handle the GPX version attribute (#6)6e07049
: Handle bounds attribute (#6)92dbb56
: Include the child tag name into 'InvalidChildElement' error. (#7)
The 0.2.0 release contains new changes that add GPX waypoint accuracy information and Clone
for public types.