File tree Expand file tree Collapse file tree 2 files changed +16
-5
lines changed
Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1- ## [ Unreleased] ( https://github.com/rubycdp/ferrum/compare/v0.14 ...main ) ##
1+ ## [ Unreleased] ( https://github.com/rubycdp/ferrum/compare/v0.15 ...main ) ##
22
33### Added
4- - ` Ferrum::Page#disable_javascript ` disables the JavaScript from the HTML source
5- - ` Ferrum::Page#set_viewport ` emulates the viewport
6- - ` Ferrum::Downloads `
4+
5+ ### Changed
6+
7+ ### Fixed
8+
9+ ### Removed
10+
11+
12+ ## [ 0.15] ( https://github.com/rubycdp/ferrum/compare/v0.14...v0.15 ) ##
13+
14+ ### Added
15+ - ` Ferrum::Page#disable_javascript ` disables the JavaScript from the HTML source [ #407 ]
16+ - ` Ferrum::Page#set_viewport ` emulates the viewport [ #406 ]
17+ - ` Ferrum::Downloads ` [ #416 ]
718 - ` #files ` information about downloaded files
819 - ` #wait ` wait for file download to be completed
920 - ` #set_behavior ` where and whether to store file
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Ferrum
4- VERSION = "0.14 "
4+ VERSION = "0.15 "
55end
You can’t perform that action at this time.
0 commit comments