Skip to content

Tailor 0.11.1

Compare
Choose a tag to compare
@sleekbot sleekbot released this 12 Oct 05:37
· 27 commits to master since this release

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