v13.0.0-rc.1
Pre-release
Pre-release
Highlights
New Features
- Nimble now supports Windows! (Thanks @brianmichel!)
- the
Predicateseries of APIs has been renamed toMatcher. 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
Predicateseries of APIs have been renamed. - The
AsyncDefaultsstruct is now marked as removed. It will be fully removed in the next major version of Nimble. - The platform-independent targets in
Nimble.xcodeprojhave now been consolidated into a single Nimble (and NimbleTests) target.
Automated Release Notes
What's Changed
- Update release script for a more modern-ish release process by @younata in #1086
- Bump cocoapods from 1.12.1 to 1.13.0 by @dependabot in #1089
- Add Windows Support by @brianmichel in #1088
- Rename Predicate to Matcher by @younata in #1090
- Mark the AsyncDefaults struct as removed. by @younata in #1092
- Consolidate xcodeproj targets (... again). by @younata in #1093
- Bump actions/checkout from 3 to 4 by @dependabot in #1091
New Contributors
- @brianmichel made their first contribution in #1088
Full Changelog: v12.3.0...v13.0.0-rc.1