Skip to content

Latest commit

 

History

History
128 lines (59 loc) · 5.53 KB

CHANGELOG.md

File metadata and controls

128 lines (59 loc) · 5.53 KB

Changelog

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

0.3.7 (2024-10-06)

Features

  • ci: update config to use workflow from projek-xyz (#75) (9826946)

0.3.6 (2024-09-03)

Bug Fixes

  • fix incomplete error message from browserstack local (e29d7a7)

0.3.5 (2024-03-19)

Bug Fixes

  • fix issue regarding browserstack instance (8ac419c)

0.3.4 (2024-03-19)

Bug Fixes

  • ci: fix empty branch name on browserstack (465e32b)

0.3.3 (2024-03-19)

Features

  • add WithBrowserStack as replacement of SupportsBrowserStack (faa84ec)
  • add dedicated class to interacts with BrowserStack (46a88ef)

0.3.2 (2024-03-17)

Features

  • add dedicated class to handle local binary (66a7c9b)

Bug Fixes

  • fix issue that caused by prematurelly closed bs-local process (ea43d4a)
  • fix issue that causing orphan process when got an error on bs-local process (80c507b)

0.3.1 (2024-03-16)

Features

  • add backward compatibility with phpunit 9 (d32a44d)
  • init support laravel 11 (a218124)

Bug Fixes

  • skip test when required env missing (4876e93)

0.3.0 (2024-02-16)

Features

  • 48: adds ability to download browserstack-local binary (08416ba)
  • 48: adds ability to start browserstack-local binary (99e1f38)

Bug Fixes

  • ci: fix issue when BROWSERSTACK_PROJECT_NAME got value from github.repository (e573974)

0.2.3 (2024-02-06)

0.2.2 (2023-10-31)

Bug Fixes

  • fix issue when this package runs in gh action (7f6c28c)

0.2.1 (2023-10-30)

Features

  • add indicator to determine whether browserstack local is running (f967662)

Bug Fixes

  • tests: fix false-positive test (b9a21aa)

0.2.0 (2023-07-23)

⚠ BREAKING CHANGES

  • adds dependency to make it testable and change the namespace

Features

  • ci: add CODEOWNERS and test workflow (3dcf17e)

  • initialize lint-staged (06c1c22)

  • register laravel-dusk macro for inertia navigation event (727235c)

  • adds dependency to make it testable and change the namespace (5ae124b)

0.1.2 (2023-06-26)

Features

Bug Fixes

  • fix session status text (6dfee58)
  • fix stringable object issue (6b474f4)