Releases: MercuryTechnologies/ghciwatch
Releases · MercuryTechnologies/ghciwatch
v0.3.3
What's Changed
- Add eval support by @9999years in #86
- Release version 0.3.3 by @9999years in #102
Full Changelog: v0.3.2...v0.3.3
v0.3.1
What's Changed
- Use crane for Nix builds by @9999years in #54
- Move to multi-crate workspace by @9999years in #55
- Add test Haskell project by @9999years in #56
- Add garnix.io for caching and CI by @9999years in #66
- Add IO helpers for test harness by @9999years in #61
- Fewer processes and
Sender
s by @Gabriella439 in #49 - Add test harness by @9999years in #57
- Add integration tests by @9999years in #44
- Parse shell command arguments by @9999years in #70
- Run command(s) on start by @9999years in #71
- Add before-start hook to the test harness by @9999years in #73
- Rewrite
:show modules
parser withwinnow
by @9999years in #74 - Make
IncrementalReader
return strings, not lists of lines by @9999years in #75 - Split
Ghci::reload
up by @9999years in #76 - Fix "module defined in multiple files" by parsing GHC diagnostics by @9999years in #77
- Fix branch labeler by @9999years in #79
- Fix release process by @9999years in #83
- Release version 0.3.1 by @9999years in #85
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Move
Ghci
out of theArc<Mutex<_>>
by @9999years in #39 - Remove
GhciStdin
process by @Gabriella439 in #45 - Add JSON logging by @9999years in #47
- Release version 0.3.0 by @9999years in #48
New Contributors
- @Gabriella439 made their first contribution in #45
Full Changelog: v0.2.2...v0.3.0
v0.2.2
What's Changed
- Fix "module defined in multiple files" by @9999years in #37
- Release version 0.2.2 by @9999years in #38
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Don't run tests when compilation fails by @9999years in #32
- Release version 0.2.1 by @9999years in #33
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Strip ANSI escapes when writing
ghcid.txt
by @9999years in #9 - Log errors in async tasks by @9999years in #8
- Label new issues with
linear
by @9999years in #26 - Run tests on save by @9999years in #11
- Release version 0.2.0 by @9999years in #31
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- Add README by @9999years in #1
- Implement MVP by @9999years in #2
- Implement
--debounce
and--poll
by @9999years in #3 - Add CI by @9999years in #4
- Implement
--errors
forghcid.txt
by @9999years in #5 - Fix
cargo release
by @9999years in #6 - Release version 0.1.1 by @9999years in #7
New Contributors
- @9999years made their first contribution in #1
Full Changelog: https://github.com/MercuryTechnologies/ghcid-ng/commits/v0.1.1