File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
Expand file tree Collapse file tree 2 files changed +17
-2
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 ) ##
22
33### Added
44
99### Removed
1010
1111
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+
1227## [ 0.15.1] ( https://github.com/rubycdp/ferrum/compare/v0.15...0.15.1 ) - (Jun 15, 2024) ##
1328
1429### Added
Original file line number Diff line number Diff line change 22
33module Capybara
44 module Cuprite
5- VERSION = "0.15.1 "
5+ VERSION = "0.16 "
66 end
77end
You can’t perform that action at this time.
0 commit comments