Releases: php-type-language/printer
Releases · php-type-language/printer
1.3.0
- Added support of parser v1.4 features
- Improved and actualized type aliases for native type printer (added support of phpstan 2.1+, psalm 5.x and phan 5.x types)
- Upgraded phpstan from 1.x to 2.x
- Other minor fixes
Full Changelog: 1.2.1...1.3.0
1.2.1
- Fix
type-lang/parser: 1.0
compatibility - Fix linter and codestyle minor issues
1.2.0
- Added support of parser v1.2 features
1.1.0
- Added support of parser v1.1 features
- Added several rules to prevent incorrect generation of types for the native parser
1.0.1
- A little codestyle improvements
- Add phpunit 11 support
- Actualize dev dependencies
- And other unimportant improvements...
1.0.0
Release! 🚀
1.0.0-RC1
- Add support of all conditional types.
- Add support of generic hints.
- Add variables casting for native printer:
$this
->self
and other vars tomixed
. - Fix const mask types for native printer: Use
mixed
instead ofint
.
Full Changelog: 1.0.0-beta2...1.0.0-RC1
1.0.0-beta2
- Fix psalm errors and readme typos
Full Changelog: 1.0.0-beta1...1.0.0-beta2
1.0.0-beta1
Upgrade rector to v1