Skip to content

Latest commit

 

History

History
99 lines (53 loc) · 2.07 KB

File metadata and controls

99 lines (53 loc) · 2.07 KB

Changelog

4.5.0 - 2026-04-06

Changed

  • BlackBox has now access to a new BLACKBOX_ENV environment variable

4.4.0 - 2026-04-05

Changed

  • Psalm is now run with the current PHP version as the target one (instead of the minimal one defined in composer.json)

4.3.1 - 2026-02-28

Fixed

  • lab-station always crashed since dependency update

4.3.0 - 2026-02-28

Changed

  • Requires PHP 8.4
  • Requires innmind/foundation:~2.1

4.2.0 - 2025-02-09

Added

  • The environment key PHP_CS_FIXER_IGNORE_ENV is forwarded to PHP CS Fixer when defined by the user.
  • The environment key LAB_STATION is provided to the BlackBox process to allow to define a specific configuration in this environment.

4.1.0 - 2024-03-10

Changed

  • Requires innmind/operating-system:~5.0

4.0.0 - 2023-11-12

Added

  • You can use proofs, blackbox or bb as triggers to only run proofs via BlackBox

Changed

  • Tests are no longer run when the proofs or properties directories are modified
  • Proofs are no longer run when the tests directory is modified
  • Psalm is no longer run when the tests directory is modified
  • Coding standard is run when the proofs directory is modified

Fixed

  • Agents sub processes would become zombies when the parent process would crash (no longer possible as everything is done in the same process)

3.7.0 - 2023-09-24

Added

  • Support for innmind/immutable:~5.0

Removed

  • Support for PHP 8.1

3.6.0 - 2023-09-02

Added

  • Support BlackBox setting marks on failures

3.5.0 - 2023-07-15

Changed

  • All triggers redirect errors to the standard output (as php://stderr regularly is no longer writable)

3.4.0 - 2023-07-14

Added

  • Add agent to watch proofs directory to trigger tests

Changed

  • fixtures and properties watcher are now started

Fixed

  • Fix watching fixtures and properties directories
  • Fix trying to watch the tests directory when it doesn't exist

3.3.0 - 2023-07-08

Added