diff --git a/Nimble.podspec b/Nimble.podspec index 30f557d65..c5d0d7e2d 100644 --- a/Nimble.podspec +++ b/Nimble.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Nimble" - s.version = "11.1.1" + s.version = "11.2.0" s.summary = "A Matcher Framework for Swift and Objective-C" s.description = <<-DESC Use Nimble to express the expected outcomes of Swift or Objective-C expressions. Inspired by Cedar. diff --git a/docs/Classes.html b/docs/Classes.html index 809b32f1e..4effbeb03 100644 --- a/docs/Classes.html +++ b/docs/Classes.html @@ -17,7 +17,7 @@
-

Nimble 11.1.0 Docs (45% documented)

+

Nimble 11.1.1 Docs (45% documented)

GitHubView on GitHub

@@ -684,16 +684,16 @@ expect(file:line:_:)
  • - + - expect(file:line:_:) + expect(file:line:_:) Asynchronous @@ -1326,7 +1326,7 @@

    Declaration

    Declaration

    Swift

    -
    public func expect<T>(file: FileString = #file, line: UInt = #line, _ expression: @autoclosure @escaping () async throws -> T?) async -> AsyncExpectation<T>
    +
    public func expect<T>(file: FileString = #file, line: UInt = #line, _ expression: @escaping () async throws -> T?) async -> AsyncExpectation<T>
    @@ -1336,9 +1336,9 @@

    Declaration

  • - + - expect(file:line:_:) + expect(file:line:_:) Asynchronous @@ -1356,7 +1356,7 @@

    Declaration

    Declaration

    Swift

    -
    public func expect<T>(file: FileString = #file, line: UInt = #line, _ expression: @autoclosure () -> (() async throws -> T)) async -> AsyncExpectation<T>
    +
    public func expect<T>(file: FileString = #file, line: UInt = #line, _ expression: () -> (() async throws -> T)) async -> AsyncExpectation<T>
    @@ -1366,9 +1366,9 @@

    Declaration

  • - + - expect(file:line:_:) + expect(file:line:_:) Asynchronous @@ -1386,7 +1386,7 @@

    Declaration

    Declaration

    Swift

    -
    public func expect<T>(file: FileString = #file, line: UInt = #line, _ expression: @autoclosure () -> (() async throws -> T?)) async -> AsyncExpectation<T>
    +
    public func expect<T>(file: FileString = #file, line: UInt = #line, _ expression: () -> (() async throws -> T?)) async -> AsyncExpectation<T>
    @@ -1396,9 +1396,9 @@

    Declaration

  • - + - expect(file:line:_:) + expect(file:line:_:) Asynchronous @@ -1416,7 +1416,7 @@

    Declaration

    Declaration

    Swift

    -
    public func expect(file: FileString = #file, line: UInt = #line, _ expression: @autoclosure () -> (() async throws -> Void)) async -> AsyncExpectation<Void>
    +
    public func expect(file: FileString = #file, line: UInt = #line, _ expression: () -> (() async throws -> Void)) async -> AsyncExpectation<Void>
    @@ -6940,7 +6940,7 @@

    Return Value

    diff --git a/docs/Global Variables.html b/docs/Global Variables.html index d716f6da9..002abc137 100644 --- a/docs/Global Variables.html +++ b/docs/Global Variables.html @@ -17,7 +17,7 @@
    -

    Nimble 11.1.0 Docs (45% documented)

    +

    Nimble 11.1.1 Docs (45% documented)

    GitHubView on GitHub

    @@ -684,16 +684,16 @@ expect(file:line:_:)
  • - + - expect(file:line:_:) + expect(file:line:_:) Asynchronous @@ -1326,7 +1326,7 @@

    Declaration

    Declaration

    Swift

    -
    public func expect<T>(file: FileString = #file, line: UInt = #line, _ expression: @autoclosure @escaping () async throws -> T?) async -> AsyncExpectation<T>
    +
    public func expect<T>(file: FileString = #file, line: UInt = #line, _ expression: @escaping () async throws -> T?) async -> AsyncExpectation<T>
    @@ -1336,9 +1336,9 @@

    Declaration

  • - + - expect(file:line:_:) + expect(file:line:_:) Asynchronous @@ -1356,7 +1356,7 @@

    Declaration

    Declaration

    Swift

    -
    public func expect<T>(file: FileString = #file, line: UInt = #line, _ expression: @autoclosure () -> (() async throws -> T)) async -> AsyncExpectation<T>
    +
    public func expect<T>(file: FileString = #file, line: UInt = #line, _ expression: () -> (() async throws -> T)) async -> AsyncExpectation<T>
    @@ -1366,9 +1366,9 @@

    Declaration

  • - + - expect(file:line:_:) + expect(file:line:_:) Asynchronous @@ -1386,7 +1386,7 @@

    Declaration

    Declaration

    Swift

    -
    public func expect<T>(file: FileString = #file, line: UInt = #line, _ expression: @autoclosure () -> (() async throws -> T?)) async -> AsyncExpectation<T>
    +
    public func expect<T>(file: FileString = #file, line: UInt = #line, _ expression: () -> (() async throws -> T?)) async -> AsyncExpectation<T>
    @@ -1396,9 +1396,9 @@

    Declaration

  • - + - expect(file:line:_:) + expect(file:line:_:) Asynchronous @@ -1416,7 +1416,7 @@

    Declaration

    Declaration

    Swift

    -
    public func expect(file: FileString = #file, line: UInt = #line, _ expression: @autoclosure () -> (() async throws -> Void)) async -> AsyncExpectation<Void>
    +
    public func expect(file: FileString = #file, line: UInt = #line, _ expression: () -> (() async throws -> Void)) async -> AsyncExpectation<Void>
    @@ -6940,7 +6940,7 @@

    Return Value

    diff --git a/docs/docsets/Nimble.docset/Contents/Resources/Documents/Global Variables.html b/docs/docsets/Nimble.docset/Contents/Resources/Documents/Global Variables.html index d716f6da9..002abc137 100644 --- a/docs/docsets/Nimble.docset/Contents/Resources/Documents/Global Variables.html +++ b/docs/docsets/Nimble.docset/Contents/Resources/Documents/Global Variables.html @@ -17,7 +17,7 @@
    -

    Nimble 11.1.0 Docs (45% documented)

    +

    Nimble 11.1.1 Docs (45% documented)

    GitHubView on GitHub

    @@ -684,16 +684,16 @@ expect(file:line:_:)