Releases: neutrinoceros/inifix
v0.11.1
What's Changed
- BUG: pretty pring warnings from iniformat so they don't look as bad from the CLI by @neutrinoceros in #89
Full Changelog: v0.11.0...v0.11.1
v0.11.0
What's Changed
This version changes the behaviour of the inifix formatter. Now files are formatted in place by default, and a diff can be printed to stdout using the --diff
flag. This is more in line with how most widely adopted formatters work in the Python ecosystem.
- ENH: replace --inplace option in inifix-format with a --diff option by @neutrinoceros in #87
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- ENH: expose name column length parameter to users in inifix-format by @vdbma in #73
- BUG: fix formatter behaviour by @neutrinoceros in #83
Thanks a lot to @vdbma for his contribution !
Full Changelog: v0.9.1...v0.10.0
v0.9.1
What's Changed
- DOC: add documentation for the newest pre-commit hook by @neutrinoceros in #75
- DOC: update documentation (typos, details) by @neutrinoceros in #78
- BUG: fix a bug in str casting by @neutrinoceros in #80
Full Changelog: v0.9.0...v0.9.1
inifix 0.9.0
What's Changed
- ENH: add file validation hook by @neutrinoceros in #74
Full Changelog: v0.8.0...v0.9.0
inifix 0.8.0
This version is identical to 0.7.0 except that FutureWarning
s are now raised for
api calls using future positional-only arguments using the keyword syntax.
What's Changed
- DOC: Fix some typos by @vdbma in #70
- REL: v0.8.0 by @neutrinoceros in #71
New Contributors
Full Changelog: v0.7.0...v0.8.0
inifix 0.7.0
This version is identical to 0.6.0 except that it's compatible for Python 3.6 to 3.10. Positional-only arguments are not specified any more because their are not available for Python versions earlier than 3.8 Warnings may be added in a following version to discourage usage of keyword syntax for these arguments.