Skip to content

Releases: Quick/Nimble

v8.0.0

03 Mar 05:10
v8.0.0
Compare
Choose a tag to compare

Nimble v8 has been released! 🎉 The new major version requires Swift 4.2 / Xcode 10.1 at least, which also supports Swift 5.0 / Xcode 10.2 as well.

BREAKING CHANGES

Additions

Improvements

  • Swift 4.1: Adopt LinuxMain generation feature by swift test --generate-linuxmain #516 (Thanks @ikesyo)
  • Remove equal matcher overloads for [T: C]? and [T]? thanks to Conditional Conformance #521 (Thanks @ikesyo)
  • [gardening][BeVoid] Move operators into types #522 (Thanks @ikesyo)
  • Simplify equal matcher for [T?] #524 (Thanks @ikesyo)
  • [Xcode] Enable New Build System #527 (Thanks @ikesyo)
  • Utilize multiline string literals #544 (Thanks @ikesyo)
  • [SwiftLint] Remove force_cast from disabled_rules #562 (Thanks @ikesyo)
  • [SwiftLint] Remove identifier_name from disabled_rules #563 (Thanks @ikesyo)
  • [SwiftLint] Remove force_try from disabled_rules #582 (Thanks @ikesyo)
  • Rename Sequence.all to allSatisfy to match SE-0207 #583 (Thanks @ikesyo)
  • Remove workaround to SR-2290 #593 (Thanks @norio-nomura)
  • [SwiftLint] Remove todo from disabled_rules #602
  • Test Swift 5.0 (5.0-DEVELOPMENT-SNAPSHOT-2019-02-05-a) #629 (Thanks @ikesyo)
  • [CI] Test with Xcode 10.2 #637 (Thanks @ikesyo)

Bugfixes

  • 🐛Workaround to noescape bug in Xcode 10 beta 1 #537 (Thanks @phatblat)
  • Revert "🐛Workaround to noescape bug in Xcode 10 beta 1" #560 (Thanks @ikesyo)
  • [podspec] Remove duplicate swift_version setting #630 (Thanks @ikesyo)

Docs

v7.3.4

10 Feb 08:09
v7.3.4
Compare
Choose a tag to compare

Improvements

Bugfixes

Docs

  • Fix code example typo on Writing Your Own Matchers #547, #634 (Thanks @alaphao and @ikesyo)

v7.3.3

28 Jan 13:56
v7.3.3
Compare
Choose a tag to compare

Bugfixes

v7.3.2

19 Jan 11:51
v7.3.2
Compare
Choose a tag to compare

Bugfixes

v7.3.1

21 Sep 05:21
v7.3.1
Compare
Choose a tag to compare

Bugfixes

v7.3.0

04 Sep 01:26
v7.3.0
Compare
Choose a tag to compare

Improvements

v7.2.0

02 Sep 14:00
v7.2.0
Compare
Choose a tag to compare

Improvements

Bugfixes

  • Fix ExpectationMessage.update(failureMessage:) not to update a FailureMessage instance with empty string #587 (Thanks @ikesyo)
  • [containElementSatisfyingMatcher] Using postfixMessage would be preferable instead of overwriting to #588 (Thanks @ikesyo)

v7.1.3

07 Jul 08:39
v7.1.3
Compare
Choose a tag to compare

Improvements

Bugfixes

v7.1.2

06 Jun 23:32
v7.1.2
Compare
Choose a tag to compare

Improvements

Bugfixes

  • Fix CocoaPods integration issue regarding APPLICATION_EXTENSION_API_ONLY build setting #525 (Thanks @ikesyo)

v7.1.1

18 Apr 04:49
v7.1.1
Compare
Choose a tag to compare

Improvements

  • Improve the interoperability with CocoaPods 1.5 Swift Static Libraries support #517 (Thanks @ikesyo)