Skip to content

v1.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 May 11:49
701f681

1.7.0 (2024-05-24)

Features

  • add trap()->context() method
  • add box-project/box, composer-require-checker and composer-normalize PHARs (d86a1e0)
  • add docker compose support (d86a1e0)
  • add initial Makefile (3d1738f)
  • add support for pest-php (340c5eb)
  • Makefile now builds trap PHAR locally using make phar command (d86a1e0)
  • use latest version from auto-incrementing file (f7b9210)

Bug Fixes

  • add cache into the Info::version() method; move version.json into resources dir (eb129ba)
  • cache version variable (46b2460)
  • return experimental, if version is not found (a39cdd9)
  • set console renderer by default again. (b6ad654)
  • use .build directory for all development tools (1f49bb8)

Documentation

  • fix link to logo in readme; add support shield (#83) (23ebc91)
  • replace DIV with P around IMG (4169ae2)
  • replace DIV with P tag to be more readable in packagist page (9594a1d)

Code Refactoring