Skip to content

Releases: dtolnay/prettyplease

0.1.15

22 Jun 04:40
0.1.15
b8152b8
Compare
Choose a tag to compare
  • Support feature(generic_arg_infer)
  • Support feature(inline_const)
  • Support feature(associated_const_equality)
  • Support type aliases inside foreign modules

0.1.14

19 Jun 04:51
0.1.14
155cba2
Compare
Choose a tag to compare
  • Improve indentation of method calls that have a multiline turbofish (#23)
  • Improve formatting of closures with multiline body (#24)

0.1.13

18 Jun 22:10
0.1.13
d06cc23
Compare
Choose a tag to compare
  • Support for raw reference syntax — &raw const expr, &raw mut expr (#21)

0.1.12

16 Jun 22:46
0.1.12
0834d66
Compare
Choose a tag to compare
  • Expose prettyplease version number as env::var("DEP_PRETTYPLEASE01_VERSION") to downstream build scripts (#20)

0.1.11

26 May 19:23
0.1.11
9aefa72
Compare
Choose a tag to compare
  • Fix indentation of multiline return types (#17)

0.1.10

24 Apr 19:18
0.1.10
e520a62
Compare
Choose a tag to compare
  • Trim trailing spaces from comments (#16)

0.1.9

27 Mar 19:18
0.1.9
9b5c86e
Compare
Choose a tag to compare
  • Support variadic functions with a named variadic arg (#14)

0.1.8

26 Mar 01:06
0.1.8
bb397fe
Compare
Choose a tag to compare
  • Remove support for inner attributes on non-block expressions (#9, rust-lang/rust#83312)
  • Improve spacing of nested macro calls (#11)

0.1.7

26 Mar 01:05
0.1.7
54ddaa6
Compare
Choose a tag to compare
  • Tweak spacing around equal-sign inside attributes
  • Render empty verbatim item as a blank line

0.1.6

26 Mar 01:04
0.1.6
85cc744
Compare
Choose a tag to compare
  • Improve spacing of UseTree::Group involving empty groups