0.2.0
What's Changed
- Added:
assertMacro
now asserts using multiple trailing closures (#3). This allows diagnostics, fix-its, and expansions to be independently inlined in a single assertion. The previous API has been deprecated, but many assertions can be automatically re-recorded usingwithMacroTesting(isRecording: true)
. - Infrastructure: Update .spi.yml (thanks @finestructure, #2).
- Infrastructure: Add Slack release announcement GitHub action.
New Contributors
- @finestructure made their first contribution in #2
Full Changelog: 0.1.0...0.2.0