Skip to content

Releases: smoelius/rustdoc-prettier

v0.5.1

02 Jun 12:24
Compare
Choose a tag to compare

0.5.1

  • Improve error messages; don't require assert_cmd to install (#66)

v0.5.0

01 Jun 11:05
Compare
Choose a tag to compare

0.5.0

  • FEATURE: Raise an error when no matching files are found (#64)
  • FEATURE: Properly handle --check (#61)

v0.4.0

29 Apr 08:48
Compare
Choose a tag to compare

0.4.0

  • FEATURE: Search parent directories for a rustfmt.toml file (6cce81f)
  • Upgrade rewriter to version 0.2 (878f571)

v0.3.0

14 Dec 22:07
Compare
Choose a tag to compare

0.3.0

  • FEATURE: Spawn no more than std::threads::available_parallelism() - 1 threads at any time (#32)

v0.2.0

19 Aug 09:19
Compare
Choose a tag to compare

0.2.0

v0.1.1

28 Jul 09:27
Compare
Choose a tag to compare

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)