The big features of this release are:
- Multi-document file support
- Files with multiple documents separated by
---
are now supported and fully formatted
- Files with multiple documents separated by
include_document_start
option added- The default formatting behaviour doesn't include the
---
at the start of the document, this flag will ensure it's added
- The default formatting behaviour doesn't include the
stdin
operation mode- With the
-in
flag, the tool will read fromstdin
allowing for piping data through|
in the CLI
- With the
- Diff readability improved
- The diff readability is improved, still not as good as it will be eventually but this is a fine bandaid fix
One bug was fixed:
- Multiple paths in
exclude
no longer causes every single file to be found