Skip to content

Releases: spriteCloud/lapis-lazuli

v0.8.1

14 Jul 15:14
Compare
Choose a tag to compare

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 with faraday_middleware's JSON implementation.

v0.8.0

29 May 08:40
Compare
Choose a tag to compare

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

06 May 20:12
Compare
Choose a tag to compare
  • 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

22 Apr 17:00
Compare
Choose a tag to compare
  • 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.