diff --git a/Nimble.podspec b/Nimble.podspec index cb992e56c..e9fcf9797 100644 --- a/Nimble.podspec +++ b/Nimble.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Nimble" - s.version = "12.2.0" + s.version = "12.3.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 002a21d4d..8bce30d70 100644 --- a/docs/Classes.html +++ b/docs/Classes.html @@ -17,7 +17,7 @@
-

Nimble 12.2.0 Docs (46% documented)

+

Nimble 12.3.0 Docs (46% documented)

GitHubView on GitHub

@@ -222,6 +222,9 @@ + @@ -363,7 +366,7 @@ !==(_:_:)
+
  • +
    + + + + <(_:_:) + +
    +
    +
    +
    +
    +
    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public static func < (lhs: NimbleTimeInterval, rhs: NimbleTimeInterval) -> Bool
    + +
    +
    +
    +
    +
  • @@ -1272,6 +1301,33 @@

    Declaration

  • +
  • +
    + + + + nanoseconds + +
    +
    +
    +
    +
    +
    +

    Undocumented

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public var nanoseconds: UInt64 { get }
    + +
    +
    +
    +
    +
  • @@ -1298,12 +1354,39 @@

    Declaration

  • +
  • +
    + + + + timeInterval + +
    +
    +
    +
    +
    +
    +

    Undocumented

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public var timeInterval: TimeInterval { get }
    + +
    +
    +
    +
    +
  • diff --git a/docs/Enums/PredicateStatus.html b/docs/Enums/PredicateStatus.html index dc4eb3320..fe7bf4980 100644 --- a/docs/Enums/PredicateStatus.html +++ b/docs/Enums/PredicateStatus.html @@ -17,7 +17,7 @@
    -

    Nimble 12.2.0 Docs (46% documented)

    +

    Nimble 12.3.0 Docs (46% documented)

    GitHubView on GitHub

    @@ -222,6 +222,9 @@ + @@ -363,7 +366,7 @@ !==(_:_:)
    @@ -1756,6 +1760,33 @@

    Declaration

    +
  • +
    + + + + TimeInterval + +
    +
    +
    +
    +
    +
    + + See more +
    +
    +

    Declaration

    +
    +

    Swift

    +
    extension TimeInterval
    + +
    +
    +
    +
    +
  • @@ -1869,7 +1900,7 @@

    Declaration

    diff --git a/docs/Extensions/AnySequence.html b/docs/Extensions/AnySequence.html index 3fd0b152c..e0a494d50 100644 --- a/docs/Extensions/AnySequence.html +++ b/docs/Extensions/AnySequence.html @@ -17,7 +17,7 @@
    -

    Nimble 12.2.0 Docs (46% documented)

    +

    Nimble 12.3.0 Docs (46% documented)

    GitHubView on GitHub

    @@ -222,6 +222,9 @@ + @@ -363,7 +366,7 @@ !==(_:_:)
  • +
  • +
    + + + + advanced(by:) + +
    +
    +
    +
    +
    +
    +

    Undocumented

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public func advanced(by nimbleTimeInterval: NimbleTimeInterval) -> Date
    + +
    +
    +
    +
    +
  • diff --git a/docs/Extensions/Double.html b/docs/Extensions/Double.html index ebfe0a652..8c3babc11 100644 --- a/docs/Extensions/Double.html +++ b/docs/Extensions/Double.html @@ -17,7 +17,7 @@
    -

    Nimble 12.2.0 Docs (46% documented)

    +

    Nimble 12.3.0 Docs (46% documented)

    GitHubView on GitHub

    @@ -222,6 +222,9 @@ + @@ -363,7 +366,7 @@ !==(_:_:)
  • - - - T + + + Value
    @@ -1156,7 +1159,7 @@

    AsyncablePredicate

    Declaration

    Swift

    -
    associatedtype T
    +
    associatedtype Value
    @@ -1166,9 +1169,9 @@

    Declaration

  • - + - satisfies(_:) + satisfies(_:) Asynchronous @@ -1186,7 +1189,7 @@

    Declaration

    Declaration

    Swift

    -
    func satisfies(_ expression: AsyncExpression<T>) async throws -> PredicateResult
    +
    func satisfies(_ expression: AsyncExpression<Value>) async throws -> PredicateResult
    @@ -1198,7 +1201,7 @@

    Declaration

    diff --git a/docs/Protocols/Expectation.html b/docs/Protocols/Expectation.html index 651ed29fd..27a46b024 100644 --- a/docs/Protocols/Expectation.html +++ b/docs/Protocols/Expectation.html @@ -17,7 +17,7 @@
    -

    Nimble 12.2.0 Docs (46% documented)

    +

    Nimble 12.3.0 Docs (46% documented)

    GitHubView on GitHub

    @@ -222,6 +222,9 @@ + @@ -363,7 +366,7 @@ !==(_:_:)
  • +
  • +
    + + + + <(_:_:) + +
    +
    +
    +
    +
    +
    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public static func < (lhs: NimbleTimeInterval, rhs: NimbleTimeInterval) -> Bool
    + +
    +
    +
    +
    +
  • @@ -1272,6 +1301,33 @@

    Declaration

  • +
  • +
    + + + + nanoseconds + +
    +
    +
    +
    +
    +
    +

    Undocumented

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public var nanoseconds: UInt64 { get }
    + +
    +
    +
    +
    +
  • @@ -1298,12 +1354,39 @@

    Declaration

  • +
  • +
    + + + + timeInterval + +
    +
    +
    +
    +
    +
    +

    Undocumented

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public var timeInterval: TimeInterval { get }
    + +
    +
    +
    +
    +
  • diff --git a/docs/docsets/Nimble.docset/Contents/Resources/Documents/Enums/PredicateStatus.html b/docs/docsets/Nimble.docset/Contents/Resources/Documents/Enums/PredicateStatus.html index dc4eb3320..fe7bf4980 100644 --- a/docs/docsets/Nimble.docset/Contents/Resources/Documents/Enums/PredicateStatus.html +++ b/docs/docsets/Nimble.docset/Contents/Resources/Documents/Enums/PredicateStatus.html @@ -17,7 +17,7 @@
    -

    Nimble 12.2.0 Docs (46% documented)

    +

    Nimble 12.3.0 Docs (46% documented)

    GitHubView on GitHub

    @@ -222,6 +222,9 @@ + @@ -363,7 +366,7 @@ !==(_:_:)
    @@ -1756,6 +1760,33 @@

    Declaration

    +
  • +
    + + + + TimeInterval + +
    +
    +
    +
    +
    +
    + + See more +
    +
    +

    Declaration

    +
    +

    Swift

    +
    extension TimeInterval
    + +
    +
    +
    +
    +
  • @@ -1869,7 +1900,7 @@

    Declaration

    diff --git a/docs/docsets/Nimble.docset/Contents/Resources/Documents/Extensions/AnySequence.html b/docs/docsets/Nimble.docset/Contents/Resources/Documents/Extensions/AnySequence.html index 3fd0b152c..e0a494d50 100644 --- a/docs/docsets/Nimble.docset/Contents/Resources/Documents/Extensions/AnySequence.html +++ b/docs/docsets/Nimble.docset/Contents/Resources/Documents/Extensions/AnySequence.html @@ -17,7 +17,7 @@
    -

    Nimble 12.2.0 Docs (46% documented)

    +

    Nimble 12.3.0 Docs (46% documented)

    GitHubView on GitHub

    @@ -222,6 +222,9 @@ + @@ -363,7 +366,7 @@ !==(_:_:)
  • +
  • +
    + + + + advanced(by:) + +
    +
    +
    +
    +
    +
    +

    Undocumented

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public func advanced(by nimbleTimeInterval: NimbleTimeInterval) -> Date
    + +
    +
    +
    +
    +
  • diff --git a/docs/docsets/Nimble.docset/Contents/Resources/Documents/Extensions/Double.html b/docs/docsets/Nimble.docset/Contents/Resources/Documents/Extensions/Double.html index ebfe0a652..8c3babc11 100644 --- a/docs/docsets/Nimble.docset/Contents/Resources/Documents/Extensions/Double.html +++ b/docs/docsets/Nimble.docset/Contents/Resources/Documents/Extensions/Double.html @@ -17,7 +17,7 @@
    -

    Nimble 12.2.0 Docs (46% documented)

    +

    Nimble 12.3.0 Docs (46% documented)

    GitHubView on GitHub

    @@ -222,6 +222,9 @@ + @@ -363,7 +366,7 @@ !==(_:_:)
  • - - - T + + + Value
    @@ -1156,7 +1159,7 @@

    AsyncablePredicate

    Declaration

    Swift

    -
    associatedtype T
    +
    associatedtype Value
    @@ -1166,9 +1169,9 @@

    Declaration

  • - + - satisfies(_:) + satisfies(_:) Asynchronous @@ -1186,7 +1189,7 @@

    Declaration

    Declaration

    Swift

    -
    func satisfies(_ expression: AsyncExpression<T>) async throws -> PredicateResult
    +
    func satisfies(_ expression: AsyncExpression<Value>) async throws -> PredicateResult
    @@ -1198,7 +1201,7 @@

    Declaration

    diff --git a/docs/docsets/Nimble.docset/Contents/Resources/Documents/Protocols/Expectation.html b/docs/docsets/Nimble.docset/Contents/Resources/Documents/Protocols/Expectation.html index 651ed29fd..27a46b024 100644 --- a/docs/docsets/Nimble.docset/Contents/Resources/Documents/Protocols/Expectation.html +++ b/docs/docsets/Nimble.docset/Contents/Resources/Documents/Protocols/Expectation.html @@ -17,7 +17,7 @@
    -

    Nimble 12.2.0 Docs (46% documented)

    +

    Nimble 12.3.0 Docs (46% documented)

    GitHubView on GitHub

    @@ -222,6 +222,9 @@ + @@ -363,7 +366,7 @@ !==(_:_:)