nixfmt v0.5.0 Release Notes

Release Date: 2022-03-15 // about 2 years ago
    • โž• Add a nix flake to the nixfmt project.
    • โž• Add a --verify flag to check idempotency.
    • ๐Ÿ‘Œ Support nix path (./${foo}.nix) interpolations.
    • ๐Ÿ›  Fix escaping of interpolations after single quotes.
    • ๐Ÿ›  Fix handling of multiline strings with spaces in the last line.

Previous changes from v0.4.0

    • Report non-conforming files on the same line to aid line-oriented processing.
    • ๐Ÿ›  Fix help, summary, and version flag contents.
    • ๐Ÿ›  Fix indentation of leading comments in parens.