Skip to content

v7.3.0

Compare
Choose a tag to compare
@younata younata released this 17 Sep 05:10
· 81 commits to main since this release
v7.3.0

Highlights

  • Adds a property wrapper default initializer for TestState. Meaning the following declaration is now accepted!
@TestState var foo: Int! = 30

Thanks @tahirmt!

  • TestState now nils out the value after all afterEach blocks run, instead of in the middle of the afterEach chain. Thanks @CraigSiemens

What's Changed

  • Bump activesupport from 7.0.4.3 to 7.0.7.2 by @dependabot in #1238
  • Add property wrapper default initializer for TestState by @tahirmt in #1235
  • Bump actions/checkout from 3 to 4 by @dependabot in #1241
  • Updated TestState to remove the value after the test. by @CraigSiemens in #1240
  • Update release script to generate a carthage binary and include it in the release. by @younata in #1234

New Contributors

Full Changelog: v7.2.0...v7.3.0