Skip to content

v0.2.0

Compare
Choose a tag to compare
@braydonk braydonk released this 23 Aug 21:29
· 75 commits to main since this release
90fa1be

The big features of this release are:

  • Multi-document file support
    • Files with multiple documents separated by --- are now supported and fully formatted
  • 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
  • stdin operation mode
    • With the -in flag, the tool will read from stdin allowing for piping data through | in the CLI
  • 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

Changelog

  • 79d0e08 basic: Support formatting multi-document files (#19)
  • 80328a4 basic: add include_document_start (#20)
  • fcac9d5 command: add support for formatting from stdin (#18)
  • 28b179f diff: improve diff readability (#17)
  • 90fa1be engine: fix exclude path bug (#21)