Skip to content

Tailor 0.10.0

Compare
Choose a tag to compare
@sleekbot sleekbot released this 06 May 14:49
· 75 commits to master since this release

This release adds an HTML output format, offers configuration functionality for tuning memory usage, and improves the reliability of the [brace-style] rule.

Changes

  • #389: Add HTML report option via --format html (CLI) / format: html (.tailor.yml)
  • #414: Add --purge <1-999> (CLI) / purge: <1-999> (.tailor.yml) option for tuning memory usage
  • #405: Ensure that [brace-style] checks whitespace between { and the previous token