Skip to content
Permalink

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: percy/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.4
Choose a base ref
...
head repository: percy/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Choose a head ref
  • 6 commits
  • 34 files changed
  • 3 contributors

Commits on May 13, 2022

  1. ✨ 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
    wwilsman authored May 13, 2022
    Configuration menu
    Copy the full SHA
    0f4575e View commit details
    Browse the repository at this point in the history
  2. 🐛 Fix regex matching accepting non-regex patterns (#923)

    Also adjusted two merge snapshot option paths that I noticed from logged empty arrays
    wwilsman authored May 13, 2022
    Configuration menu
    Copy the full SHA
    97cd62c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. ⬆️ 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>
    dependabot[bot] authored May 16, 2022
    Configuration menu
    Copy the full SHA
    7008f2d View commit details
    Browse the repository at this point in the history
  2. ⬆️ 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>
    dependabot[bot] authored May 16, 2022
    Configuration menu
    Copy the full SHA
    c3e611a View commit details
    Browse the repository at this point in the history
  3. ⬆️ 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>
    dependabot[bot] authored May 16, 2022
    Configuration menu
    Copy the full SHA
    d181db9 View commit details
    Browse the repository at this point in the history
  4. 🔖 v1.2.0

    Robdel12 committed May 16, 2022
    Configuration menu
    Copy the full SHA
    ab7652e View commit details
    Browse the repository at this point in the history
Loading