Replies: 3 comments 1 reply
-
Awesome! Good job! |
Beta Was this translation helpful? Give feedback.
-
Great work, looking forward to updating ASAP.
TBH I've been looking at the issues and PRs in this repo quite a lot recently, but with the update in full swing I've been intimidated on where to start, as it wasn't clear what was/wasn't considered for v6.
|
Beta Was this translation helpful? Give feedback.
-
Hello, Would you consider adding a Sponsor button for your profile/this repo? (https://github.com/sponsors) It would make it frictionless for us and probably other organizations to support your work :) |
Beta Was this translation helpful? Give feedback.
-
This is the first release of Psalm v6!
Users are encouraged to switch to Psalm v6 right away, as v5 is not supported anymore.
Also announcing Psalm's new support model: you can support Psalm development by requesting a support contract from Daniil Gentili, the only active maintainer of Psalm.
Support contracts can cover full integration of Psalm into existing codebases, support for Psalm issues and development of additional Psalm features.
See here » for info, pricing and contact information.
Main highlights of Psalm v6:
ignoreInternalFunctionFalseReturn
andignoreInternalFunctionNullReturn
are nowfalse
by default: this means Psalm now warns when a false/null return type of a native function is not explicitly checked.Plugin authors should consult the changelog for info about BC-breaking changes.
What's Changed
Features
DuplicateProperty
issue by @tuqqu in IntroduceDuplicateProperty
issue #10265Fixes
Docs
@psalm-internal
documentation example by @still-dreaming-1 in Fixed docblock spacing in@psalm-internal
documentation example #10467Internal changes
TLiteralFloat::$value
andTLiteralInt::$value
typed by @weirdan in MakeTLiteralFloat::$value
andTLiteralInt::$value
typed #9517initialized_methods
Context property by @theodorejb in Remove unnecessary null type frominitialized_methods
Context property #10610master
from5.x
by @weirdan in Updatemaster
from5.x
#10775master
from5.x
by @weirdan in Updatemaster
from5.x
#10803Typos
Other changes
New Contributors
Full Changelog: 5.26.1...6.0.0
This discussion was created from the release 6.0.0.
Beta Was this translation helpful? Give feedback.
All reactions