Skip to content

Tailor 0.2.2

Compare
Choose a tag to compare
@adityatrivedi adityatrivedi released this 08 Nov 19:56
· 421 commits to master since this release

This release updates the grammar to support Swift 2.1, ensures that generic parameters also conform to the UpperCamelCase naming convention, adds further checks for comma spacing to the [whitespace] rule, and fixes #226 to ensure that Tailor's exit status always matches the number of errors displayed.

Changes

  • #236: Update grammar to support Swift 2.1
  • #91: Enforce comma spacing in inheritance/protocol lists and generics
  • #107: Ensure generic parameters are UpperCamelCase, e.g. class Dictionary<Key, Value>
  • #226: Correctly match exit status to number of displayed errors