All Versions
10
Latest Version
Avg Release Cycle
115 days
Latest Release
1366 days ago
Changelog History
Changelog History
-
v5.3.1
June 28, 2019 -
v5.3.0
April 29, 2019 -
v5.2.7
June 29, 2018 -
v5.2.6
June 28, 2018 -
v5.2.5 Changes
January 04, 2018๐ In this release, we upgrade haskell-src-exts dependency to
>= 1.20.0
. Detail changelog as follows:* Support get extensions from `.cabal` file * Improve indention with record constructions and updates * Fix `let ... in` bug * Fix top-level lambda expressions in TemplateHaskell slices * Update to haskell-src-exts dependency to version `>= 1.20.0`
-
v5.2.4 Changes
October 20, 2017๐ In this release, many bugs related to infix operators got fixed. The
import
declarations andLANGUAGE
pragmas have also been optimized.- ๐จ Pretty print imports
- ๐ Fix pretty print for string literals for
DataKinds
- ๐ Support
--validate
option for checking the format without reformatting - ๐ Support parse
#include
,#error
,#warning
directives - ๐ Support read
LANGUAGE
pragma and parse the declared extensions from source - Treat
TypeApplications
extension as 'badExtensions' due to the@
symbol - ๐ Improve pretty print for unboxed tuples
- ๐ Fix many issues related to infix operators, includes TH name quotes,
INLINE
/NOINLINE
pragmas, infix type operator and infix constructor - ๐ Fix pretty print for operators in
INLINE
/NOINLINE
pragmas - ๐ Support for
EmptyCases
extension - ๐ Fix TH name quotes on operator names
- โก๏ธ Optimize pretty print for many fundeps
- ๐ Fix extra linebreaks after short identifiers
-
v5.2.3
May 07, 2017 -
v5.2.2
January 06, 2017 -
v5.2.1
September 01, 2016 -
v5.2.0
August 30, 2016