Skip to content

Releases: php-type-language/printer

1.3.0

11 Jan 00:59
Compare
Choose a tag to compare
  • 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

08 Oct 16:07
Compare
Choose a tag to compare
  • Fix type-lang/parser: 1.0 compatibility
  • Fix linter and codestyle minor issues

1.2.0

27 Sep 01:56
Compare
Choose a tag to compare
  • Added support of parser v1.2 features

1.1.0

26 Sep 22:52
Compare
Choose a tag to compare
  • Added support of parser v1.1 features
  • Added several rules to prevent incorrect generation of types for the native parser

1.0.1

01 Jul 08:50
Compare
Choose a tag to compare
  • A little codestyle improvements
  • Add phpunit 11 support
  • Actualize dev dependencies
  • And other unimportant improvements...

1.0.0

15 Apr 19:24
Compare
Choose a tag to compare

Release! 🚀

1.0.0-RC1

12 Apr 22:29
Compare
Choose a tag to compare
  • Add support of all conditional types.
  • Add support of generic hints.
  • Add variables casting for native printer: $this -> self and other vars to mixed.
  • Fix const mask types for native printer: Use mixed instead of int.

Full Changelog: 1.0.0-beta2...1.0.0-RC1

1.0.0-beta2

27 Mar 20:28
Compare
Choose a tag to compare
  • Fix psalm errors and readme typos

Full Changelog: 1.0.0-beta1...1.0.0-beta2

1.0.0-beta1

02 Mar 22:07
Compare
Choose a tag to compare
Upgrade rector to v1