Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from Quick:main #32

Open
wants to merge 73 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
73 commits
Select commit Hold shift + click to select a range
8e562c7
Bump actions/checkout from 3 to 4 (#1081)
dependabot[bot] Sep 4, 2023
3f9773e
Implement the async variant of toEventually using structured concurre…
younata Sep 13, 2023
9f3afda
Fix all swiftlint warnings (#1085)
younata Sep 14, 2023
edaedc1
[v12.3.0] Update docs and podspec
younata Sep 17, 2023
5ac0475
Update release script for a more modern-ish release process (#1086)
younata Sep 17, 2023
6106e7b
Bump cocoapods from 1.12.1 to 1.13.0 (#1089)
dependabot[bot] Sep 26, 2023
67aca90
Add Windows Support (#1088)
brianmichel Sep 27, 2023
f9b339e
Rename Predicate to Matcher (#1090)
younata Oct 2, 2023
92ef5f2
Mark the AsyncDefaults struct as removed (#1069) (#1092)
younata Oct 2, 2023
d50a465
Redo the work of consolidating xcodeproj targets (#1093)
younata Oct 2, 2023
842ac18
Bump actions/checkout from 3 to 4 (#1091)
dependabot[bot] Oct 2, 2023
207c9df
[v13.0.0-rc.1] Update docs and podspec
younata Oct 2, 2023
d616f15
[v13.0.0] Update docs and podspec
younata Oct 10, 2023
ef552dc
Bump cocoapods from 1.13.0 to 1.14.2 (#1094)
dependabot[bot] Oct 31, 2023
c60d66d
Introduce the require dsl. For when you need the assertion to pass be…
younata Dec 20, 2023
ebe9d80
Pull in CwlCatchException and CwlPreconditionTesting transitively. (#…
younata Dec 20, 2023
191031b
Install jazzy in the bundle
younata Dec 21, 2023
bc03342
[v13.1.0] Update docs and podspec
younata Dec 21, 2023
409a9ec
Fix build on cocoapods by specifying the correct location for the Coc…
younata Dec 21, 2023
f0b14e2
[v13.1.1] Update docs and podspec
younata Dec 21, 2023
22272a5
Fix cocoapods dependencies (#1111)
svenmuennich Jan 5, 2024
437d2a6
[v13.1.2] Update docs and podspec
younata Jan 5, 2024
1b75ed0
New matcher: map, for running a function on a value and running a mat…
younata Jan 6, 2024
390f387
Build the carthage frameworks in a github action (#1107)
younata Jan 10, 2024
419dd7d
Bump cocoapods from 1.14.2 to 1.14.3 (#1100)
dependabot[bot] Jan 10, 2024
29c8d41
Add a privacy manifest (#1113)
younata Jan 10, 2024
52c7526
Add visionOS support (#1098)
stonko1994 Jan 17, 2024
c1f3dd6
[v13.2.0] Update docs and podspec
younata Jan 17, 2024
209c731
Bump cocoapods from 1.14.3 to 1.15.0 (#1116)
dependabot[bot] Jan 29, 2024
b7c23fe
Bump cocoapods from 1.15.0 to 1.15.2 (#1119)
dependabot[bot] Feb 12, 2024
0a14466
Fix bug where expect(nil).toAlways(equal(0)) would erroneously pass (…
younata Feb 25, 2024
efe11bb
[v13.2.1] Update docs and podspec
younata Feb 25, 2024
ca24804
Make PollingDefaults threadsafe (#1122)
younata Feb 26, 2024
8021baa
Bump softprops/action-gh-release from 1 to 2 (#1128)
dependabot[bot] Mar 12, 2024
256e242
Depend on CwlPreconditionTesting 2.2.0 for Cocoapods (#1129)
younata Mar 17, 2024
307cdcd
Add matchers for Result that match against submatchers, or for equata…
younata Mar 30, 2024
e617085
Use docc for documentation, instead of having it all in a single, gia…
younata Mar 30, 2024
3af88e5
Pass the correct hosting base path to docc (#1136)
younata Mar 30, 2024
8893409
Improve documentation articles by adding short abstracts to them. (#1…
younata Mar 31, 2024
12b2cb7
Fix a typo in the name of this framework. 🤦🏻‍♀️ (#1138)
younata Mar 31, 2024
914658f
Bump actions/checkout from 3 to 4 (#1139)
dependabot[bot] Apr 1, 2024
0e306cf
Fix a type linking to the collections documentation
younata Apr 8, 2024
1c49fc1
[v13.3.0] Update podspec
younata Apr 8, 2024
eb1013d
Bump rexml from 3.2.6 to 3.2.8 (#1143)
dependabot[bot] May 16, 2024
6ba9e68
BeLogical: fix retroactive conformance error. (#1149)
TomerHacohen Jun 25, 2024
26e5348
Add a matcher to negate a passed in matcher (#1151)
younata Aug 8, 2024
54b4e52
[v13.4.0] Update podspec
younata Aug 8, 2024
3e40449
Bump rexml from 3.2.8 to 3.3.6 (#1153)
dependabot[bot] Aug 23, 2024
f12ca52
Basic swift testing support (#1154)
younata Sep 12, 2024
cecacf0
[v13.5.0] Update podspec
younata Sep 12, 2024
f459a20
Allow unwrap and pollUnwrap to take in custom descriptions (#1162)
younata Oct 11, 2024
61dcf0c
Add requireFail. Like fail(), but it also always throws an error (#1163)
younata Oct 11, 2024
566294c
Fix build error when using UI Tests (#1164)
younata Oct 13, 2024
6416749
[v13.6.0] Update podspec
younata Oct 13, 2024
47ba9ec
Bump rexml from 3.3.6 to 3.3.9 (#1171)
dependabot[bot] Oct 28, 2024
856b940
Allow beAKindOf and beAnInstanceOf to nest inside of other matchers (…
younata Nov 5, 2024
0e445aa
[v13.6.1] Update podspec
younata Nov 5, 2024
b0cee1b
Fix regression in beAnInstanceOf (#1174)
younata Nov 6, 2024
f3bedd7
[v13.6.2] Update podspec
younata Nov 6, 2024
cfe1d7f
Bump the ruby version used in github workflows (#1175)
younata Nov 8, 2024
e488841
Bump cocoapods from 1.15.2 to 1.16.2 (#1172)
dependabot[bot] Nov 8, 2024
e7e32cf
Bump jazzy from 0.14.4 to 0.15.3 (#1170)
dependabot[bot] Nov 8, 2024
c2c106f
Update DSL+Wait.swift (#1176)
ianrahman Nov 8, 2024
e541b92
Fix expected text in waitUntil stall test (#1179)
younata Dec 12, 2024
51d5438
Allow beIdenticalTo and be to be used as composed matchers (#1178)
younata Dec 12, 2024
74185db
Add an overload of map that allows you to fail the conversion by retu…
younata Dec 12, 2024
725e5a3
Rename the failable map overload to compactMap (#1180)
younata Dec 12, 2024
9aaef11
[v13.7.0] Update podspec
younata Dec 12, 2024
fd4a97e
done compatible with Sendable (#1159)
soranoba Dec 12, 2024
6de3456
add an explicit test that NSObject equality works (#1181)
younata Dec 12, 2024
c638ef9
Fix regression where be and beIdenticalTo matchers stopped matching a…
younata Dec 16, 2024
7795df4
[v13.7.1] Update podspec
younata Dec 16, 2024
23903e1
Update CI actions (#1184)
younata Dec 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[v13.6.0] Update podspec
  • Loading branch information
younata committed Oct 13, 2024
commit 6416749c3c0488664fff6b42f8bf3ea8dc282ca1
2 changes: 1 addition & 1 deletion Nimble.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Nimble"
s.version = "13.5.0"
s.version = "13.6.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.
Expand Down