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: YusukeIwaki/puppeteer-ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.42.0
Choose a base ref
...
head repository: YusukeIwaki/puppeteer-ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.43.0
Choose a head ref
  • 15 commits
  • 20 files changed
  • 2 contributors

Commits on Sep 1, 2022

  1. build(deps-dev): update rubocop requirement from ~> 1.35.0 to ~> 1.36.0

    Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.35.0...v1.36.0)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    7a95ad9 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. Merge pull request #250 from YusukeIwaki/dependabot/bundler/rubocop-t…

    …w-1.36.0
    
    build(deps-dev): update rubocop requirement from ~> 1.35.0 to ~> 1.36.0
    YusukeIwaki authored Sep 3, 2022
    Configuration menu
    Copy the full SHA
    a6ef1c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    0c8016c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #251 from YusukeIwaki/porting/8520

    feat: use CDP's auto-attach mechanism
    YusukeIwaki authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    dc1c1e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf877de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3795a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fdcdcfc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6f2ee0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #252 from YusukeIwaki/split_connector_class

    Introduce BrowserConnector
    YusukeIwaki authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    1fff72d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #253 from YusukeIwaki/porting/8706

    fix: disable AcceptCHFrame
    YusukeIwaki authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    a665441 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6dfb093 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    41e3820 View commit details
    Browse the repository at this point in the history
  2. Prepare 0.43.0

    YusukeIwaki committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    291af4e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #255 from YusukeIwaki/porting/8688

    fix: address flakiness in frame handling
    YusukeIwaki authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    2e16378 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #256 from YusukeIwaki/release-0.43.0

    Release 0.43.0
    YusukeIwaki authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    b65b7ba View commit details
    Browse the repository at this point in the history
Loading