Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1018 Bytes

CHANGELOG.md

File metadata and controls

37 lines (20 loc) · 1018 Bytes

Changelog

All notable changes to swisnl/phpstan-bitbucket will be documented in this file.

Updates should follow the Keep a CHANGELOG principles.

[Unreleased]

  • Nothing.

[0.4.0] - 2025-01-31

Added

  • Added support for PHPStan 2 #1.

[0.3.0] - 2023-12-22

Changed

  • Bumped minimum PHP version to 8.0.
  • Report title is now simply "PHPStan".
  • Moved several base classes to swisnl/bitbucket-reports.

[0.2.0] - 2022-11-04

This release lists changes compared to alxt/phpstan-bitbucket:0.1.0.

Changed

  • Bumped minimum PHP version to 7.4 and add support for PHP 8.
  • Bumped dependencies.
  • This error formatter will now also report errors using the default table error formatter.
  • Changed package name to swisnl/phpstan-bitbucket and namespace to Swis\PHPStan\ErrorFormatter.