Skip to content

Latest commit

 

History

History
212 lines (84 loc) · 6.42 KB

CHANGELOG.md

File metadata and controls

212 lines (84 loc) · 6.42 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.7.5 (2020-12-12)

Bug Fixes

  • replace deprecated waitFor (resolves: #63) (542024f)

0.7.4 (2019-11-27)

Bug Fixes

  • detection: Invalid Chrome detection command (#37) (ded2478)

0.7.3 (2019-11-05)

Bug Fixes

  • detection: Chrome detection fails on MacOs Catalina (#30) (c2527c6), closes #29

0.7.2 (2019-09-09)

Bug Fixes

  • selenium: add mapping for browser log levels to selenium (d78fd28)
  • static-server: always set folder when unset (e4b5cf4)
  • correct regexp for detecting chrome (#27) (28ca90b), closes #23

0.7.1 (2019-08-15)

Bug Fixes

  • remove circular dependencies in utils (062b66e)

0.7.0 (2019-08-15)

Bug Fixes

  • only slice transpiled code if wrapped in block (086b395)

Features

  • add jsdom browser (c2288ba)
  • support loading page functions from files using webpack (#19) (5f3322b)

0.6.5 (2019-07-28)

Bug Fixes

0.6.4 (2019-07-28)

Bug Fixes

  • use 'folder: false' to use bs-local with an internal server (8bd4abc)

0.6.3 (2019-07-14)

Bug Fixes

  • staticserver: keep ref to config (e6fde22)

0.6.2 (2019-07-14)

Bug Fixes

  • dont return early in getElementsFromPage (4324211)

Features

  • add quiet option to disable logs (0025dbb)

0.6.1 (2019-07-13)

Bug Fixes

  • dont overwrite staticServer config (be5675c)

0.6.0 (2019-07-13)

Bug Fixes

  • ignore grep errors for chrome detector (262ae34)

Features

  • add static webserver command (9b075d4)
  • add trim option to getText(s) (1caadd0)

Tests

0.5.2 (2019-05-05)

0.5.1 (2019-04-03)

Bug Fixes

  • use correct es5 entry point (cc68e67)

0.5.0 (2019-03-26)

Bug Fixes

  • detect chrome correctly on darwin (use egrep) (c6068a2)
  • implement safari correctly (15c4d8b)
  • only enable xfvb by default on supported platforms (d6df88c)
  • only load xfvb by default on supported platforms (52fac06)

Features

  • rename browser export to createBrowser (d62e935)

0.4.0 (2019-03-21)

Features

  • add mocked timer detection and try to workaround them (ea9409c)

0.3.0 (2019-03-21)

Bug Fixes

  • add exit listeners to exit child procs on interruption (744dcff)

Features

  • auto transpile when browser version is specified (f610f25)

0.2.2 (2019-03-20)

Bug Fixes

  • browserstack: only set default os when not set (3fa0322)

0.2.1 (2019-03-20)

0.2.0 (2019-03-20)

Bug Fixes

  • selenium: make sync scripts work in run async (596f2ad)

Features

0.1.0 (2019-03-15)

Bug Fixes

  • dont throw error when Xvfb is already running (which is fine) (35eaccb)