Skip to content

Version 0.21.0

Compare
Choose a tag to compare
@pappasam pappasam released this 29 Dec 07:39
· 67 commits to main since this release

This is a pretty big comment-related release. Resolves the long-standing issue: #11.

Changed

  • Header, Footer, and Block comments are retained by default and can be disabled with new CLI options.

Added

  • New CLI comment-removal options: --no-comments, --no-header-comments, --no-footer-comments, --no-inline-comments, --no-block-comments
  • The ability to configure spaces before inline comments with --spaces-before-inline-comment

Deprecated

  • The CLI option: --no-header. This will be removed in a future release and is replaced by --no-header-comments