Tailor v0.10.0 Release Notes

Release Date: 2016-05-06 // almost 8 years ago
  • ๐Ÿš€ 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