Skip to content

1.0.4

Compare
Choose a tag to compare
@calda calda released this 06 May 16:25
· 64 commits to master since this release
6900f5a

What's Changed

Swift Package Plugin

  • Update linter config to ignore Carthage, Pods, and .build directories by @interactord in #219
  • Update SwiftFormat version to 0.51.8 by @calda in #223
  • Update SwiftFormat --swiftversion to 5.8 by @calda in #225
  • Test multiple Xcode versions in CI by @calda in #224

Swift Style Guide

  • Fix broken SE-0156 link by @hanton in #207
  • Include a missing space after some comment delimiters by @Jager-yoo in #208
  • Clarify Rule: Name unused function parameters as underscores by @Jager-yoo in #210
  • Clarify Rule: Never use the default case when switching over an enum by @teddy5518 in #214
  • Clarify Rule: Use Swift's automatic enum values unless they map to an external source. by @teddy5518 in #215
  • Clarify Rule: Use Swift's automatic enum values unless they map to an external source. by @teddy5518 in #216
  • Clarify Rule: Multi-line arrays should have each bracket on a separate line. by @teddy5518 in #217
  • Clarify Rule: Use caseless enums for organizing public or internal constants and functions into namespaces. by @teddy5518 in #218
  • Fix typos in README.md by @teddy5518 in #220

Full Changelog: 1.0.3...1.0.4