- Added support for `cy.visit()` to recognize local URLs (localhost, 0.0.0.0, 127.0.0.1) without the `http://` prefix and improved intelligent trailing‑slash insertion.
- Fixed several bugs: proper escaping in `cy.contains()`, corrected logging of failed `cy.visit()` commands, restored hover highlighting after delayed element resolution, and made `.debug()` return the current subject.
- Made `cy.visit()` throw an error when the URL argument is not a string (breaking change) and upgraded jsUri to version 1.3.0.