Version 0.12.2.0

pull/294/merge 0.12.2.0
Taylor Fausak 2020-11-15 12:44:05 -05:00
parent 2da92c403a
commit b960a3f4ac
2 changed files with 19 additions and 4 deletions

View File

@ -1,5 +1,20 @@
# Revision history for brittany # Revision history for brittany
## 0.12.2.0 -- November 2020
* #207: Fix newtype indent in associated type family.
* #231: Improve comments-affecting-layout behaviour for tuples.
* #259: Data declaration for newtype and records. Thanks @eborden!
* #263: Fix non-idempotent newlines with comment + where.
* #273: Error handling.
* #281: Fix moving comment in export list (haddock header).
* #286: Fix comments in instance/type instances.
* #287: Add support for pattern synonyms. Thanks @RaoulHC!
* #293: Expose main function as a module. Thanks @soareschen!
* #303: Readme: Supports 8.8. Thanks @andys8!
* #311: Allows aeson-1.5.*. Thanks @jkachmar!
* #313: Nondecreasing export list formatting. Thanks @expipiplus1!
## 0.12.1.1 -- December 2019 ## 0.12.1.1 -- December 2019
* Bugfixes: * Bugfixes:
@ -90,11 +105,11 @@
multiline-comments are supported too, although multiline-comments are supported too, although
the specification must still be a single line. E.g. the specification must still be a single line. E.g.
> "{- brittany --columns 50 -}" > "{- brittany --columns 50 -}"
CONFIG is either: CONFIG is either:
1) one or more flags in the form of what brittany accepts 1) one or more flags in the form of what brittany accepts
on the commandline, e.g. "--columns 50", or on the commandline, e.g. "--columns 50", or
2) one or more specifications in the form of what brittany 2) one or more specifications in the form of what brittany

View File

@ -1,5 +1,5 @@
name: brittany name: brittany
version: 0.12.1.1 version: 0.12.2.0
synopsis: Haskell source code formatter synopsis: Haskell source code formatter
description: { description: {
See <https://github.com/lspitzner/brittany/blob/master/README.md the README>. See <https://github.com/lspitzner/brittany/blob/master/README.md the README>.