Skip to content

v6.1.0

Compare
Choose a tag to compare
@younata younata released this 25 Nov 21:05
· 175 commits to main since this release

Highlighted Changes

  • New TestState property wrapper (Thanks @CraigSiemens!). You can now wrap properties with @TestState to have them automatically set to nil.
  • Objective-C API is no longer available in Swift, this should reduce confusion whether a test is being executed in an async context or not.
  • This release drops support for Swift 5.6/Xcode 13.3.1.

Auto-generated Release Notes

What's Changed

  • Bump danger from 9.0.0 to 9.1.0 by @dependabot in #1184
  • Make Objective-C API unavailable in Swift. by @younata in #1185
  • Update Nimble to 11.2.1, remove now-unnecessary usage of awaits in tests. Drop support for swift 5.6/Xcode 13.3.1 by @younata in #1187
  • Added a TestState property wrapper. by @CraigSiemens in #1186

New Contributors

Full Changelog: v6.0.1...v6.1.0