Skip to content

Releases: vimeo/psalm

0.2.5

07 Dec 19:49
Compare
Choose a tag to compare
Add support for closure checks

Add support for gettype checks

06 Dec 18:50
Compare
Choose a tag to compare
0.2.4

Add Switch type test

PHP 7.1 Support

05 Dec 04:24
Compare
Choose a tag to compare

0.2.3

05 Dec 01:35
Compare
Choose a tag to compare
Add extra array assignment tests

0.3.2-alpha

04 Dec 05:09
Compare
Choose a tag to compare
0.3.2-alpha Pre-release
Pre-release

This adds initial PHP 7.1 support, in the form of understanding nullable & void return types and nullable params. Support for other features (e.g. class constant visibility) forthcoming.

0.3.1-alpha

04 Dec 04:11
Compare
Choose a tag to compare
0.3.1-alpha Pre-release
Pre-release
Add test for PHP 7.1 nullable types

Add parser support for PHP 7.1

04 Dec 01:05
Compare
Choose a tag to compare
Pre-release

DO NOT USE. Will fail beautifully.

0.2.2

04 Dec 15:59
Compare
Choose a tag to compare
Fix false negative in return type checks

Fix return type warnings on docblockless-functions

04 Dec 04:08
Compare
Choose a tag to compare
0.2.1

Fix PHP 7 return type checks for functions without docblocks

Show code snippets for errors

04 Dec 00:22
Compare
Choose a tag to compare
Show code snippets when reporting errors

This also introduces a new method of identifying specific code locations when creating issues