Skip to content

0.5.0

Compare
Choose a tag to compare
@gohanlon gohanlon released this 16 Jul 21:01
· 8 commits to main since this release

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 to github/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