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.28.1
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.29.0
Choose a head ref
  • 19 commits
  • 19 files changed
  • 3 contributors

Commits on Jan 16, 2021

  1. Add installation instructions to README.md

    There is a conflicting rubygem that isn't related to this project called `puppeteer`. This adds explicit instructions.
    
    Fixes #49
    TheKidCoder authored Jan 16, 2021
    Configuration menu
    Copy the full SHA
    d288ee5 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Merge pull request #53 from TheKidCoder/patch-1

    Add installation instructions to README.md
    YusukeIwaki authored Jan 18, 2021
    Configuration menu
    Copy the full SHA
    82f63f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Update README.md

    YusukeIwaki authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    a62addc View commit details
    Browse the repository at this point in the history
  2. Update rubocop requirement from ~> 1.8.0 to ~> 1.9.0

    Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version.
    - [Release notes](https://github.com/rubocop-hq/rubocop/releases)
    - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.8.0...v1.9.0)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    dependabot-preview[bot] authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    1bfe8da View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Configuration menu
    Copy the full SHA
    37d1a2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92c625d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b1e5ae View commit details
    Browse the repository at this point in the history
  4. add test with rel=opener

    YusukeIwaki committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    00260c1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #54 from YusukeIwaki/dependabot/bundler/rubocop-tw…

    …-1.9.0
    
    Update rubocop requirement from ~> 1.8.0 to ~> 1.9.0
    YusukeIwaki authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    d3caa6b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #55 from YusukeIwaki/fix_opener_change_chrome_88

    Fix window.opener spec with target=_blank
    YusukeIwaki authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    537bc54 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Update rubocop requirement from ~> 1.9.0 to ~> 1.10.0

    Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version.
    - [Release notes](https://github.com/rubocop-hq/rubocop/releases)
    - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.9.0...v1.10.0)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    dependabot-preview[bot] authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    1f9c8dd View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Configuration menu
    Copy the full SHA
    8e6b8d4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #56 from YusukeIwaki/dependabot/bundler/rubocop-tw…

    …-1.10.0
    
    Update rubocop requirement from ~> 1.9.0 to ~> 1.10.0
    YusukeIwaki authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    1c83c1b View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Configuration menu
    Copy the full SHA
    0380c18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39a7b13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00ace2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a3bc64 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #58 from YusukeIwaki/aria_query_handler

    Implement AriaQueryHandler
    YusukeIwaki authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    96ab273 View commit details
    Browse the repository at this point in the history
  6. 0.28.1 -> 0.29.0

    YusukeIwaki committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    a6b841d View commit details
    Browse the repository at this point in the history
Loading