Skip to content

v0.7.1

Compare
Choose a tag to compare
@amodm amodm released this 27 Apr 07:59

Releasing v0.7.1 with the following changes:

Added

  • Introduce Browser::is_available() and Browser::exists(&self) to check availability of browsers without opening a URL. See #47

Changed

  • Modify BrowserOptions to be constructable only via the builder pattern, to prevent future API compatibility issues