Releases: pointfreeco/swift-macro-testing
Releases · pointfreeco/swift-macro-testing
0.6.3
0.6.2
0.6.1
What's Changed
- Fixed: Add TestScoping support to
macros
test trait (#39). - Fixed: Support stable 6.1 in swift-syntax (thanks @shimastripe, #41).
- Infrastructure: Fixed documentation (thanks @adammcarter, #38).
- Infrastructure: Android CI (thanks @johankool, #34).
New Contributors
- @shimastripe made their first contribution in #41
- @adammcarter made their first contribution in #38
- @johankool made their first contribution in #34
Full Changelog: 0.6.0...0.6.1
0.6.0
0.5.3
What's Changed
- Xcode 16 beta 5: look up macros from current test trait by @noremac in #29
- Fix indentation width test trait parameter by @stephencelis in #30
- Add support for lexical context by @noremac in #31
- Import only the implementation of Testing. by @mbrandonw in #32
- Remove @_implementationOnly imports. by @mbrandonw in #33
- Fix Linux/Wasm CI by @stephencelis in #36
- Improve MacroTesting Documentation and Add Swift Testing Integration by @ajkolean in #35
New Contributors
Full Changelog: 0.5.2...0.5.3
0.5.2
What's Changed
- Fixed: Address an Xcode 16 beta 5 compiler error (#28).
Full Changelog: 0.5.1...0.5.2
0.5.1
What's Changed
- Fixed: Thread
fileID
through to allassertInlineSnapshot
calls (thanks @gohanlon, #26). - Fixed: SwiftSyntax dependency has been updated to point to the new swiftlang organization on GitHub, preventing warnings when used with other libraries targeting the same updated organization (#27).
Full Changelog: 0.5.0...0.5.1
0.5.0
What's Changed
- Added: Beta support for Swift Testing in Xcode 16 beta 3 (#25).
- Infrastructure: Introduce
.editorconfig
for consistent code formatting (thanks @Matejkob, #24).
Full Changelog: 0.4.2...0.5.0
0.4.2
What's Changed
- Fixed: Resolution of SwiftSyntax 600 by @kabiroberai in #23
New Contributors
- @kabiroberai made their first contribution in #23
Full Changelog: 0.4.1...0.4.2