Skip to content

Commit 62dd1b0

Browse files
committed
chore: strip spaces
1 parent 50be942 commit 62dd1b0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

CHANGELOG.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
### Changed
1717

1818
### Fixed
19-
2019
- Can't use single quotes in screenshot :selector [#465]
2120
- `remote_debug_url` for modern Chrome returns chrome-devtools-frontend.appspot.com absolute url
2221

@@ -26,7 +25,6 @@
2625
## [0.17](https://github.com/rubycdp/ferrum/compare/v0.16...v0.17) - (May 10, 2025) ##
2726

2827
### Added
29-
3028
- `Ferrum::Network::Exchange#blob?` determines if the exchange is blob [#516]
3129
- `Ferrum::Network::Request#headers` are enhanced and supplemented with `Network.requestWillBeSentExtraInfo` [#506]
3230
- `Ferrum::Page#off` to unsubscribe from CDP events [#455]
@@ -41,13 +39,11 @@
4139
- `Ferrum::Browser#new(incognito: false)` whether to create an incognito profile for the browser startup window, `true` by default.
4240

4341
### Changed
44-
4542
- `Ferrum::Network::Exchange#finished?` takes into account that exchange might be in an unknown state after loader changed(next `go_to` call) and considers
4643
such as finished [#426]
4744
- `headless: "new"` mode is removed as it's now default in modern Chrome, just use `headless: true` instead [#518]
4845

4946
### Fixed
50-
5147
- Correctly set mouse events buttons property [#509]
5248
- Prevent 'Hash#[]=': can't add a new key into hash during iteration [#513]
5349
- `Ferrum::Network::Exchange#finished?` and `Ferrum::Network#wait_for_idle` take into account that request can be a blob [#496]
@@ -59,7 +55,6 @@
5955
## [0.16](https://github.com/rubycdp/ferrum/compare/v0.15...v0.16) - (Dec 1, 2024) ##
6056

6157
### Added
62-
6358
- `Ferrum::Network#wait_for_idle!` raises an error if timeout reached.
6459
- `Ferrum::Browser#close` closes browser gracefully issuing a CDP command, doesn't clean up ruby resources.
6560
- `Ferrum::Node#remove` removes node from DOM tree.
@@ -70,11 +65,9 @@
7065
- `Ferrum::Page#activate` activates the target for the given page.
7166

7267
### Changed
73-
7468
- `Ferrum::Network#wait_for_idle` now returns true or false. Doesn't raise an error [BREAKING CHANGE].
7569

7670
### Fixed
77-
7871
- `:ws_url` option is now used without modifications WYSIWYG.
7972
- `Network.requestWillBeSent` callback didn't handle params in a type-safe way
8073
- `Page.frameStoppedLoading` callback shouldn't wait for document_node_id response
@@ -111,7 +104,6 @@ instead of passing browser and making cyclic dependency on the browser instance,
111104
- `Ferrum::Browser::Client` -> `Ferrum::Client` [#433]
112105

113106
### Fixed
114-
115107
- Exceptions within `.on()` were swallowed by a thread pool of `Concurrent::Async` [#432]
116108
- `Ferrum::Context#add_target` puts wrong target to pendings sometimes [#433]
117109
- Leaking connection descriptors in tests and after browser quit [#433]

0 commit comments

Comments
 (0)