Thread overview
dfmt 0.4.1
Oct 21, 2015
Brian Schott
Oct 22, 2015
John Colvin
Oct 23, 2015
John Colvin
October 21, 2015
dfmt is a formatter for D source code.

Changes from 0.4.0:
* #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

https://github.com/Hackerpilot/dfmt/releases/tag/v0.4.1
October 22, 2015
On Wednesday, 21 October 2015 at 23:21:21 UTC, Brian Schott wrote:
> dfmt is a formatter for D source code.
>
> Changes from 0.4.0:
> * #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
>
> https://github.com/Hackerpilot/dfmt/releases/tag/v0.4.1

Ouch, that takes >30s to build, which feels long in D...
October 23, 2015
On Wednesday, 21 October 2015 at 23:21:21 UTC, Brian Schott wrote:
> dfmt is a formatter for D source code.
>
> Changes from 0.4.0:
> * #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
>
> https://github.com/Hackerpilot/dfmt/releases/tag/v0.4.1

For those on OS X using homebrew:

brew install dfmt

should work now.