Skip to content

Releases: looztra/yamkix

v0.10.0

23 Jun 21:37
2b2a9fd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0

Provide a smarter helper to get config from the default one

17 May 19:31
61392b5
Compare
Choose a tag to compare

Provide yamkix.config.get_yamkix_config_from_default that allow you to change only some of the parameters but being based on the default config.

Because I'm a module now I must respect my users

15 May 20:18
696eb0a
Compare
Choose a tag to compare

because callers may have short opt flag that conflicts with yamkix ones, you can now override the short opt flag when calling yamkix.args.add_yamkix_options_to_parser

Look 'Ma, I'm a module now

15 May 19:01
Compare
Choose a tag to compare

yamkix is now a grown up python module that can be integrated into other pieces of python code (like kubesplit)

Maintenance release / Fix issue#29

01 Apr 14:27
Compare
Choose a tag to compare

Start to deal with comments

01 Apr 10:29
Compare
Choose a tag to compare
  • introduce the -c/--spaces-before-comment to deal with comments that can be moved during a reformat
    • have a look at the integration tests located in test-assets
    • please not that for the moment, comments not associated to list or maps are not moved
  • introduce the -v/--version to show off the current yamkix version
  • bump ruamel.yaml to 0.16.x

Fixes :

listen to the pyup-bot (and update dev dependencies)

28 Mar 21:11
Compare
Choose a tag to compare
  • maintenance release, no code change

Fix 'should never have been there' debug trace

28 Mar 20:45
Compare
Choose a tag to compare
  • remove the print statement (old style debug you know) that should not be there
  • add an integration test to check that the output is not wasted by such debug traces

fix indentation of lists at the first level when pushing dash inwards

28 Mar 20:04
Compare
Choose a tag to compare
  • fix #12
  • new integration tests (that's a start and better than nothing, isn't it?)

BREAKING CHANGE
No more python2 binaries produced

set width to 2048 to avoid line wrapping

28 Mar 20:01
Compare
Choose a tag to compare
  • the previous versions of yamkix were wrapping lines, now the max line length is 2048 by defaut (and there's no behaviour to change this fixed value yet)