All Versions
13
Latest Version
Avg Release Cycle
114 days
Latest Release
1499 days ago
Changelog History
Page 1
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