We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 648b75d commit 3621bf3Copy full SHA for 3621bf3
CHANGELOG
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+- 0.11.0.0 (2020-02-24)
4
+ * Disable record formatting by default
5
+ * Allow more customization for record formatting (by Maxim Koltsov)
6
+ * Disable formatting of data types without records (by Maxim Koltsov)
7
+ * Add `-r` flag to recursively find Haskell files (by Akos Marton)
8
+
9
- 0.10.0.0 (2020-01-26)
10
* Switch to HsYAML library (by vijayphoenix)
11
* Expose `format` from main library (by Łukasz Gołębiewski)
stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.10.0.0
+Version: 0.11.0.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3
0 commit comments