Skip to content

Releases: psalm/psalm-plugin-phpunit

Add Psalm 6 support, drop Psalm 4 support

15 Mar 10:45
e344eaa
Compare
Choose a tag to compare

This release adds support for Psalm 6, dropping support for Psalm 4.

What's Changed

New Contributors

Full Changelog: 0.18.4...0.19.0

0.18.4

05 Dec 15:02
e4ab309
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.18.3...0.18.4

Fix typo

03 Nov 18:17
057c1cd
Compare
Choose a tag to compare

What's Changed

  • Fix typo, it turns out $_ is used later on as a ref parameter by @danog in #126

Full Changelog: 0.18.2...0.18.3

Fix version detection

03 Nov 17:32
b7aabc4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.18.1...0.18.2

Allow using on 5.x-dev

02 Nov 17:51
6d93259
Compare
Choose a tag to compare
Merge pull request #124 from danog/patch-1

Allow running in PR

Compatibility release

01 Nov 18:45
e610736
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.17.0...0.18.0

General release

14 Jun 20:18
4595154
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.16.1...0.17.0

Remove adapters for older Psalm versions

19 Jun 00:21
5dd3be0
Compare
Choose a tag to compare

Fixed

  • (#112) unused adapters for older Psalm versions were removed

Use new Psalm API

06 Jun 07:56
1ce1ef2
Compare
Choose a tag to compare

Features

  • (#111) compatibility with future Psalm 5

Correct the namespace of RuntimeException

29 May 19:18
31d15bb
Compare
Choose a tag to compare

Fixes

  • (#109) @weph fixed namespace of RuntimeException which is required to allow the plugin to be used with checkForThrowsDocblock Psalm option.