Tailor v0.12.0 Release Notes

Release Date: 2017-03-27 // about 7 years ago
  • ๐Ÿš€ This release updates the grammar to support Swift 3.0.1. It also fixes a bug that incorrectly flagged escaped identifiers for naming convention violations.

    ๐Ÿ”„ Changes

    • #460: Ignore backticks in variable names
    • โšก๏ธ #469: Update grammar to support Swift 3.0.1

Previous changes from v0.11.1

  • ๐Ÿš€ This release adds support for parsing new access modifiers (fileprivate and open) introduced in Swift 3.0. It also ensures that Enumeration Cases follow lowerCamelCase naming conventions.

    ๐Ÿ”„ Changes

    • #452 Add new Swift 3.0 access modifiers to the grammar
    • #453 Enforce lowerCamelCase naming on Enumeration Cases