All Versions
94
Latest Version
Avg Release Cycle
25 days
Latest Release
727 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v1.4.17 Changes
June 08, 2020๐ Fixed
- ๐ Fix
#![rustfmt::skip]
and its variants getting ignored.
- ๐ Fix
-
v1.4.16
June 08, 2020 -
v1.4.15 Changes
May 19, 2020๐ Changed
- โก๏ธ Update
rustc-ap-*
crates to 659.0.0.
- โก๏ธ Update
-
v1.4.14 Changes
April 14, 2020๐ Changed
- โก๏ธ Update
rustc-ap-*
crates to 654.0.0.
- โก๏ธ Update
-
v1.4.13 Changes
March 31, 2020๐ Changed
- โก๏ธ Update
rustc-ap-*
crates to 650.0.0.
- โก๏ธ Update
-
v1.4.12 Changes
February 14, 2020๐ Changed
- โก๏ธ Update
rustc-ap-*
crates to 642.0.0.
- โก๏ธ Update
-
v1.4.11 Changes
December 10, 2019๐ Fixed
- ๐ Fix adding an extra block to async closure.
-
v1.4.10 Changes
October 25, 2019๐ Changed
- ๐ Use the
--offline
mode if possible when invoking cargo metadata. - โก๏ธ Update
rustc-ap-*
crates to 610.0.0.
๐ Fixed
- ๐ Fix ignoring newline settings when running in the
--check
mode. - ๐ Fix removing attributes on block.
- ๐ Fix removing comments in various places.
- ๐ Fix generating unparsable code when comments is at the end of function parameters.
- ๐ Fix panicking against a closure with an empty block.
- ๐ Fix various poor formattings.
- ๐ Use the
-
v1.4.9 Changes
October 07, 2019๐ Changed
- โก๏ธ Update
rustc-ap-*
crates to 606.0.0.
๐ Fixed
- ๐ Fix aligning comments of different group
- ๐ Fix flattening imports with a single
self
. - ๐ Fix removing attributes on function parameters.
- ๐ Fix removing
impl
keyword from opaque type.
- โก๏ธ Update
-
v1.4.8 Changes
September 08, 2019๐ Changed
- โก๏ธ Update
rustc-ap-*
crates to 583.0.0.
- โก๏ธ Update