Changelog of @hackage/apply-refact 0.9.0.0
v0.9.0.0
- #106, expose Refact.Internal
- #104, ensure space between "do" and the next identifier
- support GHC 8.10.3
- #101, do not apply a refactoring if it drops comments
- #100, add applyRefactorings', which is like applyRefactoring, but takes a parsed module and annotations, rather than a FilePath to parse
- #98, make applyRefactoring take a list of GHC extensions
- #97, fix a bug where backquotes surrounding substitution variables are dropped after substitution
- #85, show actual type (if any) if expected type is not found
- #84, improve error message of findGen
- #81, remove hint description from the input of applyRefactorings
- #79, improve error message when neither target nor refact file is specified
- #78, remove some exported functions in Refact.Apply that are only relevant to runPipe
v0.8.2.1
- support GHC 8.8.4
- remove dependency on mtl
v0.8.2.0
- #75, support refactoring for Eta reduce
v0.8.1.0
- #68, support GHC 8.6
- #63, support GHC 8.8
- #64, add LANGUAGE pragmas to DynFlag
- #62, fix a bug where "y = f(x)" is refactored into "y = fx"
- #61, fix a bug where "x < -2 * 3" is printed as "x < 2 * 3"
- #51, fix a bug where [1,2..5] is printed as [12..5]
- #59, do not process the target file if there's no hint
v0.8.0.0
- 8.10 release compatability
v0.7.0.0
- 8.8 release compatability
- Specify language extensions using -X
v0.6.0.0
- 8.6 release compatibility
v0.5.0.0
- 8.4 release compatibility
v0.4.1.0
* 8.2 release compatibility
v0.4.0.0
* 8.2rc2 compatibility
v0.3.0.1
* Version bound tweaking to build with optparse-applicative 0.13
v0.3
* GHC 8.0 compatibility
v0.2
- API refactoring to make the tool usable as a library.
v0.1
- Initial Release