Skip to content

Releases: neutrinoceros/inifix

v0.11.1

04 Jan 19:22
d6d97c2
Compare
Choose a tag to compare

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

04 Jan 18:39
f5bec79
Compare
Choose a tag to compare

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

23 Nov 16:30
81e2614
Compare
Choose a tag to compare

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

21 Nov 13:50
5c8ff4b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

inifix 0.9.0

28 Oct 16:13
2ff9a50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.9.0

inifix 0.8.0

26 Oct 11:14
6a2bde3
Compare
Choose a tag to compare

This version is identical to 0.7.0 except that FutureWarnings are now raised for
api calls using future positional-only arguments using the keyword syntax.

What's Changed

New Contributors

  • @vdbma made their first contribution in #70

Full Changelog: v0.7.0...v0.8.0

inifix 0.7.0

26 Oct 08:52
e84f130
Compare
Choose a tag to compare

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.