Skip to content

Releases: Innmind/LabStation

4.2.0

09 Feb 14:07
4.2.0
83a015e

Choose a tag to compare

What's Changed

  • Forward the environment keys to PHP CS Fixer by @Baptouuuu in #3
  • Add LAB_STATION env key to the BlackBox process by @Baptouuuu in #4

New Contributors

Full Changelog: 4.1.0...4.2.0

4.1.0

10 Mar 16:34
4.1.0
2616ae7

Choose a tag to compare

Changed

  • Requires innmind/operating-system:~5.0

4.0.0

12 Nov 14:21
4.0.0
878589b

Choose a tag to compare

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

24 Sep 09:09
3.7.0
c68e845

Choose a tag to compare

Added

  • Support for innmind/immutable:~5.0

Removed

  • Support for PHP 8.1

3.6.0

02 Sep 15:00
3.6.0
6a80942

Choose a tag to compare

Added

  • Support BlackBox setting marks on failures

3.5.0

15 Jul 13:02
3.5.0
4a52ee2

Choose a tag to compare

Changed

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

3.4.0

14 Jul 16:10
3.4.0
8d47f04

Choose a tag to compare

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

08 Jul 08:43
3.3.0
f218022

Choose a tag to compare

Added