Releases: spriteCloud/lapis-lazuli
Releases · spriteCloud/lapis-lazuli
v0.8.1
This is a bugfix release:
- Writing metadata to a storage file was broken unless
METADATA_FILE
was specified in the environment. - Adding
faraday_json
to API functionality fixes character encoding issues common withfaraday_middleware
's JSON implementation.
v0.8.0
This release is mostly about runtime metadata handling.
- Runtime metadata is stored in storage file. This includes actual browser name, version and OS platform used.
- Metadata storage file name can be set from the environment.
- Fixed issue with reporting links in error messages.
v0.7.0
- Streamlined browser creation code (#14):
- Creating secondary browsers now copies options correctly (can be overridden)
- Secondary browsers are properly destroyed
- Added support for nested configurations being passed via environment variables
- Added support for remote browsers
- Fixed issue in find with :filter_by parameter
v0.6.3
- Fix a bug in find, when providing :filter_by parameter.
- browser.create was erroneously returning raw Watir browser instances, not LapisLazuli browser instances. Fixed that.