Skip to content

v13.0.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@younata younata released this 02 Oct 20:45
· 32 commits to main since this release
v13.0.0-rc.1

Highlights

New Features

  • Nimble now supports Windows! (Thanks @brianmichel!)
  • the Predicate series of APIs has been renamed to Matcher. There are typealiases for the older APIs to better enable migrations. These typealiases will be marked as removed in the next major version of Nimble (Nimble 14), and they will be removed entirely in Nimble 15.
  • Nimble now supports the DriverKit platform.

Breaking Changes

  • The Predicate series of APIs have been renamed.
  • The AsyncDefaults struct is now marked as removed. It will be fully removed in the next major version of Nimble.
  • The platform-independent targets in Nimble.xcodeproj have now been consolidated into a single Nimble (and NimbleTests) target.

Automated Release Notes

What's Changed

New Contributors

Full Changelog: v12.3.0...v13.0.0-rc.1