Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.0.4.tar.gz | 2023-05-05 | 28.1 kB | |
1.0.4.zip | 2023-05-05 | 33.7 kB | |
README.md | 2023-05-05 | 1.7 kB | |
Totals: 3 Items | 63.4 kB | 0 |
What's Changed
Swift Package Plugin
- Update linter config to ignore Carthage, Pods, and .build directories by @interactord in https://github.com/airbnb/swift/pull/219
- Update SwiftFormat version to 0.51.8 by @calda in https://github.com/airbnb/swift/pull/223
- Update SwiftFormat --swiftversion to 5.8 by @calda in https://github.com/airbnb/swift/pull/225
- Test multiple Xcode versions in CI by @calda in https://github.com/airbnb/swift/pull/224
Swift Style Guide
- Fix broken SE-0156 link by @hanton in https://github.com/airbnb/swift/pull/207
- Include a missing space after some comment delimiters by @Jager-yoo in https://github.com/airbnb/swift/pull/208
- Clarify Rule: Name unused function parameters as underscores by @Jager-yoo in https://github.com/airbnb/swift/pull/210
- Clarify Rule: Never use the default case when switching over an enum by @teddy5518 in https://github.com/airbnb/swift/pull/214
- Clarify Rule: Use Swift's automatic enum values unless they map to an external source. by @teddy5518 in https://github.com/airbnb/swift/pull/215
- Clarify Rule: Use Swift's automatic enum values unless they map to an external source. by @teddy5518 in https://github.com/airbnb/swift/pull/216
- Clarify Rule: Multi-line arrays should have each bracket on a separate line. by @teddy5518 in https://github.com/airbnb/swift/pull/217
- Clarify Rule: Use caseless enums for organizing public or internal constants and functions into namespaces. by @teddy5518 in https://github.com/airbnb/swift/pull/218
- Fix typos in README.md by @teddy5518 in https://github.com/airbnb/swift/pull/220
Full Changelog: https://github.com/airbnb/swift/compare/1.0.3...1.0.4