Releases: arno49/shaper
Releases · arno49/shaper
Revert play workflow
XML workaround
Temporary replace xml processing
Fix issues #19, #20
0.1.1 Add output argument to shaper play and change python3 default behavio…
Beta release
0.1.0 Fix README
Solve non-defined vars
Fix jinja empty string (#33) * fix test cases * fix yml multiline dump and load * fix .properties multiline * change multiline whitespases * fix expected_out.yml * code review changes * python3.7 generator fix * fix jinja empty string and style improvements
37 fix
Fix multiline
Fix multiline (#27) * fix test cases * fix yml multiline dump and load * fix .properties multiline * change multiline whitespases * fix expected_out.yml * code review changes
Improve stability
add tests for manager (#24) * add tests for manager * add functional tests for shaper * update tests and add warning for using pure dicts in python2 * fix tests for manager.py * update gitignore * compare only file internals in tests
New parsers
Fix parsers (#23) * fix yaml and json parsing * use pytest instead of nose * refactor tests structure * update requirements * fix linter * update tests * Add function tests * backward compatibility with python2 * Add function tests assets * Add diff for write step * Add write check * my tears and sorrow * my eyes will never be the same
Replace yamllib
Add ordered dict (#16) * add OrderedDict * fix lint * fix pylint * fix spaces * fix syntax * fix write_yaml * fix blank line contains whitespace * fix pep8 * fix pylint * apply fix for XML * add py2/py3 compatibility * fix pylint * fix 'E501 line too long' * yet another attempt * no message * update requirements