-
Notifications
You must be signed in to change notification settings - Fork 54
Comparing changes
Open a pull request
base repository: percy/cli
base: v1.1.4
head repository: percy/cli
compare: v1.2.0
- 6 commits
- 34 files changed
- 3 contributors
Commits on May 13, 2022
-
✨ Add additional snapshot command exec helpers (#922)
* ♻ Refactor browser constructor to use percy instance reference * ♻ Refactor core generator utils and usage The generatePromise function now accepts an abort signal and node-style callback. Rather than returning a promise-like generator, it now always returns a promise. A new AbortController polyfill was added for Node environments to support providing the generatorPromise function with an abort signal. A yieldFor function replaces the previous waitFor function with the same basic functionality; yielding on every iteration to the provided predicate function. The waitFor function is now a shortcut for generatePromise(yieldFor(...args)). A new waitForTimeout function was added in preperation of more exec utils. * ♻ Use core generator and abort utils for cli-command * ✨ Introduce additional core exec helpers * 🚨 Remove empty comment * ✅ Make some test variables constants These are not reset during hooks, so they can leak between tests when redefined * 🙈 Ignore coverage of injected code
Configuration menu - View commit details
-
Copy full SHA for 0f4575e - Browse repository at this point
Copy the full SHA 0f4575eView commit details -
🐛 Fix regex matching accepting non-regex patterns (#923)
Also adjusted two merge snapshot option paths that I noticed from logged empty arrays
Configuration menu - View commit details
-
Copy full SHA for 97cd62c - Browse repository at this point
Copy the full SHA 97cd62cView commit details
Commits on May 16, 2022
-
⬆️ Bump karma from 6.3.19 to 6.3.20 (#927)
Bumps [karma](https://github.com/karma-runner/karma) from 6.3.19 to 6.3.20. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](karma-runner/karma@v6.3.19...v6.3.20) --- updated-dependencies: - dependency-name: karma dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7008f2d - Browse repository at this point
Copy the full SHA 7008f2dView commit details -
⬆️ Bump yaml from 2.0.1 to 2.1.0 (#925)
Bumps [yaml](https://github.com/eemeli/yaml) from 2.0.1 to 2.1.0. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v2.0.1...v2.1.0) --- updated-dependencies: - dependency-name: yaml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c3e611a - Browse repository at this point
Copy the full SHA c3e611aView commit details -
⬆️ Bump karma-jasmine from 5.0.0 to 5.0.1 (#926)
Bumps [karma-jasmine](https://github.com/karma-runner/karma-jasmine) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/karma-runner/karma-jasmine/releases) - [Changelog](https://github.com/karma-runner/karma-jasmine/blob/master/CHANGELOG.md) - [Commits](karma-runner/karma-jasmine@v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: karma-jasmine dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d181db9 - Browse repository at this point
Copy the full SHA d181db9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab7652e - Browse repository at this point
Copy the full SHA ab7652eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.1.4...v1.2.0