Skip to content

Tailor 0.9.1

Compare
Choose a tag to compare
@sleekbot sleekbot released this 02 May 04:15
· 103 commits to master since this release

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