Changelog History
-
v0.12.0 Changes
March 27, 2017 -
v0.11.1 Changes
October 12, 2016๐ This release adds support for parsing new access modifiers (
fileprivateandopen) introduced in Swift 3.0. It also ensures that Enumeration Cases follow lowerCamelCase naming conventions.๐ Changes
-
v0.11.0 Changes
September 23, 2016๐ This release updates the grammar to support Swift 3.0.
๐ Changes
- โก๏ธ #432: Update grammar to support Swift 3.0
-
v0.10.1 Changes
August 24, 2016 -
v0.10.0 Changes
May 06, 2016๐ This release adds an HTML output format, offers configuration functionality for tuning memory usage, and improves the reliability of the
[brace-style]rule.๐ Changes
-
v0.9.1 Changes
May 02, 2016๐ This release ensures that closure signatures contain a single whitespace preceding any
(, removes[trailing-closure]checks inside condition clauses, and improves parsing of attributes, string interpolation, getters / setters, and external parameter names.๐ Changes
- ๐ #385: Fix several grammar issues to improve parsing of attributes, string interpolation
- #393: Allow declaration modifiers on getters and setters (e.g.
nonmutating set) - #397: Ensure that (most) keywords can be used as external parameter names without escaping
- #400: Verify that
(in closure signatures are preceded by one whitespace - #401: Suppress
[trailing-closure]checks within condition clauses
-
v0.9.0 Changes
April 23, 2016 -
v0.8.1 Changes
April 21, 2016๐ This release adjusts the rule documentation displayed in the Code Climate format.
๐ Changes
- ๐ #371: Remove anchor links from rule examples in Code Climate format
-
v0.8.0 Changes
April 19, 2016๐ This release allows regions to be excluded from analysis via
// tailor:offand// tailor:ondirectives, fixes parsing of the#selectormacro, adds more documentation to the Code Climate format, and reduces[todo-syntax]warnings.๐ Changes
-
v0.7.0 Changes
March 23, 2016๐ This release adds a new format for integration with the Code Climate platform, adds new configuration options to the
.tailor.ymlconfig file, and fixes several grammar issues.๐ Changes
- #346: Add Code Climate format
- #340: Allow customization of format and color options via
.tailor.yml - ๐ #278: Fix parsing of quoted strings within string interpolation
- #343: Add
safeto valid Swift identifiers, allow named parameter subscripts, andletinimportstatements - ๐ป #349: Fix exception on invalid number of CLI arguments