Releases: lspitzner/brittany
0.13.1.2
https://hackage.haskell.org/package/brittany-0.13.1.2
- #347: Allowed hspec 2.8. Thanks @felixonmars!
0.13.1.1
0.13.1.0
https://hackage.haskell.org/package/brittany-0.13.1.0
- #330: Started sorting imports. Thanks @expipiplus1!
0.13.0.0
https://hackage.haskell.org/package/brittany-0.13.0.0
- #324: Added support for GHC 8.10.
- Dropped support for GHC 8.4, 8.2, and 8.0.
- Thanks @jneira, @bubba, @infinity0, and @expipiplus1!
0.12.2.0
https://hackage.haskell.org/package/brittany-0.12.2.0
#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!