Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [Unreleased](https://github.com/rubycdp/ferrum/compare/v0.15.1...main) ##
## [Unreleased](https://github.com/rubycdp/ferrum/compare/v0.16...main) ##

### Added

Expand All @@ -9,6 +9,21 @@
### Removed


## [0.16](https://github.com/rubycdp/ferrum/compare/0.16) - (May 10, 2025) ##

### Added

### Changed

- `wait_for_network_idle` doesn't raise error, instead simply returns `nil`

### Fixed

- Assigning broken unicode to a node directly from JS can lead to `JSON::ParserError: incomplete surrogate pair at ...` error

### Removed


## [0.15.1](https://github.com/rubycdp/ferrum/compare/v0.15...0.15.1) - (Jun 15, 2024) ##

### Added
Expand Down
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ require "bundler/gem_tasks"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new("test") do |t|
t.ruby_opts = "-w"
t.rspec_opts = "--format=documentation" if ENV["CI"]
end

Expand Down
2 changes: 1 addition & 1 deletion lib/capybara/cuprite/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Capybara
module Cuprite
VERSION = "0.15.1"
VERSION = "0.16"
end
end