Changelog of @hackage/dr-cabal 0.2.0.0

Changelog

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.

Unreleased

0.2.0.0 — 2022-11-20 ✨

Added

  • #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)

Removed

  • Remove watch command. Now dr-cabal profile can watch and build the profiling output at the same time.

Changed

  • #31: Refactor CLI significantly:

    • Remove watch command
    • Use interactive mode by default (via alternate terminal screen)

    (by @chshersh)

0.1.0.0 — 2022-08-06 📚

Added

  • #10: Support Haddock phase in cabal 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

0.0.0.0 — 2022-07-31 🌇

Initial release prepared by @chshersh.