Tailor v0.11.1 Release Notes

Release Date: 2016-10-12 // over 7 years ago
  • ๐Ÿš€ 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