Skip to content

Releases: fp4php/psalm-toolkit

v3.6.1

Choose a tag to compare

@klimick klimick released this 30 Jan 09:30
  • Fix accessing parent properties in PsalmApi::$properties->getProperty

v3.6.0

Choose a tag to compare

@klimick klimick released this 25 Dec 08:09
  • Add PsalmApi::$methods->getStorage
  • Add PsalmApi::$properties->getStorage

v3.5.0

Choose a tag to compare

@klimick klimick released this 11 Dec 08:29
  • Add PsalmApi::$types->asNonNullable.

v3.4.0

Choose a tag to compare

@klimick klimick released this 09 Dec 08:29
  • Add PsalmApi::$issue->accepts.

v3.3.0

Choose a tag to compare

@klimick klimick released this 05 Dec 20:00
  • Add PsalmApi::$types::asUnion.

Fix compatibility with fp4php/functional v5

Choose a tag to compare

@klimick klimick released this 21 Nov 12:01
v3.2.1

Compatibility with fp4php/functional v5

v3.2.0

Choose a tag to compare

@klimick klimick released this 19 Nov 20:43
  • Add AfterFunctionCallAnalysisEvent support for Types::setType
  • Add Args::getFirstCallArg and Args::getFirstCallArgType
  • Add AfterFunctionCallAnalysisEvent and AfterMethodCallAnalysisEvent support for Args::getCallArgs
  • Compatibility with fp4php/functional v5

v3.1.0

Choose a tag to compare

@klimick klimick released this 10 Jul 10:33
  • Improve Types::asNonLiteralType for TKeyedArray

v3.0.0

Choose a tag to compare

@klimick klimick released this 05 Jul 19:04
  • fp4php/functional as peer dependency
  • klimick/show-type merged to this package

v2.2.1

Choose a tag to compare

@klimick klimick released this 09 Jun 16:50

Fix UnionToString for array<K, V>