0.5.0
What's Changed
- Added: Support for SwiftSyntax 600.0.0-latest (#39)
- Added:
@_UncheckedMemberwiseInit
macro (experimental) to generate a memberwise initializer for all properties, regardless of access level, with reduced compile-time safety checks (compared to@MemberwiseInit
). (#36) - Fixed: Updated references to Swift GitHub organization from
github/apple
togithub/swiftlang
(thanks @junebash, #41) - Added: Beta support for Swift Testing (thanks pointfreeco/swift-macro-testing#25, #38)
- Infrastructure: Added Makefile task to locally test multiple SwiftSyntax versions
- Infrastructure: Updated CI workflow to test against SwiftSyntax 600.0.0-latest
New Contributors
Full Changelog: 0.4.0...0.5.0