-
Notifications
You must be signed in to change notification settings - Fork 608
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: pointfreeco/swift-snapshot-testing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.11.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: pointfreeco/swift-snapshot-testing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.12.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 10 files changed
- 3 contributors
Commits on Aug 30, 2023
-
* Updated interface Let's introduce a more streamlined version of `assertSnapshot` that takes an `of` instead of a `matching` parameter: ```diff -assertSnapshot(matching: value, as: .json) +assertSnapshot(of: value, as: .json) ``` While `matching` read OK, it is also a little confusing, since it sounds like the value itself is a snapshot, but the helper is really taking a snapshot _of_ the value to be compared. We'll keep the old version around for a long time as a soft deprecation, but whenever we get close to realizing a 2.0 we can make a harder break. * wip
Configuration menu - View commit details
-
Copy full SHA for 3ccde63 - Browse repository at this point
Copy the full SHA 3ccde63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25c3dff - Browse repository at this point
Copy the full SHA 25c3dffView commit details -
Add plug-ins to the list (#763)
Co-authored-by: Mahmood Tahir <mahmood.tahir@thescore.com>
Configuration menu - View commit details
-
Copy full SHA for d4c218e - Browse repository at this point
Copy the full SHA d4c218eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26ed3a2 - Browse repository at this point
Copy the full SHA 26ed3a2View commit details
There are no files selected for viewing
This file was deleted.