Skip to content

Releases: Quick/Nimble

v13.6.2

06 Nov 01:26
v13.6.2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v13.6.1...v13.6.2

v13.6.1

05 Nov 22:53
v13.6.1
Compare
Choose a tag to compare

What's Changed

  • Bump rexml from 3.3.6 to 3.3.9 by @dependabot in #1171
  • Allow beAKindOf and beAnInstanceOf to nest inside of other matchers by @younata in #1173

Full Changelog: v13.6.0...v13.6.1

v13.6.0

13 Oct 23:42
v13.6.0
Compare
Choose a tag to compare

What's Changed

  • Allow unwrap and pollUnwrap to take in custom descriptions by @younata in #1162
  • Add requireFail. Like fail(), but it also always throws an error by @younata in #1163
  • Fix build error when using UI Tests by @younata in #1164

Full Changelog: v13.5.0...v13.6.0

v13.5.0

12 Sep 19:00
v13.5.0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v13.4.0...v13.5.0

v13.4.0

08 Aug 06:00
v13.4.0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v13.3.0...v13.4.0

v13.3.0

08 Apr 16:40
v13.3.0
Compare
Choose a tag to compare

Highlights

  • Adds Matchers for Result that match against submatchers or equatable values.
  • Use DocC for documentation.
  • Make PollingDefaults threadsafe.

What's Changed

  • Make PollingDefaults threadsafe by @younata in #1122
  • Bump softprops/action-gh-release from 1 to 2 by @dependabot in #1128
  • Depend on CwlPreconditionTesting 2.2.0 for Cocoapods by @younata in #1129
  • Add matchers for Result that match against submatchers, or for equatable values. by @younata in #1134
  • Use docc for documentation, instead of having it all in a single, giant README. by @younata in #1135
  • Get documentation deploying working. by @younata in #1136
  • Improve documentation articles by adding short abstracts to them. by @younata in #1137
  • Fix a typo in the name of this framework. 🤦🏻‍♀️ by @younata in #1138
  • Bump actions/checkout from 3 to 4 by @dependabot in #1139

Full Changelog: v13.2.1...v13.3.0

v13.2.1

25 Feb 06:30
v13.2.1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v13.2.0...v13.2.1

v13.2.0 - visionOS, map matcher.

17 Jan 23:11
v13.2.0
Compare
Choose a tag to compare

Highlights

  • Nimble now supports visionOS! Thanks @stonko1994!
  • Adds a new map matcher. map allows you to transform the expression to another value, and pass that value to another matcher.
    • For example, if you wanted to match the first element in a tuple easily, you could write: expect(myTuple).to(map(\.0, equal(expectedValue))).
    • See the docs for more suggestions!

Note: This version of Nimble is not available in Cocoapods. Nimble 13.2.1 is available in Cocoapods.

Autogenerated Release Notes

What's Changed

New Contributors

Full Changelog: v13.1.2...v13.2.0

v13.1.2

05 Jan 05:38
v13.1.2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v13.1.1...v13.1.2

v13.1.1 - The Require DSL, but now with a fixed cocoapods build

21 Dec 19:11
v13.1.1
Compare
Choose a tag to compare

Highlights

See the previous release for more on the require DSL.

BugFixes

  • Fix cocoapods release.

Automated Release Notes

What's Changed

  • Fix build on cocoapods by specifying the correct location for the CocoaWithLove exception helper libraries by @younata in #1109

Full Changelog: v13.1.0...v13.1.1