Releases: jeffhuen/RustyXML
Releases · jeffhuen/RustyXML
v0.2.3
v0.2.1
Bump version to 0.2.1
v0.2.0
Trim Hex description to 300-char limit, bump Cargo to v0.2.0 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
v0.1.1
CI hygiene, dead code removal, and test coverage expansion - Add cargo clippy -D warnings, cargo test, and mix credo --strict to CI - Replace crate-level #![allow(dead_code/unused_imports)] with targeted per-module allows; remove 5 unused DocumentAccess imports - Eliminate 3 unwrap() calls in xpath internals - Remove dead scaffolding: BufferedReader (Strategy B), xpath_map/xmap - Add 38 tests for previously untested APIs (1334 total) - Trim changelog to user-visible changes only Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
v0.1.0
Improve package description for SEO - Lead with "Ultra-fast, W3C-compliant XML parser" - Add concrete performance claims (6-40x faster, 99% less memory) - Mention xmerl explicitly for discoverability - Include key features: ~x sigil, streaming support Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>