Releases: smoelius/rustdoc-prettier
Releases · smoelius/rustdoc-prettier
v0.5.1
0.5.1
- Improve error messages; don't require
assert_cmd
to install (#66)
v0.5.0
0.5.0
- FEATURE: Raise an error when no matching files are found (#64)
- FEATURE: Properly handle
--check
(#61)
v0.4.0
0.4.0
- FEATURE: Search parent directories for a rustfmt.toml file (6cce81f)
- Upgrade
rewriter
to version 0.2 (878f571)
v0.3.0
0.3.0
- FEATURE: Spawn no more than
std::threads::available_parallelism() - 1
threads at any time (#32)
v0.1.1
0.1.1
- Improve error messages (#3)
- If the current directory contains a rustfmt.toml file with a
max_width
key, use it to generate a --max-width
option (#4)