All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to PVP Versioning. The changelog is also available on GitHub.
0.2.0.0 — 2022-11-20 ✨
- #28: Implement interactive mode (by @Bodigrim)
- #24: Compute the critical path (by @Bodigrim)
- #26,
#30:
Multiple documentation improvements: suggest
--store-dir
,--dependencies-only
,mktemp
, interactive mode by default (by @Bodigrim, @chshersh)
- Remove
watch
command. Nowdr-cabal profile
can watch and build the profiling output at the same time.
-
#31: Refactor CLI significantly:
- Remove
watch
command - Use interactive mode by default (via alternate terminal screen)
(by @chshersh)
- Remove
0.1.0.0 — 2022-08-06 📚
- #10:
Support
Haddock
phase incabal build
output (by @diasbruno) - #14: Enrich Summary with more info: parallelism level, total dependencies summary (by @bradrn)
- Module structure refactoring to add new profiling modes easier (by @diasbruno)
- Fixed type in the profile example (by @tonyday567)
0.0.0.0 — 2022-07-31 🌇
Initial release prepared by @chshersh.