Releases: dlang-community/dfmt
Releases · dlang-community/dfmt
v0.4.5
v0.4.4
v0.4.3
Issues fixed since 0.4.2: https://github.com/Hackerpilot/dfmt/issues?q=milestone%3A0.4.3+is%3Aclosed
Changes from 0.4.2: v0.4.2...v0.4.3
v0.4.2
Issues closed in this release: https://github.com/Hackerpilot/dfmt/issues?q=milestone%3A0.4.2+is%3Aclosed
Changes from 0.4.1: v0.4.1...v0.4.2
v0.4.1
- #189: Better formatting for "in" expressions where the right
side of the "in" operator is a function literal - #190: Fix a bug where whitespace was removed from some ASM
statements. - #191: Add "-i" as an alias for the "--inplace" option and
document the existence of "-t" as an alias for the
"--indent_style" option. - #192: Fix a mistake in the README