|
| 1 | +## 1.0.0 (2025-02-05) |
| 2 | + |
| 3 | +### BREAKING CHANGE |
| 4 | + |
| 5 | +- now you'll have to use By.CSS_SELECTOR instead of By.CSS |
| 6 | + |
| 7 | +### Feat |
| 8 | + |
| 9 | +- refactor import and export statements for better readability |
| 10 | +- update changelog for version 0.7.0 and fix dependency versions |
| 11 | +- add ping method to ConnectionHandler for browser connectivity check |
| 12 | +- add tests for BrowserCommands in test_browser_commands.py |
| 13 | + |
| 14 | +### Fix |
| 15 | + |
| 16 | +- add initial module files for commands, connection, events, and mixins |
| 17 | +- add connection port parameter to Chrome browser initialization |
| 18 | +- use deepcopy for templates to prevent mutation issues |
| 19 | + |
| 20 | +### Refactor |
| 21 | + |
| 22 | +- rename constant CSS to CSS_SELECTOR |
| 23 | +- add command imports and remove obsolete connection handler code |
| 24 | +- refactor methods to be static in ConnectionHandler class |
| 25 | +- refactor proxy configuration and cleanup logic in Browser class |
| 26 | +- refactor ConnectionHandler to improve WebSocket management logic |
| 27 | +- refactor Browser class initialization for better clarity and structure |
| 28 | +- refactor Browser initialization to enhance flexibility and defaults |
| 29 | +- refactor import statement for ConnectionHandler module |
| 30 | +- refactor import paths for ConnectionHandler in browser modules |
| 31 | +- implement ConnectionHandler for WebSocket browser automation |
| 32 | +- implement command and event management for asynchronous processing |
| 33 | +- remove unnecessary logging for WebSocket address fetching |
| 34 | +- refactor Chrome class to use BrowserOptionsManager for path validation |
| 35 | +- implement proxy and browser management in the new managers module |
| 36 | +- refactor Browser class to use manager classes for better structure |
| 37 | +- refactor DOM command scripts for clarity and efficiency |
| 38 | + |
1 | 39 | ## 0.7.0 (2024-12-09)
|
2 | 40 |
|
3 | 41 | ### Feat
|
|
0 commit comments