Skip to content

Commit 2d1ae23

Browse files
bump: version 0.5.1 → 0.6.0
1 parent 9cfa4cd commit 2d1ae23

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## 0.6.0 (2024-11-18)
2+
3+
### Feat
4+
5+
- add callback ID handling for page load events in Page class
6+
- update event registration to return callback IDs and add removal
7+
- refactor DOM commands to use object_id instead of node_id
8+
9+
### Fix
10+
11+
- refactor page navigation and loading logic for efficiency
12+
- add page reload after navigating to a new URL in Page class
13+
- refactor URL navigation to use evaluate_script for efficiency
14+
- implement page refresh on URL unchanged and add navigation event
15+
- update object ID reference in Page class for clarity
16+
- refactor element search logic to simplify error handling
17+
- DomCommands using `object_id` instead of `node_id` to prevent bugs
18+
- handle OSError when cleaning up temporary directories in Browser
19+
20+
### Refactor
21+
22+
- change error log to warning for missing callback ID
23+
- refactor DOM command scripts for improved readability and reuse
24+
- rename methods for clarity and consistency in WebElement class
25+
- refactor parameter names for consistency in target methods
26+
- normalize variable naming for consistency in fetch commands
27+
128
## 0.5.1 (2024-11-12)
229

330
### Fix

cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
commitizen:
33
name: cz_conventional_commits
44
tag_format: $version
5-
version: 0.5.1
5+
version: 0.6.0

0 commit comments

Comments
 (0)