Releases: MercuryTechnologies/ghciwatch
Releases · MercuryTechnologies/ghciwatch
v1.1.5
What's Changed
- [DUX-1897]: more clear output for interpreting modules for eval by @lf- in #349
- Release version 1.1.5 by @9999years in #365
Full Changelog: v1.1.4...v1.1.5
v1.1.4
What's Changed
- Update
flake.lock
, Rust toolchain, GHC by @9999years in #344 - Support GHC 9.10, 9.12 by @9999years in #358
- Release version 1.1.4 by @9999years in #359
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
- GhciEvent: rename to WatcherEvent by @lf- in #338
- Add
$GHCIWATCH_LOG
for--log-filter
by @9999years in #339 - Release version 1.1.0 by @9999years in #341
- [DUX-3004]: handle evil clients that send ANSI escapes after NL by @lf- in #345
- Release version 1.1.1 by @9999years in #347
- [DUX-3005] add envrc by @lf- in #348
- feat(patch): enable LTO and codegen-units = 1 optimizations by @zamazan4ik in #351
- Release version 1.1.2 by @9999years in #352
- Fix release CI by @9999years in #353
- Release version 1.1.3 by @9999years in #354
New Contributors
- @lf- made their first contribution in #338
- @zamazan4ik made their first contribution in #351
Full Changelog: v1.0.2...v1.1.3
v1.0.2
What's Changed
- Update README.md by @theGhostJW in #313
- add tasty integration notes by @mwotton in #321
- document multiple-components workaround by @mwotton in #322
- Publish user manual on all pushes to
main
by @9999years in #323 - Patch: Better error reporting when a watched path does not exist by @Xophmeister in #329
- Fix release workflow with PRs from forks by @9999years in #332
- Release version 1.0.2 by @9999years in #333
New Contributors
- @theGhostJW made their first contribution in #313
- @mwotton made their first contribution in #321
- @Xophmeister made their first contribution in #329
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- [NFCI]
Module
->CompilingModule
by @9999years in #289 - Fix
:show targets
/:show paths
parsing logic by @9999years in #294 - [NFCI] Use
line_ending_or_eof
consistently in parsers by @9999years in #300 - [NFCI] Unwrap
GhcMessage
in diagnostic parsers by @9999years in #299 ModuleSet
: store a set rather than a map by @9999years in #292- Fix incorrect auto-scroll/follow behavior in TUI by @evanrelf in #306
- Release version 1.0.1 by @9999years in #303
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Add treefmt CI check by @9999years in #268
- Cleanup README.md by @9999years in #283
- Add PR/issue templates by @9999years in #284
- Adding trivial test case to bump string_case.rs to 100% coverage by @atruslow in #286
- README cleanup by @9999years in #287
- Adding a small test for normal_path.rs by @atruslow in #288
- Don't restart for removed or renamed modules by @9999years in #290
- Release version 1.0.0 by @9999years in #291
Full Changelog: v0.5.16...v1.0.0
v0.5.16
What's Changed
- Generate CLI completions by @9999years in #253
- Adding coverage reporting for tests by @atruslow in #279
- Generate
man
pages by @9999years in #254 - Release version 0.5.16 by @9999years in #282
Full Changelog: v0.5.15...v0.5.16
v0.5.15
What's Changed
- Fix publishing the user manual on GitHub Pages by @9999years in #276
- Request release by @9999years in #277
- Release version 0.5.15 by @9999years in #278
Full Changelog: v0.5.14...v0.5.15
v0.5.14
What's Changed
- Fix user manual build by @9999years in #273
- Request release by @9999years in #274
- Release version 0.5.14 by @9999years in #275
Full Changelog: v0.5.13...v0.5.14
v0.5.13
What's Changed
- Add vendored/forked clap-markdown by @9999years in #247
- Don't include
Paths_
modules in test project by @9999years in #246 - Integrate
clap-markdown
inghciwatch
by @9999years in #248 - Add user manual by @9999years in #250
- [DUX-1349] Start for one module by @evanrelf in #238
- First stab at a CONTRIBUTING.md by @atruslow in #260
- Publish user manual in GitHub releases by @9999years in #249
- Publish user manual on GitHub pages by @9999years in #251
- Run after-restart hooks before eval commands and test suites by @9999years in #256
- Make eval comment parsing more consistent by @9999years in #257
- Fix user manual build by @9999years in #269
- Move
clap-markdown
into ghciwatch source tree by @9999years in #271
New Contributors
Full Changelog: v0.5.12...v0.5.13