-
-
Notifications
You must be signed in to change notification settings - Fork 42
Comparing changes
Open a pull request
base repository: YusukeIwaki/puppeteer-ruby
base: 0.35.1
head repository: YusukeIwaki/puppeteer-ruby
compare: 0.36.0
- 20 commits
- 23 files changed
- 3 contributors
Commits on Aug 12, 2021
-
Update rubocop requirement from ~> 1.18.0 to ~> 1.19.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.18.0...v1.19.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2dec7dc - Browse repository at this point
Copy the full SHA 2dec7dcView commit details
Commits on Aug 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9df4120 - Browse repository at this point
Copy the full SHA 9df4120View commit details -
Merge pull request #132 from YusukeIwaki/dependabot/bundler/rubocop-t…
…w-1.19.0 Update rubocop requirement from ~> 1.18.0 to ~> 1.19.0
Yusuke Iwaki authoredAug 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 945f5f2 - Browse repository at this point
Copy the full SHA 945f5f2View commit details -
The block call of wait_for_xxx should be evaluated after wait_for_xxx. Concurrent::Promises.zip(promises) don't ensure the order of evaluation of promises. ``` async_xxxx = Concurrent::Promises.future { ... } # start evaluating here. async_calling_block = Concurrent::Promises.delay { ... } # not evaluated here. Concurrent::Promises.zip( async_xxx, axync_calling_block, ).value! # async_calling_block starts to be evaluated here. ```
Configuration menu - View commit details
-
Copy full SHA for 2162767 - Browse repository at this point
Copy the full SHA 2162767View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25593fa - Browse repository at this point
Copy the full SHA 25593faView commit details -
Merge pull request #133 from YusukeIwaki/improve_define_async_method
Improve define_async_method.
Yusuke Iwaki authoredAug 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 0802586 - Browse repository at this point
Copy the full SHA 0802586View commit details
Commits on Aug 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7a0a3d7 - Browse repository at this point
Copy the full SHA 7a0a3d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1a4c67 - Browse repository at this point
Copy the full SHA d1a4c67View commit details -
Configuration menu - View commit details
-
Copy full SHA for baf5479 - Browse repository at this point
Copy the full SHA baf5479View commit details -
Merge pull request #134 from YusukeIwaki/emulateCPUThrottling
Implement Page#emulate_cpu_throttling
Yusuke Iwaki authoredAug 16, 2021 Configuration menu - View commit details
-
Copy full SHA for b39c2bb - Browse repository at this point
Copy the full SHA b39c2bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for afedc8a - Browse repository at this point
Copy the full SHA afedc8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ae54f0 - Browse repository at this point
Copy the full SHA 4ae54f0View commit details -
Merge pull request #135 from YusukeIwaki/emulateNetworkConditions
add Page#emulateNetworkConditions
Yusuke Iwaki authoredAug 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 6017dec - Browse repository at this point
Copy the full SHA 6017decView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b73f10 - Browse repository at this point
Copy the full SHA 9b73f10View commit details -
Merge pull request #136 from YusukeIwaki/exposeFunction
Implement Page#expose_function
Yusuke Iwaki authoredAug 16, 2021 Configuration menu - View commit details
-
Copy full SHA for c28f34f - Browse repository at this point
Copy the full SHA c28f34fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87b0182 - Browse repository at this point
Copy the full SHA 87b0182View commit details
Commits on Aug 17, 2021
-
Merge pull request #137 from YusukeIwaki/metrics
Yusuke Iwaki authoredAug 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 20aeaa9 - Browse repository at this point
Copy the full SHA 20aeaa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20256e5 - Browse repository at this point
Copy the full SHA 20256e5View commit details -
Merge pull request #138 from YusukeIwaki/drag_drop
Implement drag-and-drop
Yusuke Iwaki authoredAug 17, 2021 Configuration menu - View commit details
-
Copy full SHA for dd3aa4f - Browse repository at this point
Copy the full SHA dd3aa4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7970831 - Browse repository at this point
Copy the full SHA 7970831View 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 0.35.1...0.36.0