Notable library changes are documented here in a format based on Keep a Changelog. We generally follow Semantic Versioning.
–
This release only updates documentation.
This release only updates documentation.
This release only updates documentation.
This release only updates documentation.
This release only updates documentation.
This release only updates documentation.
- Respect Unicode identifiers in
name sanitization.
If you only use ASCII file paths, then this change has no effect. Essentially,
non-ASCII characters that are valid in identifiers (from Rust 1.53.0) are
preserved instead of replaced by an underscore
"_"
.
- Fix portability of generated relative paths by always separating components
with a slash
/
, even on platforms that natively use a backslash\
instead.
- Activate traits for
syn::Path
missing during build of test project.
Initial development release.