File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
- ## [ Unreleased] ( https://github.com/rubycdp/ferrum/compare/v0.15.1 ...main ) ##
1
+ ## [ Unreleased] ( https://github.com/rubycdp/ferrum/compare/v0.16 ...main ) ##
2
2
3
3
### Added
4
4
9
9
### Removed
10
10
11
11
12
+ ## [ 0.16] ( https://github.com/rubycdp/ferrum/compare/0.16 ) - (May 10, 2025) ##
13
+
14
+ ### Added
15
+
16
+ ### Changed
17
+
18
+ - ` wait_for_network_idle ` doesn't raise error, instead simply returns ` nil `
19
+
20
+ ### Fixed
21
+
22
+ - Assigning broken unicode to a node directly from JS can lead to ` JSON::ParserError: incomplete surrogate pair at ... ` error
23
+
24
+ ### Removed
25
+
26
+
12
27
## [ 0.15.1] ( https://github.com/rubycdp/ferrum/compare/v0.15...0.15.1 ) - (Jun 15, 2024) ##
13
28
14
29
### Added
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ require "bundler/gem_tasks"
5
5
require "rspec/core/rake_task"
6
6
7
7
RSpec ::Core ::RakeTask . new ( "test" ) do |t |
8
- t . ruby_opts = "-w"
9
8
t . rspec_opts = "--format=documentation" if ENV [ "CI" ]
10
9
end
11
10
Original file line number Diff line number Diff line change 2
2
3
3
module Capybara
4
4
module Cuprite
5
- VERSION = "0.15.1 "
5
+ VERSION = "0.16 "
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments