All Versions
13
Latest Version
Avg Release Cycle
114 days
Latest Release
1862 days ago

Changelog History
Page 1

  • v0.1.6 Changes

    February 21, 2019
    • ๐Ÿ“š Documentation updates
    • O1 instead of O2 for compiled code
  • v0.1.5 Changes

    February 21, 2019
    • โšก๏ธ Updates for GHC 8.6
    • โšก๏ธ Updates for GHC 8.2 (Schell Scivally)
    • โž• Add "-c/--compiled" flag for faster code (traded for slower recompilation)
  • v0.1.4 Changes

    March 23, 2017
    • โœ‚ Remove extraneous argument from compileExpression
    • ๐Ÿ›  Fix change detection for editors that delete and recreate files rather than modifying them
    • Ignores emacs flycheck/flymake and before-save files (Schell Scivally)
    • โž• Add ability to pass just file contents rather than an actual file
    • โž• Add ability to turn off language features (e.g. NoImplicitPrelude)
    • โž• Add liveExpression
  • v0.1.3 Changes

    February 24, 2017
    • ๐Ÿ‘ Allows Halive to be used in a nix environment (Jude Taylor)
  • v0.1.2 Changes

    January 02, 2017
    • โช Restores ability for Halive to watch surrounding files in a dir (and lays groundwork to allow configuration of which filetypes are watched)
  • v0.1.1 Changes

    December 28, 2016
    • ๐Ÿ‘ GHC8 support
    • ๐Ÿ Windows support
    • ๐Ÿ›  Only restarts your program once all type errors are fixed.
    • Halive-as-a-library, aka "SubHalive"
    • halive exe now uses SubHalive as core.
    • โž• Add persistState utility to store/restore state in a State monad, for easily preserving program state across recompilations
    • ๐Ÿ“ฆ Prioritize stack's "local-pkg-db:" over "snapshot-pkg-db:" to allow overriding packages just as stack does
    • Switch to SDL for demo
    • โž• Add the demo as a test-suite to manage its dependencies
  • v0.1.0.7 Changes

    August 12, 2015
    • ๐Ÿ‘ Implement support for stack projects
  • v0.1.0.6 Changes

    August 07, 2015
    • โœ‚ Remove system-filepath
  • v0.1.0.5 Changes

    June 29, 2015
    • 7.8 compatibility fix
  • v0.1.0.4 Changes

    June 23, 2015
    • โž• Add Halive.Concurrent to help with killing threads when restarting a program