fix(HandelsRegister): Refined HandelsRegister functionality for better error handling and response capture.

This commit is contained in:
2025-01-03 02:19:07 +01:00
parent 1c0e04cb0d
commit e4a8d371f7
3 changed files with 97 additions and 27 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-01-03 - 1.3.1 - fix(HandelsRegister)
Refined HandelsRegister functionality for better error handling and response capture.
- Improved parsing logic in parseGermanRegistration function.
- Enhanced navigateToPage and clickFindButton methods with error messages for clarity.
- Implemented a new responseListener to handle and log HTTP responses correctly.
## 2025-01-03 - 1.3.0 - feat(core)
Enhanced data handling capabilities and improved company search functionalities.