Tailor v0.9.1 Release Notes

Release Date: 2016-05-02 // almost 8 years ago
  • ๐Ÿš€ 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