- Add
--quiet
flag in order to supress non essential output.
- Revert
quick-xml
to upstream version. Update dependencies.
- Updated dependencies, build with Rust 1.45.2
- Updated dependencies, build with Rust 1.44.
- Patched upstream version of
quick-xml
, to fix an issue with bytes dropped from compressed output.
- Criterion Benchmark Suite
- Breaking change: --category and --input options are now mandatory.
- Small speedup than using stdin, stdout.
- Update dependencies
- Use flate2 for compression / decompression
- Speedup for compressing / decompressing files, through inserting io buffers.
- Support for zipped file extensions
- Updated dependencies
- Build with Rust 1.40.0
- Does not show progress bar if writing to stdout
- Updated dependencies
- Build with Rust 1.39.0
- Updated dependencies
- Build with Rust 1.38.0
- Updated dependencies
- Build with Rust 1.37.0
- Updated dependencies
- Build with Rust 1.36.0
- Visual C Runtime is now linked statically into windows executable and no longer a runtime requirement.
- Updated dependencies
- Build with Rust 1.35.0
- Update dependencies
- Build with Rust 1.34.0
- Updated dependencies
- Build with Rust 1.33.0
- Fixed a Bug during escaping character data for XML. It did cause a panic or faulty output, if in the sequence to escape character points larger than one byte did appear before the first escaped character.
- Updated dependencies
- Build with Rust 1.32.0
- Updated dependencies
- Build with Rust 1.30.0
- Enabled link time optimizations
- Updated dependencies
- Build with Rust 1.29.0
- Updated dependencies
- Build with Rust 1.28.0
- Updated dependencies
- Build with Rust 1.27.0
- Fix: Replaced
io::Write::write
withio::Write::write_all
. The former may not write all the bytes, which can result in invalid output. The symptom could not be produced by a test, but has been indicated by a linter (clippy).
- MIT License
- Support for stdin and stdout
- Support for customer extensions
introduced to test release process
--category
is now a positional argument.
New --record-type
option.
New --delimiter
option.