All Versions
17
Latest Version
1.1
Avg Release Cycle
17 days
Latest Release
2115 days ago

Changelog History
Page 1

  • v1.1 Changes

    June 13, 2018

    👌 Support for GHC 8.4.2

  • v1.0 Changes

    November 22, 2017
    • Implemented the first version of Organize Extensions refactoring.
    • Improving error handling and documentation
    • Solved memory leaks in the case of successive refactorings.
    • Solved various errors related to code generate, reloading.
  • v1.0.0.4 Changes

    January 12, 2018

    ⚡️ Updated dependency versions.

  • v1.0.0.3 Changes

    January 02, 2018

    ⬆️ Bumped dependency on http-types

  • v1.0.0.2 Changes

    December 12, 2017

    ⚡️ Updated dependency versions.

  • v1.0.0.1 Changes

    December 06, 2017

    ⬆️ Bumped tasty and tasty-hunit version dependencies.

  • v0.9 Changes

    • CLI now uses daemon as a backend. Functionalities are merged.
    • Command-line interfaces refined
    • File system modifications are now detected by the daemon.
    • The daemon now can create unified diffs for showing changes.
    • The daemon now can undo refactorings it did before.
  • v0.8.1

    July 31, 2017
  • v0.8 Changes

    July 01, 2017
    • The tool now handles Main modules.
    • Only those modules are loaded that cabal would load.
    • Multiple improvements for the handling of Template Haskell.
    • Some minor fixes in loading and refactoring.
  • v0.7 Changes

    • Implemented a complete handling of conditional compilation preprocessor pragmas.
    • Fixed problems about the scope-checking for validity.
    • Rename is now able to rename module aliases.
    • Removed unnecessary changes during re-loading.
    • Version checking between the client and the daemon.