Releases: MercuryTechnologies/ghciwatch
Releases · MercuryTechnologies/ghciwatch
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
v0.5.12
What's Changed
- Rename some CLI flags by @9999years in #231
- Add badges to README.md by @9999years in #232
- Fix "module defined in multiple files" AGAIN!!!! by @9999years in #237
- Release version 0.5.12 by @9999years in #239
Full Changelog: v0.5.11...v0.5.12
v0.5.11
What's Changed
- Fix a flaky error log test by @9999years in #219
- Support Rust 1.72 (for real) by @9999years in #228
- Release version 0.5.11 by @9999years in #229
Full Changelog: v0.5.10...v0.5.11
v0.5.10
What's Changed
- Set IN_GHCIWATCH for subprocesses by @9999years in #222
- Restore Rust 1.72-ability by @9999years in #223
- Release version 0.5.10 by @9999years in #224
Full Changelog: v0.5.9...v0.5.10
v0.5.9
What's Changed
- Update dependencies by @9999years in #198
- Add primitive TUI mode by @evanrelf in #185
- Update ansi-to-tui to fix TUI colors by @9999years in #207
- Line buffer output in TUI mode by @9999years in #205
- Add key bindings in TUI mode by @9999years in #206
- Refactor TUI by @9999years in #208
- TUI: Follow output when scrolled to the bottom by @9999years in #210
CheckpointIndex::into_index
->as_index
by @9999years in #215- Implement
Clone
forMatcher
s and export them by @9999years in #217 - Support multiple spans in
BaseMatcher::in_leaf_span
by @9999years in #216 - Check all events in
logged_in_checkpoint
by @9999years in #218 - Generate documentation for the rest of the workspace by @9999years in #220
- Fix "module defined in multiple files" with eval commands by @9999years in #214
- Release version 0.5.9 by @9999years in #221
Full Changelog: v0.5.8...v0.5.9