- Changed - Pulled in the latest changes from psf/black (code diff: https://github.com/jsh9/cercis/pull/27)
0.1.6
- Added - A new option `--wrap-comments` to not wrap any comments (not just pragma comments) - A new option `--keep-blank-lines-in-brackets` - Changed - Improved the CLI output text colors because the current colors are confusing or not quite legible
0.1.5
- Added - Configurability to use tabs instead of spaces (two new options: `--use-tabs` and `--tab-width`) - Configurability on base indentation spaces and extra indentation at different line continuation situations
0.1.4
- Added - A new configurable option: `--closing-bracket-extra-indent`
0.1.3
- Added
- A new configurable option: `--collapse-nested-brackets` - A new configurable option: `--wrap-pragma-comments` - Some Github workflow actions to make sure CHANGELOG.md is updated
- Changed
- Changed the default quote to single quote - Changed the default line length to 79 characters
- Removed - Some unrelated documentation and config files
0.1.2
- Added - Merged 2 changes from psf/black:main ([5](https://github.com/jsh9/cercis/pull/5)) - Added option to not wrap "simple" lines with long strings ([6](https://github.com/jsh9/cercis/pull/6)) - Full changelog - https://github.com/jsh9/cercis/compare/0.1.1...0.1.2