Skip to content

Commit

Permalink
Bump up
Browse files Browse the repository at this point in the history
  • Loading branch information
route committed Feb 17, 2024
1 parent 1754c09 commit ac52ce9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
19 changes: 15 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
## [Unreleased](https://github.com/rubycdp/ferrum/compare/v0.14...main) ##
## [Unreleased](https://github.com/rubycdp/ferrum/compare/v0.15...main) ##

### Added
- `Ferrum::Page#disable_javascript` disables the JavaScript from the HTML source
- `Ferrum::Page#set_viewport` emulates the viewport
- `Ferrum::Downloads`

### Changed

### Fixed

### Removed


## [0.15](https://github.com/rubycdp/ferrum/compare/v0.14...v0.15) ##

### Added
- `Ferrum::Page#disable_javascript` disables the JavaScript from the HTML source [#407]
- `Ferrum::Page#set_viewport` emulates the viewport [#406]
- `Ferrum::Downloads` [#416]
- `#files` information about downloaded files
- `#wait` wait for file download to be completed
- `#set_behavior` where and whether to store file
Expand Down
2 changes: 1 addition & 1 deletion lib/ferrum/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Ferrum
VERSION = "0.14"
VERSION = "0.15"
end

0 comments on commit ac52ce9

Please sign in to comment.