File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 11# Revision history for brittany
22
3+ ## 0.12.2.0 -- November 2020
4+
5+ * #207 : Fix newtype indent in associated type family.
6+ * #231 : Improve comments-affecting-layout behaviour for tuples.
7+ * #259 : Data declaration for newtype and records. Thanks @eborden !
8+ * #263 : Fix non-idempotent newlines with comment + where.
9+ * #273 : Error handling.
10+ * #281 : Fix moving comment in export list (haddock header).
11+ * #286 : Fix comments in instance/type instances.
12+ * #287 : Add support for pattern synonyms. Thanks @RaoulHC !
13+ * #293 : Expose main function as a module. Thanks @soareschen !
14+ * #303 : Readme: Supports 8.8. Thanks @andys8 !
15+ * #311 : Allows aeson-1.5.* . Thanks @jkachmar !
16+ * #313 : Nondecreasing export list formatting. Thanks @expipiplus1 !
17+
318## 0.12.1.1 -- December 2019
419
520* Bugfixes:
90105
91106 multiline-comments are supported too, although
92107 the specification must still be a single line. E.g.
93-
108+
94109 > "{- brittany --columns 50 -}"
95-
110+
96111 CONFIG is either:
97-
112+
98113 1) one or more flags in the form of what brittany accepts
99114 on the commandline, e.g. "--columns 50", or
100115 2) one or more specifications in the form of what brittany
Original file line number Diff line number Diff line change 11name : brittany
2- version : 0.12.1.1
2+ version : 0.12.2.0
33synopsis : Haskell source code formatter
44description : {
55 See <https://github.com/lspitzner/brittany/blob/master/README.md the README> .
You can’t perform that action at this time.
0 commit comments