Commit 4aa956e 1 parent a0a0b89 commit 4aa956e Copy full SHA for 4aa956e
File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 7
7
8
8
# Revision history for nixfmt
9
9
10
+ ## 0.5.0 -- 2022-03-15
11
+ * Add a nix flake to the nixfmt project.
12
+ * Add a --verify flag to check idempotency.
13
+ * Support nix path (` ./${foo}.nix ` ) interpolations.
14
+ * Fix escaping of interpolations after single quotes.
15
+ * Fix handling of multiline strings with spaces in the last line.
16
+
10
17
## 0.4.0 -- 2020-02-10
11
18
* Report non-conforming files on the same line to aid line-oriented processing
12
19
* Fix help, summary, and version flag contents.
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.0
2
2
3
- -- © 2019 Serokell <hi@serokell.io>
4
- -- © 2019 Lars Jellema <lars.jellema@gmail.com>
3
+ -- © 2022 Serokell <hi@serokell.io>
4
+ -- © 2022 Lars Jellema <lars.jellema@gmail.com>
5
5
--
6
6
-- SPDX-License-Identifier: MPL-2.0
7
7
8
8
name : nixfmt
9
- version : 0.4 .0
9
+ version : 0.5 .0
10
10
synopsis : An opinionated formatter for Nix
11
11
description :
12
12
A formatter for Nix that ensures consistent and clear formatting by forgetting
@@ -17,7 +17,7 @@ license: MPL-2.0
17
17
license-file : LICENSE
18
18
author : Lars Jellema
19
19
maintainer : lars.jellema@gmail.com
20
- copyright : 2019 Serokell, 2019 Lars Jellema
20
+ copyright : 2022 Serokell, 2022 Lars Jellema
21
21
category : Development
22
22
build-type : Simple
23
23
extra-source-files : README.md, CHANGELOG.md
You can’t perform that action at this time.
0 commit comments