1.5.0
What's Changed
- Added:
CasePathIterable
andCasePathReflectable
protocols for abstracting over all of a type's case paths, as well as an enum's given case path (#173). - Changed: Bumped to Swift 6 Language Mode support, dropping support for <5.9 (#168; #172; #174).
- Fixed: Update Package.swift for SwiftSyntax 601-prerelease via new swiftlang organization (#175; thanks @NachoSoto, #177).
- Infrastructure: Make
Optional
/Result
more consistent with macro-generated code (#166). - Infrastructure: Added
.editorconfig
for consistent code formatting (thanks @Matejkob, #176).
New Contributors
- @Matejkob made their first contribution in #176
- @NachoSoto made their first contribution in #177
Full Changelog: 1.4.2...1.5.0