Skip to content

Releases: continuous-delphi/delphi-clean

delphi-clean v1.2.0

18 May 22:13
v1.2.0
9b3e51e

Choose a tag to compare

delphi-clean logo

https://github.com/continuous-delphi/delphi-clean

Tag: v1.2.0

Direct download: delphi-clean.ps1

This release improves delphi-clean, a Continuous-Delphi utility designed for
Delphi developers to help remove build artifacts, intermediate files, and
IDE-generated clutter.



Change Log

  • Reverted delphi-logger changes. Reconsidering as noise greater than value

delphi-clean v1.1.1

17 May 04:46
v1.1.1
8672a84

Choose a tag to compare

delphi-clean logo

https://github.com/continuous-delphi/delphi-clean

Tag: v1.1.1

Direct download: delphi-clean.ps1

This release improves delphi-clean, a Continuous-Delphi utility designed for
Delphi developers to help remove build artifacts, intermediate files, and
IDE-generated clutter.



Change Log

  • Comment/notes cleanup only

delphi-clean v1.1.0

14 May 20:35
v1.1.0
ee5442e

Choose a tag to compare

delphi-clean logo

https://github.com/continuous-delphi/delphi-clean

Tag: v1.1.0

Direct download: delphi-clean.ps1

This release improves delphi-clean, a Continuous-Delphi utility designed for
Delphi developers to help remove build artifacts, intermediate files, and
IDE-generated clutter.



Change Log

  • Support for delphi-logger added (opt-in structural logging for debug
    purposes.) #30

delphi-clean v1.0.0

13 May 16:52
v1.0.0
4ac69e8

Choose a tag to compare

delphi-clean logo

https://github.com/continuous-delphi/delphi-clean

Tag: v1.0.0

Direct download: delphi-clean.ps1

This release improves delphi-clean, a Continuous-Delphi utility designed for
Delphi developers to help remove build artifacts, intermediate files, and
IDE-generated clutter.



Change Log

  • Fix -Json -WhatIf so PowerShell WhatIf host messages are suppressed and
    standard output remains a single JSON object
  • Update JSON output documentation to match the current Mode values emitted
    by the script: Execute, WhatIf (no changes), and Check (no changes)