- Allow multiple documents in one file
- Fix for running outside homedir and missing config file
- Added -v for printing version info
- Update documentation
- This CHANGELOG.md file.
- Start searching for config file starting from the yaml-files directory
- Replaced
pyyaml
library withruamel.yaml
. - Support for configuration files named
.yaml_indent.ini
in the current directory and all parent directories up to the home directory. - The
-i
command line option to edit files in place. - Added some URLs to pyproject.toml
- Initial release of
yaml-indent
. - Support for re-indenting YAML files with a default indentation of 2 spaces.