Skip to content

Releases: jeffhuen/RustyXML

v0.2.3

16 Feb 22:37

Choose a tag to compare

Bump version to 0.2.3

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.2.1

12 Feb 06:53

Choose a tag to compare

Bump version to 0.2.1

v0.2.0

04 Feb 09:01

Choose a tag to compare

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

30 Jan 05:32

Choose a tag to compare

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

26 Jan 17:57

Choose a tag to compare

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>